Will possible to create lov,recordgroup on runtime?

Hi all,
Is it possible to create lov,recordgroup on runtime. If so, please explain step.
Kanihs

Documentation:
Record Group Type Property
Description
+Specifies the type of record group, either Static or Query: Static Specifies that the record group is constructed of explicitly defined column names and column values.
The values of a static record group are specified at design time and cannot be changed at runtime.
Query Specifies that the record group is associated with a SELECT statement, and thus can be populated dynamically at runtime.
When you select this option, enter the SELECT statement in the multi-line field provided, then choose Apply.+
Francois

Similar Messages

  • Is it possible to create a column in  runtime?

    Hi,
    I created a application that connect with Access database. I just wonder is it possible for user to create a column in runtime, because the application need this kind of interaction.
    Many thanks,
    Ann

    Here's code to do that
         static void addColumn(Connection dbConn, String cname)
              Statement ins;
              String sql = "ALTER TABLE TestTable ADD "+cname+" CHAR(20)";
              try
                   ins = dbConn.createStatement();
                   ins.executeUpdate(sql);
                   ins.close();
              catch (SQLException se){fail(se);}
         }The rest of my TestODBC example can be found at
    http://forum.java.sun.com/thread.jsp?forum=31&thread=453376

  • Is it possible to create a DVD of photos that will play on a television?

    Is it possible to create a DVD of photos from iPhoto that will play on a television?

    Yes.  You'll need a video DVD authoring application like iDVD and an external optical drive. I suggest a 3rd party optical drive as the Apple Superdrive is limited to USB 2 which has rather slow through put.  Get one with USB 3 or FW.
    Export a slideshow out of iPhoto as a QT movie file via the Export button in the lower toolbar.  For iPhoto 9.4.3 and earlier select Size = Medium or Large. For iPhoto 9.5 and later selct 480p.  Open iDVD, select a theme and drag the exported QT movie file into the open iDVD window being careful to avoid any drop zones.
    Or open iDVD, select a theme, create a slideshow in iDVD and add the photos from iPhoto via the Media Browser in iDVD.
    Follow this workflow to help assure the best quality video DVD:
    Once you have the project as you want it save it as a disk image via the File ➙ Save as Disk Image  menu option. This will separate the encoding process from the burn process.
    To check the encoding mount the disk image, launch DVD Player and play it.  If it plays OK with DVD Player the encoding is good.
    Then burn to disk with Disk Utility or Toast at the slowest speed available (2x-4x) to assure the best burn quality.  Always use top quality media:  Verbatim, Maxell or Taiyo Yuden DVD-R are the most recommended in these forums.
    If iDVD was not preinstalled on your Mac you'll have to obtain it by purchasing a copy of the iLife 09 disk from a 3rd party retailer like Amazon.com: ilife 09: Software or eBay.com.  Why, because iDVD (and iWeb) was discontinued by Apple over a year ago.
    Why iLife 09 instead of 11?
    If you have to purchase an iLife disc in order to obtain the iDVD application remember that the iLife 11 disc only provides  themes from iDVD 5-7.  The Software Update no longer installs the earlier themes when starting from the iLIfe 11 disk nor do any of the iDVD 7 updaters available from the Apple Downloads website contain them.
    Currently the only sure fire way to get all themes is to start with the iLife 09 disc:
    This shows the iDVD contents in the iLife 09 disc via Pacifist:
    You then can upgrade from iDVD 7.0.3 to iDVD 7.1.2 via the updaters at the Apple Downloads webpage.
    There are simpler (in features) video DVD authoring applications available from the App Store.

  • Is it possible to create a configuration profile that will install multiple network printers and their associated drivers

    Is it possible to create a configuration profile that will install multiple network printers and their associated drivers?
    I was not able to find profile manager on my employer's installation of 10.6 Server. Is this only a feature of 10.7/10.8 server?

    10.6 server does not have profile manager, profile manager is only available in 10/7 and 10.8 server
    for 10.6 server you'll need to use wgm and server admin
    printer management with 10.6, I recommend you read the relevant server manuals regarding
    print server and user management, printer management

  • Will it be possible to create new version of document only after releasing

    Dear Expert,
                      is it possible to create a new version of the document only after release of the document...i don't want document version should be created other then release status.
    Bhuwan

    Hello,
    Since you are a technical consultant also, probably you are in a better position to deside how to achieve this.
    You will have to develop a user exit which will check status/ Release Indicator of  Document when new version option is clicked through CV01N/ 2N/ 3N/ 4N transaction and take necessary action. 
    Regards,
    Milind Dumbre

  • Is it possible to create a column in the runtime?

    Hi,
    I created a application that connect with Access database. I just wonder is it possible for user to create a column in runtime, because the application need this kind of interaction.
    Many thanks,
    Ann

    Cross-post:
    http://forum.java.sun.com/thread.jsp?
    forum=31&thread=453860&start=0&range=15#2066833

  • Is it possible to create endnotes that restart with each section in Pages that will stay that way in epub?

    I can create section endnotes in Pages, no problem. When I export to epub, the notes are all there and the links work perfectly, but the numbers run continuously throughout the document. Is it possible to create section endnotes in Pages that will survive the epub export?

    I have a now-you-see-it now-you-don't and now-you-see-it-again suggestion from someone on this forum to try the new Pages upgrade which says it delivers improved epub export. Whoever you are--thanks for the suggestion--but I tried it and it doesn't make any difference to the notes, or anything else so far as I can tell.

  • Is it possible to create a shortcut to a website which will cause firefox to open in fullscreen

    I am wondering if it is possible to create a windows shortcut which will not only open a specific website in firefox but also cause firefox to open in fullscreen (F11), for that session only.
    Can it be done?
    Any help would be much appreciated.

    long press your home screenand select "shortcut."  IF you can do it then the "documents to go document" will be an option. some apps i have allow for such shortcuts (scanner radio favorite stations, etc) but most do not. if i had to guess, i will say no. but i don't have docs to go. i know pdf viewer doesn't do this. you can add folders, so maybe that would be an option? you'd still have to touch the phone at least twice though.

  • Is it possible to create a bean that will generate (fill up) applet paramet

    Hi all,
    As a newbie I was asking myself is it possible to create a bean that will fill up applet parameter or directly generate the applet ??
    And I can I create it ?
    I mean : Having a jsp page that make reference to the bean, the bean shall generatehtml applet parameter values.
    Some samples will be welcome or a template.
    Thanks in advance
    Shamann

    Thanks a lot for your reply siv viv,
    I've posted this thread because I'm a little bit disappointed with Applet and jsp according to lot of thread about this subject (it seems that communication between applet and jsp is not easy : bug reported).
    The basic thing i want to do is to create a dynamic Pie Chart as applet or bean so i need to set applet parameter thanks to variables.
    See the http://forums.java.sun.com/thread.jsp?forum=45&thread=80250 this one is putting me in the dark.
    regards
    Shamann

  • Is it possible to create a script to produce a high res and low res pdf and jpeg from Indesign at the same time

    Hi, I'm just wondering if there is a way to automate a long process I have to do to create assets for my job.
    I have a single page InDesign 6 file which I have to output three ways:
    A low res pdf without bleed or trims
    A high res pdf with bleed and trims
    A low res jpeg downsized to 2% of original size.
    If anyone knows if this is possible I'd love to hear from you.
    Thanks in advance

    Automation requires creating your own IDML script for output. Scroll down on this page to the section on Scripting resources. The text is a bit confusing. It says InDesign CS5 Scripting resources, but then the paragraph for that section says the PDF files are for CS6. I haven't read through these, I just found them by searching for "indesign automation". It does say in part that is can be used for preparing files for printing, so once you figure it out, it should be a single click option to do all three steps.
    You can do them now with the menus you have, assuming you also have Acrobat Pro installed. With any document open, choose File > Adobe PDF Presets, and choose either from the prebuilt defaults, or create your own in the Distiller. However, I don't see a way in the Distiller settings to choose whether or not to include bleed and marks, so I'm not really sure how you'd have them on for one and not the other. As far as JPEG output, that can be chosen under Export. You get a choice to set a resolution and JPEG quality level, but not a size, so the output will be the dimensions of the document.

  • Is it possible to create a schedule in Labview . Example: i want to off the lights at 7pm and want it on at 8am. If there is can anyone teach, its for a school project. Im using labview 2011

    Is it possible to create a schedule in Labview . Example: i want to off the lights at 7pm and want it on at 8am. If there is can anyone teach, its for a school project. Im using labview 2011...thx

    Since this is a school project I recommend you do the work yourself. You will not learn asking others to do it for you. In addition, folks here will not do your homework for you. We are however more than wiling to answer specific questions for you. Post what you have done or tried and ask specific questions. I am confident you will get assistance.
    And to answer your question, yes LabVIEW can be used to implement a scheduling program.
    Mark Yedinak
    "Does anyone know where the love of God goes when the waves turn the minutes to hours?"
    Wreck of the Edmund Fitzgerald - Gordon Lightfoot

  • Adobe Muse: Is it possible to create a Social Network type website using Muse?

    Hey everyone,
    So ive recently came up with what i believe to be a pretty nifty idea for a social network type website, but i was just wondering is it possible to create such a website using muse? Ive created a few websites with it but never integrated features such as profile pages for users, searching options and other common things found on a few of the more well known sites such as Facebook, Twitter and so on. I dont really want to say what my idea is for obvious reasons, but if anyone knows if you can create a social network style website using Adobe Muse that can incorporate these such features, Id love to know. and if so can you point me in the direction of how to go about it, or to some instructional videos or sites that will help me out. thank you so much everyone,
    Callum

    Hi Prabha Sharma,
    I am afraid that at this stage this is not possible via Muse as that requires server side coding. You can start off creating a skeleton/template for your social networking site via Muse and then use that further with your own custom code. however, I will not recommend that you continue making your site with Muse as you will face issues in altering the muse generated code.
    - Abhishek Maurya

  • Photoshop Elements - Is it possible to create product photo collages for fashion blog?

    Is it possible to create product photo collages with links to each individual item's website?  I am starting a fashion blog and the product photo collages with links will be my primary use for adobe and am trying to figure out which program will be best for me.

    For example, do you know what program it would take to embed links like this: WHAT I LOVE RIGHT NOW | Luella & June

  • Is it possible to add sub-reports at runtime?

    Post Author: saibot83
    CA Forum: General
    Hello,I have a vast amount of reports. The user can select a list of reports and group them.  I want the user to be ableto treat the report group as a single report (I.e. export to a single pdf file instead of 10 etc.) Is is possible to create an empty report that I can use to group all the reports that the user has selected into one?or Is it possible to design  a report at runtime? I am using CR with VS .NET 2005. And have not found a way.  Does the Developer version of CR allow me to do this? Any help will be greatly appreciated. Best Regards,Tobias  Any help will be appreciated.

    Post Author: [email protected]
    CA Forum: General
    At first thought, if each subreport is a parameter, you can put a subreport in each section and conditionally suppress the section when
    isnull(?Parameter)

  • Is it possible to create a Master-Master-Detail JClient Form?

    Hi,
    I've been trying to create a Master-Master-Detail JClient Form, where both master-values will be displayed in a seperated drop-down-list.
    First I've tested this with a single Master-Detail (is it correct, that a single drop-down-list, working as master will not work with LoV-Binding!?) - However, the combobox-model must be set to Navigation-Binding...
    After adding another combobox (the second master), and testing the result, it seems that the detail-table only corresponds to the selection of the first master.
    The problem with LoV-Binding was, that the drop-down-list starts with the value at ID '0' (which doesn't exists) instead of '1'...
    The Question is, how can I create a Master-Master-Detail JClient Form!?
    thanks,
    hubi

    Hi,
    I've been trying to create a Master-Master-Detail JClient Form, where both master-values will be displayed in a seperated drop-down-list.
    First I've tested this with a single Master-Detail (is it correct, that a single drop-down-list, working as master will not work with LoV-Binding!?) - However, the combobox-model must be set to Navigation-Binding...That's true for navigation as you want to use the Combo as the navigator for the Master VO iterator. Lov Binding is used to "update" certain attributes based on selection. You are trying to drive the detail rowset for a selected master and NavigationBinding is the appropriate binding for this purpose.
    After adding another combobox (the second master), and testing the result, it seems that the detail-table only corresponds to the selection of the first master.That's the behavior you get from the default data model.
    The Question is, how can I create a Master-Master-Detail JClient Form!?First you need to create a ViewUsage structure that implements Master-master-detail. This is not allowed by Bc4j wizards. However you can create such a structure at runtime by using createViewLink method on the ApplicationModule to link the "second" master with the detail (same VO as the first Master's detail).
    Assuming both the comboboxes are bound to individual Master VOs using NavigationBinding, you should now be able to traverse the details using both ComboBoxes (which represent the master).

Maybe you are looking for

  • Problem showing BI report in SAP CRM 7.0

    Problem showing BI report in SAP CRM 7.0 We are facing a problem in our SAP CRM, when we show a BI report in the fact sheet we can see the report correctly. But when we click on the match code of the query, (in order to choose a value from the help)

  • Tip: Elgato EyeTV, Plex, and Mountain Lion

    I'm contributing this as a tip to the community. Hopefully others will find it useful. Let me set the scene first... I use EyeTV on a couple of my Macs, including my Mac Mini acting as a media centre (HTPC). Historically EyeTV integrated with Apple's

  • Urgent... ( Character Mode Printing)

    Hi friends, We are using Report 6i. We are facing a problem while printing reports in Character. In win-98 it works fine, but the same report does'nt print propertly in WIN-XP PC. In XP a Blank line are generated after each line. Can somebody help us

  • Subwoofer prob

    I have a problem with my subwoofer. I have a Logitech 5. Speaker system and a soundblaster 5. sound card. I know the speakers are connected properly because i checked using the diagnostics. However on a random basis a song will start with the subwoof

  • Two fields in the same location?

    I have a form that has been upgraded to 10g R2 from 4.5. A key enter query trigger activates a field that is normally not diplayed (display=no) that is in the same position as another field. In Forms 4.5 activating the non-displayed field allowed the