Input Control in View mode

Hello all,
When I right click and "modify" my report i am able to set up my input controls. My question is that when I try to open my report by right click "View" mode, I dont have any option to change the values set in the Input controls.
The report is only displaying what is set already. Is there any way for a user that only opens the report in view mode, change the values of the input controls?
Thanks in advance!
Niraj

Hello,
Thanks for both replies!!!
I am still not able to locate the Input controls in "View" mode.  Once I open the report, in  the left panel is showing a Navigation Map.  Only options I see are down below where I can switch to "User Prompt Input", there it only shows me the prompt that I have in place upon refresh, and Binocular Icon for search.  Otherwise, no other options available; I must be missing something.  I am unable to see any other settings regarding input controls.  Do you think that it may have to do with some setting in the CMS?
Any more feedback would be appreciated.
Thanks in advance,
Niraj

Similar Messages

  • Default Input Control Values in WebI doc on Open

    Is there a way to select default Input Control values for a WebI document on Open ?  I have a WebI document/report with no prompts in the query (as I don't want to restrict the data available on refresh) with input controls on Year and Month. The report is scheduled to refresh data each night. This is a standard public report that many users open as Read Only through an Opendoc URL hyperlink to the latest instance.  I would like to always set the input control values to the current year and month so that the most current data is displayed on the report by default when it is opened as this is what the majority of users will want to see on the report.
    I know that prompts can be used for the data filter but we do not want the data refreshed for each user as it is scheduled to refresh nightly and we want them to be able to change the input controls to view other years/months without requiring a refresh as these past months data is not dynamic.
    Thanks, Faith

    I meant the following:
    When you are in the report editing mode at the top right corner of WebI window you can find the "Show/Hide report filter toolbar" button. After activation this feature you'll be able to drag your variables over the pane that appears.
    If you are using input controls you can create new input controls based on this variables instead of controls based on Date, Month and Year dimensions and set the "Today", "Current month" or "Current year" as theirs default values.

  • Input Control filtering in Offline Mode

    This question relates to using a Webi report on the iPad. Current version is installed on the iPad.
    I presumed when an Input Control (IC) is used, the data from the query is stored within the microcube of the document.
    So when an IC filter value is used there is no need to go back to the database and query; the filtering is done by reading the microcube data.
    So when I used an Input Control in a document that was being used in offline mode I was surprised when the IC icon showed "All Values" but I cannot open up the Values list to select a value to filter on in the Inout Control. I would have thought it was valid to expect the IC will still work in offline mode as there would be no need to go back to the data source. When making the connection active again the IC works again opening up the list enabling the selection of values to filter by.
    So is it right that an IC in offline mode defaults to All Values and you cannot open the list to select a value to filter on?
    It's BO v4.0 SP5.
    Thanks

    Hi All,
    Answering to original post as there are other variants discussed in subsequent threads.
    Though InputControl operation from MOBI does not touch the datasource, it needs to interact with BOE platform. This is because of the change in aggregation of data involved, when we change input control value.
    Hence IC does not work out of the box for offline documents in MOBI.
    Having said that, there is a way through which you can make input control values available for offline analysis, using Personal views.
    (Open a webi document-->perform various selections of LOVs in input control-->save as personal view-->this personal view can be accessed in offline and you will be able to repeat the input control operations only for those LOVs which you already explored before saving the personal view)
    We can refer MOBI user guide for more detail on personal view.
    -Regards,
    VVH

  • Bug: Universal app input controls (i.e. Start Menu, Task view buttons) ignoring and missing interpretative translation for legacy input control context request (right-click)

    Redundant post - however the topic (title) is different to point out the potential of adding translation for right-click to universal app input controls. The part about a solution for translation is in bold at the bottom of this post ...
    Bug: Universal app input controls (i.e. Start Menu, Task view buttons) ignoring and missing interpretation translating right-click to a left-click to activate context (menu) in universal app web style (similar to oo context menu for oo legacy style).
    Bug: Task view: OO context menu: Should show "nothing" (like right-click Start Menu button) - but right click Task view shows the oo context menu for the Task bar (wrong context)
    Besides behaving wrongly (should be like right clicking the Start button) ....
    the problem is the user is likely to look for actions on that context menu.
    However to activate the context menu for this universal app kind of behavior you actually need to left-click the button for the Task view ... and then you get the universal app like context menu.
    Microsoft must have been trying to figure out what to do about this kind of voupling mismatch between legacy (right-click) and universal app (left-click) conmtext menus. confusing for users it weill become nevertheless.
    But the left-click style supports touch.
    One solution though is to support right-click on i.e. Task view and Start button. Thus for new kind (universal app kind-of)input controls - right-click will work (instead of just being ignored) just like left-click. Allthough not a correct left-click
    - it will be helpful and interpretive translating the intension of receiving a context. A practical solution with right-click translating into left-click for universal app controls considering that the context menu actually has become a hybrid of left-click
    and right-click (with a precedence for left-click though)

    This is a great post.
    I couldn't have written it myself better.
    I'm also in dying need of Korean input as I can't communicate with my Korean friends.
    But I second every point.
    I hope the tech teams are reading this.

  • Input Controls - is it possible to change the font for a combo box

    I have an input Control combo box that is a mixture of english/chinese characters. In Webi I can view the chinese characters correctly if I change the font to MingLIU. Is it possible to change the font for an input control OR to set a default font?

    I am a first-time user of the photo book application in iPhoto.
    I also was a first-time user, so I started using it. Exploring the possibilities, learning my way around.
    Thanks, in advance, for any suggestions someone might have.
    Click the ? icon
    Oops. Sorry, but you're in the wrong forum : iLife > iPhoto

  • Table control in create mode

    Hi,
    I created a table control in a standard transaction code.
    when iam clicking create button, The table control
    is displaying in display mode.Now I should provide to the user
    to add the entries in the table control in create mode.
    Can any body resolve this issue with coding.
    urgent requirement.

    Hi,
    In a PBO module of the screen, ypu have to write a code to find out the number of lines of the internal table used for the table control.
    The code for this would be.
      DESCRIBE TABLE tb_line LINES lin.   * 'tb_line' is the internal table and 'lin' holds the number of lines*
      tcl_item-lines = lin.                             tcl_item is the name of the table control*
    Now in the PBO, you have to make the table control editable or non editable by checking with the transaction.
    Here i in the below code, there are 3 transactions for create,display and change.
    If the transaction code is either 'ZCREATE09' or 'ZCHANGE09' , then the lines in the table control are checked.If the table control is not empty,then it is  editable.
    During the display transaction,it is kept in non editable mode.
    CASE sy-tcode.
        WHEN 'ZCREATE09' OR 'ZCHANGE09'.
    ***Checking if the table control is empty or not***
          IF lin NE 0.
            LOOP AT SCREEN.
    ***To make the screen editable****
              screen-input = 1.
            ENDLOOP.
          ELSE.
            LOOP AT SCREEN.
              IF screen-name CS 'TB_LINE'.
    ****To make the screen non-editable if no values are present in the
    ***table control****
                screen-input = 0.
                MODIFY SCREEN.
              ENDIF.
            ENDLOOP.
          ENDIF.
    ****To make screen non editable during the display transaction****
        WHEN 'ZDISPLAY09'.
          LOOP AT SCREEN.
            screen-input = 0.
            MODIFY SCREEN.
          ENDLOOP.
      ENDCASE.
    Reward if helpfull.
    Thanks,
    Kashyap

  • CONTROLLING THE VIEWING EXPERIENCE IN ACROBAT

    CONTROLLING THE VIEWING EXPERIENCE IN ACROBAT
    This is a major bug (going back to at lease Acrobat 5) and just one of many related to the “Document Properties > Initial View” setting, which seem to be a “special project” for the Adobe Acrobat tech-team. I say “special” in the sense that the goal appears to be … How can they address these issues in each successive version to actually make them LESS FUNCTIONAL and LESS INTUITIVE?
    Default = Sucks!
    I run a successful graphic design firm and have invested well over $1000,000 in various Adobe products. When we send our work to clients (via PDF) for review, EVERY aspect – window size, window placement, format and flow of pages, page layout, navigation options, page magnification, document page numbers, document titles and file names, etc., etc. etc. – are absolutely critical. The “default” settings for Acrobat address virtually none of these issues and Adobe seems not to care at all! 99.9% of all the Acrobat documents that I receive are completely unformatted and must be reset before they can be navigated or reviewed.
    Navigation Tab > Pages Panel and Page = Does Not Work!
    However, perhaps most critical is that the recipient realizes that the document contains multiple pages, vs. a single page. The failure of the “Navigation Tab > Pages Panel and Page” setting to function in any logical and consistent (read – where is the default setting for this?) manner has been and is a fatal flaw in Adobe Acrobat. We have dealt with this (“Where is the rest of the document?”) literally hundreds of times and while it is a big headache for our staff, what worries me more are the recipients that never even bother to ask.
    Thumbnail Size = Does Not Work!
    I too have found no way to set the default size of the thumbnails. To add insult to injury, after you do enlarge them manually (2-3 steps) and enlarge the Pages Panel pane to accommodate the slightly larger thumbnails, guess what happens? When you reopen the document, Acrobat reverts to the original (tiny) thumbnails, but retains the enlarged (now useless) Pages Panel pane, while equally reducing the actual content in the Page pane. This is massively stupid!
    Page Layout for Viewing and Printing = Does Not Work!
    Another pet peeve is the “Page Layout” settings. When we design a multi-page document and convert it to PDF for review, it is imperative that the “flow” of the document – i.e. single page cover, followed by two-page spreads – be replicated as closely as possible. And while this on-screen experience is important, of nearly equal importance is the ability of the recipient to print each individual page of our design, as an individual 8.5 x 11 page. Again, finding a way to accomplish this in a logical and consistent manner is virtually impossible.
    Printing = Why So Slow?
    Speaking of printing ... Why does it usually take “forever” to print (even small) PDF files on a laser printer?
    Controlling the Viewing Experience = Does Not Work!
    In short, we usually have no idea exactly what our clients are seeing because Adobe provides no default settings that can be set globally and “locked” so that one has a bit of control over the viewing presentation experienced by the recipient. On the other had, Adobe does provide a mindless blizzard of security options which probably serve about 1% of their customers.
    Sorry for the rant, but if anyone has any ideas, I love to hear them. Thank you very much!

    It's evident you're annoyed, but I don't agree at all with your claims. If you use Acrobat as intended, you can control the initial view settings however you want - but this is a document-specific feature and intentionally so. If people are sending you files with the "wrong" initial view, that's their problem not Adobe's.
    Navigation Tab > Pages Panel and Page = Does Not Work!
    Of course it does. The menu item or hotkey sets the view mode temporarily, and to make that mode the default for a particular file, you simply set the initial view (file menu / properties / initial view) and save it. Whatever you choose for the layout, zoom and panel displays will be shown to anyone opening the file in future.
    Thumbnail Size = Does Not Work!
    The thumbnails embedded into a PDF file are at a single size. Enlarging them via the context menu on the Navigation Panel is temporary, but the width of the Panel is retained for a session (it is not permanent).
    Page Layout for Viewing and Printing = Does Not Work!
    What do you mean by "does not work"? The screen layout has no relationship whatsoever to the printouts, so provided your files are genuine pages and not spreads, you can set your two-up views (with or without covers) as part of the document properties / initial view settings, but the PDF will print as a series of single pages as it should.
    Printing = Why So Slow?
    Printing a PDF file takes no longer than any other type of file with the same content (and hence the same data to transfer). If you are experiencing very slow printing then it's a problem with your system setup.
    Controlling the Viewing Experience = Does Not Work!
    See my response above about the document preferences / initial view tab.
    Adobe Acrobat and Adobe Reader have been developed over many years, based on very extensive user feedback and monitoring. The features we have today are there because they DO satisfy the vast majority of target users, and if they didn't, these forums would be deluged with complaints - there are after all hundreds of millions of users out there, so even if 1% were unhappy you'd be reading millions of posts a week.

  • ANN: 1/2-hr webinar (free), June 5 -- Enable and encourage user input in PDFs (viewed with Adobe Rea

    Enable and encourage user input in PDFs (viewed with Adobe Reader)
    with FrameMaker-to-Acrobat TimeSavers + Form Assistant
    Half-hour webinar (free; no fluff, no hype, no nonsense)
    Wednesday, June 5, starting 9am PDT
    Register at: https://www3.gotomeeting.com/register/157658438
    Enabling PDFs for various types of user input can strengthen the interaction between users and the content, and improve satisfaction due to greater user involvement/control. In addition, designated avenues for user input can contribute to documentation quality and provide outlet for frustration, for example by sending inputs regarding the documentation or the product directly from within the PDF.
    Techniques demonstrated in this webinar include features that are all embedded in PDFs that are viewed with the free Adobe Reader:
    • text fields where users can record data values and options
    • checkboxes to track progress
    • page marks and notes (optionally e-mailed)
    • embedded grading/feedback forms
    • storing of useful search queries within the PDF for future use
    Shlomo Perets
    MicroType, http://www.microtype.com
    FrameMaker/Acrobat/Captivate training & consulting • FM-to-Acrobat TimeSavers/Assistants

    https://crash-stats.mozilla.com/report/index/bp-0a0b872f-5127-4ee1-a355-ca3cb2120721
    https://crash-stats.mozilla.com/report/index/bp-9cd87dd7-205f-4844-9e6d-3ce262120721
    https://crash-stats.mozilla.com/report/index/bp-8c07c846-b2ed-4535-8db4-4ee072120720
    https://crash-stats.mozilla.com/report/index/bp-f29a89ed-f8b1-4a62-ba3e-983e22120720
    https://crash-stats.mozilla.com/report/index/bp-e16d2b91-0f7d-4e5a-9e25-255852120718
    https://crash-stats.mozilla.com/report/index/bp-1226c709-5f87-41c6-95d3-4310d2120718
    https://crash-stats.mozilla.com/report/index/bp-4de2a0da-dd36-4ec8-8e53-c42742120714
    https://crash-stats.mozilla.com/report/index/bp-e16d2b91-0f7d-4e5a-9e25-255852120718
    https://crash-stats.mozilla.com/report/index/bp-4de2a0da-dd36-4ec8-8e53-c42742120714
    https://crash-stats.mozilla.com/report/index/bp-eac1c5a5-2dce-4415-b645-07a1f2120714
    https://crash-stats.mozilla.com/report/index/bp-1ede5bd3-8c72-4362-8d79-4f29c2120714
    https://crash-stats.mozilla.com/report/index/bp-d4fd5dae-dacd-45f8-9549-2c3702120722
    https://crash-stats.mozilla.com/report/index/bp-ca510991-de29-44b3-be02-0255a2120722
    https://crash-stats.mozilla.com/report/index/bp-8600c221-3fd3-4eaa-a5af-a602b2120722
    With Hardware Accelaration in Flash turned off. Still crashing.

  • ADF Faces: How do I set values for input controls in an af:table

    Use case: user enters master/detail information into an input form using an af:table for the desired number of detail rows.
    I have an ADF Faces input form with master level input controls, and an af:table (bound to a backing bean CoreTable) for the detail data set.
    The input controls are value bound to updateable view objects built from entity objects, with the appropriate view links providing master/detail iterators.
    Once the user has entered the master keys (via inputTexts, and selectOneChoices), I create a row in the detail VO, thus creating a visible blank row in the af:table.
    The user then completes the key for the detail row (in the af:table) by selecting a value in a selectOneChoice (in a af:column) with autoSubmit on and a valueChangeListener that sets the VO row attribute with the new value.
    The user then continues to enter into the remaining inputTexts and selectOneChoices in the af:columns until all values have been entered.
    I do not have autoSubmit on for any input controls in the af:columns other than the key, for performance improvement.
    The user can then use a command button (which has an action method) to create another row in the af:table.
    But, (in the action method) I need to set the values for the 1st detail VO row attributes, from the input controls, before creating another row.
    The input controls are bound to backing bean CoreInputText and CoreSelectOneChoice objects, and they have not set their values at this point, even though I have partialSubmit on for the "New Row" command button.
    I do not value bind the input controls in the af:columns to the backing bean objects, because we need to display data for all rows entered into the af:table.
    Any advice on the best way to perform this operation would be very appreciated!!!!

    Thanks for the reply Steve!!
    Yes, I followed the techniques in Screencast#7, and it works great in my edit page.
    But I am having problems with my input form.
    I actually have master/detail/detail relationship for which I am creating an input form.
    I created the input form as a copy of the edit form, and am making revisions as necessary.
    I created new view objects for the input form (from my three entity objects), which have the "Tuning" set to retrieve "No Rows (i.e. used only for inserting new rows)"
    I added an invokeAction that binds the "CreateInsert" action on the master iterator, so when the page is first displayed, the master level controls are available for data entry (as in 13.6.2 in the Developers Guide): but the first level detail controls are not rendered, and the af:table (for the second level detail) is rendered but with no rows.
    Once the user enters key values for the master (a three part key), I manually create a first level detail row by executing the "CreateInsert" action binding for the first level detail iterator.
    Continuing on, the user then enters a key value for the first level detail I manually create a second level detail row using it's "CreateInsert" action binding.
    Now the user has a form with all master and first level detail controls completed and one empty row in the af:table for it's first entry.
    The key column in the af:table has autoSubmit on, and an value change listener. That listener uses it's getNewValue() to set the key value ("locationCode" in this case) using
    setLocationCode from the ViewRowImpl. Here is that value change listener:
    public void locationChanged(ValueChangeEvent event) {
    if (null != event.getNewValue()) {
    LocObsCreateViewRowImpl locCreateRow = (LocObsCreateViewRowImpl)appMod.findViewObject("LocObsCreateView").getCurrentRow();
    if (null == locCreateRow.getLocationCode()) {
    locCreateRow.setLocationCode(event.getNewValue().toString());
    Now comes my problem: once they have entered the values in the remaining columns, they can use a command button to create another row in the 2nd detail iterator, thus creating another visible empty row in the af:table. But the values from the first row (other than the key column) are not assigned to the row in the collection and I can't figure out how to set values in the collection's row.
    I imagine I'm missing something using bindings and the Request Processing Lifecycle, and after reading this I can see how much manual work is going on.
    The users have specified the need to have all information available on one page, so I've designed it so they can insert and iterate through the first level detail collection.
    They have also asked to not use the mouse; they are looking for a "heads-down-data-entry" system.
    Again, I really appreciate any advice you could give.
    Jeffrey

  • Thumbnail Size in Split View Mode

    Anyone figure out how to adjust the size of thumbnails when in Split View mode? I can't seem to figure out how. I like a vertical split view and it only shows three thumbnails. Boo-urns.

    Make sure your in grid view (control-g), not filmstrip or list. There should be a slider on the bottom of the browser. Or use the shift+bracket keys.

  • WebBrowser Control - Full Screen mode detection

    Hi there,
    I know that this is not the right place to ask, I read this also "Where to post your
    VB 6 questions", sorry about that... :(
    I already posted my question on VBForum, DreamInCode and StackOverflow about 1 months ago, but no one answered to my question.
    I'm trying to detect full screen mode with WebBrowser Control in VB6...
    When the video is loaded into WebBrowser Control and you Double click on video then it's goes Full screen mode and if you Double click again it goes back to normal view mode.
    Loading the Html file and Navigate:
    Code:
    WebBrowser1.Navigate App.Path & "\example.htm"
    Here is the htm file called "example.htm" to load into WebBrowser Control:
    Code:
    <html><body topmargin="0" leftmargin="0" scroll="no"> <iframe   width="640" height="385" src="http://www.youtube.com/embed/xtYIEBOQ1eQ?rel=0&autoplay=1" allowfullscreen="true" menu="false" frameborder="0"></iframe></body></html>
    Now I wish to detect those events!
    p.s. I already tried to use:
    Private Sub WebBrowser1_OnFullScreen(ByVal FullScreen As Boolean)
    Form1.Caption = CStr(FullScreen)
    End Sub
    But, it's nothing to do with Full screen what I'm trying to achieve.
    (Also tried the Microsoft HTML Object Library, but nothing there useful)
    Can someone help me out?
    Kind regards

    Hi there,
    I know that this is not the right place to ask, I read this also "Where to post your
    VB 6 questions", sorry about that... :(
    I already posted my question on VBForum, DreamInCode and StackOverflow about 1 months ago, but no one answered to my question.
    I'm trying to detect full screen mode with WebBrowser Control in VB6...
    Hi,
    I am afraid that as you read the thread
    Where to post your VB 6 questions, VB6 is not supported by these forums any more.
    I would recommend you focus on the threads you have posted in the other forums, and perhaps
    VB City forum could help you.
    Sorry for any inconvenience and thanks for your understanding.
    Regards.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • ObjectListItem with additional input controls like Switch

    Hi there
    I have a sap.m.List and use ObjectListItem to display the information for every single item. However, I have the requirement to add input controls like sap.m.Input and sap.m.Switch. As the layout of ObjectListItem works great for me, I don't want to switch to another ListItem type.
    Is there a way to do this?
    If not, how can this be solved? Is it needed to extend the ObjectListItem? If so, in which way do I have to extend it?
    Any ideas would be great!
    Best regards
    Tobias

    Hi Tobias,
    As I understand, you want to create a list, which will have Label at Left and the desired UI Control(Input, or Button, etc) on Right side, like below ->
    Inside a List view -->
    Label1    Input
    Label2    Button
    Label3    Switch
    corect?
    This can be done. Please check following code.
                      new sap.m.List({
                        items : [
                            new sap.m.InputListItem({
                                label : “Quantity”,
                                content : new sap.m.Input( { value : “10” } )
                            new sap.m.InputListItem({
                                label : “Product Name”,
                                content : new sap.m.Input( { value : “Cake”, type : sap.m.InputType.Password } )
                                new sap.m.InputListItem
                                  label : "Discount",
                                  selected : true,
                                  content :
                                this.CheckBoxRememberMEOption,
                                  select : function()
    Hope you are looking for something like this. Do let me know.
    Regards,
    Suraj Kumar

  • Table control in display mode

    Hello All,
    Please tell me how to show table control in display mode,
    My requirement is , whenever ill put T-code for table maintainace it should be appear in display mode.
    Thanks,
    Gaurav

    table control or table maintenance?
    Ok, let me assume that you have table mainteance view done for ZTEST table with Z_V_TABLE (maintenance view generated)
    create a tcode now
    1) transaction with parameters - se93 - tcode Z_TABLE
    2) Transaction SM30
    3) skip initial screen checked
    4) maintain below values in default values in se93
    VIEWNAME     Z_V_TABLE
    SHOW     X
    now when we run with Z_TABLE table it will always show in display mode.
    Hope - I understood your question correctly

  • Flex Txt Input Controls

    I'm new to flex and need some help...
    I have a combo box which have 2 options get data from SQL based on either Employee Name or Employee ID and next to it is text input box to enter the name or id. This is all in my mainapp.mxml. In my EmpRef.mxml I have datagrid and cold fusion connection coding. I'm confused how can I save user input entered in mainapp.mxml and based on it display data in EmpRef.mxml...
    This is how my mainapp.mxml looks:
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" backgroundColor="0xFFFFFF" left="10" right="10" top="10" bottom="10" creationComplete="init()" xmlns:src="*">
        <mx:Script>
            <![CDATA[
                import mx.controls.Alert;
                import mx.controls.Alert;
                import mx.collections.ArrayCollection;
                import mx.rpc.events.ResultEvent;
                import mx.rpc.events.FaultEvent;
                import mx.controls.dataGridClasses.DataGridColumn;
                import mx.utils.ObjectUtil;
                [Bindable] public var aryTXT:Array = ["Employee Name", "Employee ID"];
                private function init():void {
            ]]>
        </mx:Script>
        <mx:ComboBox id="cbTXT" x="10" y="31" dataProvider="{aryTXT}" fontSize="10" fontWeight="bold" width="170"></mx:ComboBox>     
        <mx:Label x="10" y="0" text="Employee Data" fontWeight="bold" fontSize="17"/>
        <mx:TextInput id="txt" x="188" y="32" width="170" height="24" fontSize="12" color="#3333ff" restrict="A-Z a-z 012345689"/>
        <mx:Button x="366" y="32" label="Search" fontSize="10" color="0x3333ff" click="vs.selectedChild=vsEmpRef"/>
        <mx:Button id="clearBtn" label="Clear" click="txt.text =''" color="0x3333ff"  x="439" y="32" width="65"/>
        <mx:ViewStack id="vs" left="0" right="20" bottom="10" top="62">       
            <mx:Canvas label="View 1" width="100%" height="100%">
            </mx:Canvas>
            <src:EmpRef id="vsEmpRef" width="100%" height="100%"/>
        </mx:ViewStack>
    </mx:Application>
    and this how EmpRef.mxml looks like:
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Canvas xmlns:mx="http://www.adobe.com/2006/mxml" x="0" y="0" width="1200" height="766" creationComplete="initEmpRef()">
        <mx:Script>
        <![CDATA[
                import mx.utils.ArrayUtil;
                import mx.controls.Alert;
                import mx.collections.ArrayCollection;
                import mx.rpc.events.ResultEvent;
                import mx.rpc.events.FaultEvent;
                import mx.controls.dataGridClasses.DataGridColumn;
                [Bindable] public var EmpDataProvider:ArrayCollection;
                private function initEmpRef():void {       
                    cf.getData();           
                private function resultgetData(event:ResultEvent):void{
                    EmpDataProvider = ArrayCollection(event.result);
                    if(EmpDataProvider.toString()==''){Alert.show("No Data to Display");}
        ]]>
        </mx:Script>
        <!--Database Server Connection -->
        <mx:RemoteObject id="cf" destination="ColdFusion" source="Emp-debug.CFC.EmpRef" showBusyCursor="true">
            <mx:method name="getData" result="resultgetData(event)" fault="Alert.show(event.fault.message)"/>
        </mx:RemoteObject>        
            <mx:DataGrid id="OrderGrid" dataProvider="{EmpDataProvider}" left="10" right="10" bottom="60" top="10">
                <mx:columns>     
                      <mx:DataGridColumn headerText="Emp Name" dataField="Emp_Name"/>    
                        <mx:DataGridColumn headerText="Emp Number" dataField="Emp_Number"/>   
                        <mx:DataGridColumn headerText="LAST UPDATED" dataField="GroupSuffix"/>
                     </mx:columns>
            </mx:DataGrid>
    </mx:Canvas>
    and here is my CFC file:
    <cfcomponent output="false">
    <cffunction name="getData" access="remote" returnType="query" output="false">
        <cfset var DataQRY ="">
    <cfquery datasource="SQL" username="User" password="PWD" name="DataQRY">
                select Emp_Name, Emp_Number
                from   Employee
            </cfquery>
        <cfreturn DataQRY>
        </cffunction>
    </cfcomponent>
    I really appreciate any help and thank in advance...
    If you have any working example please refer me to it.
    Thanks.

    Hi
    We must be missing some thing as no matter what setting we try in the CMC we cannot get report users to vary the selection of data through input controls enless they have report editing rights.
    For example if we have data indicating we have four regions and the report input control allows users to select one of the four regions to filter the report output those radio buttons to select the region are greyed out unless the user has editing access only the selection set but the previous report editor can be used to filter the report.
    So if your statement against item B ("B. Any user with the rights to view report content can change input control selection") is correct can you explain what we are missing to get the system to work as you describe rathet than all the choices being geyed out.
    Thanks

  • Cant record into to logic pro 9 using samson l1200 live mixer, System/Pref/Audio input tab says selected device has no input control

    Hi Im new to this so bare with me..When I connect my Samson l1200 live usb mixer to my Imac 7,1 Intel duo core 3gb ram, osx10.6.8, via usb cable to record vocals/instruments, in System Pref/Audio/Output tab is set to mixer's UsbAudioCodec driver, (Im able to hear playback into headphones via the mixer, and hear the mic when spoken into it but cant record a track into Logic...System/Pref/Audio input tab says selected device has no input control, Ive set the input/output settings in Logic to UsbAudioCodec but still no good...Would it be either the way the mixer is set up? or is this mixer (Samson l1200) not compatible with my particular Imac? I hope I may be able to help as Im only a student trying to record my band thanks

    I perfectly understand your problem.
    First... just to make sure, in Logic's preferences /Audio make sure Universal Track Mode IS checked, it should be enabled. (I think it probably is just checking)
    Second... if you record a track in a new Logic project and then go to the next track to record an overdubbed guitar part, are both parts recorded on the 2nd track?
    What I'm asking is overdubbing working differently for two or three recorded tracks as opposed to overdubbing with an imported track.
    What I think is happening is you have the main stereo output being recorded into Logic so if you playback an imported or recorded track from Logic while recording a 2nd track (overdub), both are going to be recorded on the 2nd track.
    I took a look at the manual, here's the relevant sections.
    34 – SEND – USB input send switch 
    The USB INPUT switch allows you to select one of
    two stereo (or two channel) signal paths to feed the
    USB output to send to the connected PC. When the
    INPUT switch is in the up position, the USB signal will
    feed from the MAIN left right mix. When the INPUT
    switch is in the down position, the USB signal will
    feed from the AUX 1 and AUX 2 buses which enables
    you to create a unique mix to send to the PC.
    35 – RETURN – USB return switch
    The USB RETURN switch allows you to select one of
    two stereo return paths to receive USB audio from
    the connected PC. When the ASSIGN switch is in the
    up position, the USB signal will return to the MAIN
    mix bus. When the ASSIGN switch is in the down
    position, the USB signal will return to the last pair
    of stereo channels which enables you to playback a
    recorded track in the MAIN mix, and you can use the
    channels AUX sends to feed any of the AUX buses.
    This will let you hear the USB playback tracks in the
    monitor mixes.
    36 – MONITOR – USB headphone enable switch
    Press the USB MONITOR switch down if you want
    to hear the signal from the USB return in the
    headphones.

Maybe you are looking for