Problem in order by in forms

hi guys
i m having a problem in ordering by in a detail block .
actually i have a dummy block on whose basis records are populated in a detail block the
when_button_press has
go_block('x');
execute_query;
there is a where clause in the block level and no order by clause.
althogh the query which is generated by forms when run on sql gives me the desired result but not in the forms.
also for elaboration the ordering is to be done on the basis of another table which stores the display order for the records so when I tried using both tables in the forms block QUERRY DATA SOURCE NAME and joined the 2 table in the where and order by caluse of the block level and the column source at the field level was given table_name.column_name but the query build by the form inclued the rrowid for the table whICH i CAN NOT alias so there was a problem in the query genetration and hence the result
please tell me what is the problem here...
thankx
dg

ok guys dont scratch ur heads the problem has been solved
thankx anyway
dg

Similar Messages

  • Problem using Order by  in forms 6i

    Hi
    The forms version I have 6.0.8.14.
    I trying to write a query that looks like this
    select * from (
    select rownum, a.*
    from (select x , y, z from xyz_table
    order by x, y asc)
    ) b
    order by b.z
    The form does not compile and gives errors pointing to the order by clause order by x, y asc.
    Can anyone tell me why this happens and the solution for this.
    Thanks

    I don't have any issue to do your SQL(revise it a bit),
    select * from (
    select rownum AS row_num, a.*
    from (select x , y, z from xyz_table
    order by x, y asc) a
    ) b
    order by 4
    What I did is first use wizard to build a tabular form based on the table xyz_table, then manually add a column called ROW_NUM, then on the block's property, replace the table name xyz_table with (above sql), then it works well.
    don't forget the '()'.
    Also, you have to change the column name to not be the ROWNUM.
    My forms builder version is Forms [32 Bit] Version 6.0.8.11.3 (Production).

  • Problems saving responses in PDF forms

    Hi all -
    I have created a few forms for my organization, but I've been getting a lot of feedback about problems with one of the forms.  It's set up just like the other ones (that don't have problems) - 22 drop down menus, 6 text boxes.
    Often, when one person saved the form on their computer, they email it to submit, but the responses come through blank on my end... even though the saved version on the original computer has the responses saved.  For others, the form won't save responses at all.  Many times, people submitting this form have had to physically print and scan the form in order to submit it... which defeats the purpose of having the electronic form.
    Any ideas on what the problem might be?  Is there anything I could do to fix these problems with saving?  Is it a problem with the others' version of reader?  I don't have any idea how to approach this issue.

    Hi, sorry for my vague question, I'll clarify that -
    I created the forms in Acrobat 9 Pro.  Mostly, the other people using the form fill it out with Adobe Reader.  They all have different versions, basically.  Whenever I hear about these problems, I've always told the person to update their Adobe Reader to the latest version... that has never seemed to actually help.

  • Tab-order in sub-forms

    Hello,
    I have a problem to define tab-order in sub-forms. I am using the instance manager (addinstansces) to generate subforms (dynamic), but have problems to define the tab's to go horizontal and not top-down. I.e. if I have defined 3 subforms with ID: 1, 2, 3, and the text fields name and address the orders will go from ID:1, name:1, address:1, etc. My wish is to go from name:1, name:2, name:3, address:1, address:2 etc
    Any help out there?

    Hi Rebecca,
    By tabs do you mean the form fields? If yes, then you can simply rearrange them by repositioning the other fields using mouse.
    However, the e-mails that are received on submission of the forms show the original sequence of the fields.
    Regards,
    Neha

  • Hide Tab order number in form fields

    Hi,
    In Acrobat 7.0 Professional (I know it's old), how do you hide the the tab order number in form fields you create? When I type in the form fields I've created, the tab order shows up on screen and on the hardcopy printed document.
    HELP!
    Thanks!

    This is what I'm seeing, however I think we would like to know how to change the order.
    For instance, I have formatted the form to have two columns of data entry: Personal info in column 1, product info in column 2. When the user types their name in column 1, row 1 for "Name" then go to tab down to "Email", it actually tabs right to column 2, row 1, "Product Year." Altering the tab order would fix this problem.
    Thanks!

  • Problem with order in iPhoto

    problem with order in iPhoto. I can't buy a card, because there comes an Message "Ihre Karte enthält offenbar Standardtext, der noch nicht bearbeitet wurde. Gedruckte Karten enthalten diesen Text nicht. Möchten Sie fortfahren?" What should I do?

    That message means that you have text boxes that have not been used.  The holding text that appears in the box will not be printed. But if you want to get rid of the warning just put a space in the text box.
    OR, check to see if the card layout has the same page but without a text box.  Most do.
    OT

  • Work Order Less Completion Form-Help

    Hello Guys i have a question on WIP- Work Order Less Completion Form.
    In the form when we enter the assemebly item and go to Components-->Lot/Serial, In Lot entry form there is a field called Lot number which has LOV and also allows user to enter his own Value what he needs.
    My question is is there any controls in Oracle where we can prevent user from entering his value in the LOt number field,instead he has to select it from LOV only.
    Please help me on this.
    Thanks

    Hi,
    Please see if these documents help.
    Note: 112055.1 - Lot/Serial Control Setups
    Note: 338189.1 - When Receiving an RMA, Lot Number LOV Shows All Lots
    Regards,
    Hussein

  • Problems submitting order via iphoto

    Hi,
    I have a problem placing orders with iphoto. Ordering procedure ok till sending files. Then nothing happens. Internet, email, itunes, account everything ok. security - firewall ok. husband is having same comp. and no problems with his or my account when ordering prints, calendars or books. on my computer its seems impossible. ilife 08 already removed and reinstalled, problem stays the same. helpdesk till now unable to help me.
    I hope some one can help me, and if possible ASAP
    Thanks

    Try trash the com.apple.iPhoto.plist file from the HD/Users/ Your Name / library / preferences folder. (Remember you'll need to reset your User options afterwards. These include minor settings like the window colour and so on. Note: If you've moved your library you'll need to point iPhoto at it again.)
    Regards
    TD

  • Problem in Printing of mutiple form on single click

    Hi all
    I m wrking on AFS and i had created a page for printing multiple invoice print on single click.
    A range of invoice is given as input and get out in the form of print preivew or print wat v choose .
    I mean a print pop is open for multiple invoice in a single click.
    Problem in printing of multiple form is speed .its going to be slow when click for printing .OR
    v can say that creation of multiple page in printing gets more time .Is ther  any way to solve  this .
    Plz suggest me some solution for that .
    Regards,
    Ravi

    Hi
    Check if Note 353518 - Selection of outputs takes much time and Note 910976 - Selection of output from billing (VF31) are relevants.
    Other suggestion. Do a trace with ST05 and check if you have any bottleneck in the coding that you can have in your Smartform or in your SAPscript, so check in tcode V/40 what form you are using . Also see Note 185530 - Performance: Customer developments in SD.
    I hope this helps you
    Regards
    Eduardo

  • Setting tab order/reading order of a form.

    I have created a survey with fillable form fields and saved as a PDF. When I tab through the form to fill it out many of the radio buttons get skipped. Also, when using VoiceOver to read the form it does not read the form fields in the correct order, however it does read the text correctly. I have used the Order tab to set the tab order of the form fields but this does not appear to make any difference. Any help would be greatly appreciated.

    Thanks for your reply!  Based on your suggestion I did a little experimenting.
    This is a form saved to Enable User Rights so PDF viewers can fill out and email or save the form.   After seeing your question, I opened the form for editing (actually saving a copy first that was not restricted, and editing the copy).  I then toggled the Tab Numbers on via Tools > under the Forms header I clicked Edit > Other Tasks > Edit Fields > Show Tab Numbers.  After revealing the tab numbers I then tried to save the form as a Reader Extended PDF, but the Enable Additional Features option was grayed out.  Even if I wanted to, I could not save the form with the tab numbers revealed.
    The form itself was also received by our company electronically and when viewed does not show the tab number order and when we print it, it prints as expected (no tab order numbers).
    We are suspecting that this may be an issue either with the end users printer? Or possibly viewing and printing via an alternate viewer like Foxit?
    Anybody run across this odd behavior?

  • How do I get the data in the CSV file to be in the same order as the form?

    When I merge my data from multiple form submissions into a csv file, the data is completely out of order, which makes it pretty much useles. How can I make it export the data in the same order? Also, the headers of each column or garbled. For example:
    Depth (mm) shows in excel as Depth__mm__aqWhxx1nhpwx*3sgoBx9UQ
    Lesion Location with check boxes: Face, Scalp, Trunk shows as each individual: Lesion_Location_1_15w4B5z9Kg2FKrkCPa6Wvg or Lesion_Location_3_15w4B5z9Kg2FKrkCPa6Wvg.
    What I want is for the data produced to be in the same order as the form and with the same headers.
    Also, I created several help texts that don't appear in the form.
    I'd be happy to upload any of the files (form template, form pdf, csv file) if there is a way to.
    I used Adobe Forms Central to create the forms in Acrobat XI Pro. I'm on a windows 7 computer.
    Thank you for your help

    Some of this is just the way it is with a PDF form created with FormsCentral. The fields get those names to ensure that they are unique, since the FormsCentral designer app does not allow yo to specify the field names directly. A fixt would be to create the form in Acrobat and you can give the fields any name you want. You can also change the field names in Acrobat after first removing the usage rights from the PDF by selecting: File > Save a Copy
    and renaming the fields to what you want. Also remove the submit button it added. You can then upload the edited PDF to FormsCentral and Distribute it. It looks as though the order of the fields in the table are alphabetical, so it you rename your fields so they will be in the order you want when arranged alphabetically (e.g., A1_Patient_ID, A2_Biopsy_Age, etc.), that might be an approach to take. Also, if this is for human patient data, check for regulatory compliance of this system. FormsCentral is specifically not HIPAA compliant as stated in the license agreement.

  • Having problem to install Oracle Portal Forms Reports and Discoverer 11g on Windows Server 2008 64 bit

    Dear All Precious Friends,
    I am having problem while installing Oracle Portal Forms Reports and Discoverer 11g on Windows Server 2008 64 bit,
    I have already installed Oracle Database 11g Release 2 -------
    ----Then i configured JAVA Access bridge
    --------then installed and configured Required Schema using Repository Creation Utility of same version of Database 11g,
    -----------then installed Oracle Business Intelligence 11g version 11.1.1.6.0 which includes Web logic..............I am feeling that i did right at this point...........
    ..............also feeling comfortable after install Oracle Identity and Access Management 11g ..................
    -----------------but don't know how to configure OID to install Oracle Portal Forms Reports and Discoverer 11g...............
    Please help my Oracle Friends
    Your early help will be highly appreciated.
    thanks and regards
    Hassan

    You said, "...+I would like to install Release 2(11.1.1.2.0)+ ...". Be careful. 11.1.1.2.0 is not Release 2. The version for Rel 2 is 11.1.2.0, notice that there is one less "1". Also, there is no way to patch from Release 1 to Release 2.
    In EDelivery, this is what you should find if you search on "Oracle Fusion Middleware" for "Microsoft Windows x64 (64-bit)":
    First look for this link then drill into it:
    Oracle Fusion Middleware 11g Media Pack for Microsoft Windows x64 (64-bit)
    In this section you will find the following:
    This is the full product installation of FMw 11 Release 2 (Forms & Reports)
    Oracle Forms and Reports 11g R2 (11.1.2.0.0) for Microsoft Windows x64 (64-bit) V28761-01
    This is the full product installation of FMw 11 Release 1 (includes Portal, Forms, Reports, and Disco)
    Oracle Portal, Forms, Reports and Discoverer 11g (11.1.1.2.0) for Microsoft Windows x86 (64-bit) (Part 1 of 4) V18785-01
    Oracle Portal, Forms, Reports and Discoverer 11g (11.1.1.2.0) for Microsoft Windows x86 (64-bit) (Part 2 of 4)
    Oracle Portal, Forms, Reports and Discoverer 11g (11.1.1.2.0) for Microsoft Windows x86 (64-bit) (Part 3 of 4)
    Oracle Portal, Forms, Reports and Discoverer 11g (11.1.1.2.0) for Microsoft Windows x86 (64-bit) (Part 4 of 4)
    This is the FMw 11 Release 1 patch set that will bring the above 11.1.1.2.0 installation to 11.1.1.6.  This is NOT a full product installation - just a patch
    Oracle Portal, Forms, Reports and Discoverer 11g Patch Set 5 (11.1.1.6.0) for Microsoft Windows x86 (64-bit) V29850-01
    There are no patch sets for Release 2 as of yet.

  • Can you change the tab order in Muse forms?

    Can you change the tab order in Muse forms?

    Hi Rebecca,
    By tabs do you mean the form fields? If yes, then you can simply rearrange them by repositioning the other fields using mouse.
    However, the e-mails that are received on submission of the forms show the original sequence of the fields.
    Regards,
    Neha

  • Problems with filling out PDF forms

    We have problems with filling out PDF-forms. Aotomatic filling of forms is deactivated and we use the Adobe Reader 11.0.05. The problem is: After some time the inputs are wrong put down in the form. For example: I write 120 and in the form stands 125. We have already extinguished the cache. Thanks for your help in advance.

    You will get that first message when the document has been changed in a way that invalidates the internal digital signature that's applied when a document is Reader-enabled. Certain changes are allowed (e.g., filling fields, commenting, signing) and will not invalidate the signature, but others are not. The exact cause of the change is often hard to track down, but it can be due to font problems, some type of file corruption, or something that Acrobat/Reader attempts to correct when the file is opened/saved. You will also get the message if the users system time is not correct and is currently set to some time before the document was Reader-enabled. It seems best to use the most recent version of Acrobat to enabled the documents and recent versions of Reader to work with them.
    It problem is probably not related to the user using anything in the Sign pane.

  • Problem with PJC (Print Dialog) - Forms 10g

    I have a problem with my PJC for Forms 10g r2. When I try to connect and run my PJC (raise Print dialog and put printer name in some text item) I get following message:
    oracle.forms.net.ConnectionException: Forms session <2> aborted: unable to communicate with runtime process.
         at oracle.forms.net.ConnectionException.createConnectionException(Unknown Source)
         at oracle.forms.net.HTTPNStream.getResponse(Unknown Source)
         at oracle.forms.net.HTTPNStream.doFlush(Unknown Source)
         at oracle.forms.net.HTTPNStream.flush(Unknown Source)
         at java.io.DataOutputStream.flush(Unknown Source)
         at oracle.forms.net.StreamMessageWriter.run(Unknown Source)
    When I started application, on Java console I saw this message, so I think the server configuration is fine (I change everything I need in Default.env and FormsWeb.cfg files):
    Loading http://devsrv/forms/java/jESPrintDialog.jar from JAR cache
    What can I change with server configuration or deploying my project to this PJC can work normaly?
    Thanks....

    Hi and thanks!
    I resolve one part of my problem. Tt was about diferent compiler (in JDeveloper 10.1.3 compiler is 1.5 and in my oc4j server JRE is earlier version, so it can`t work normaly).
    I comiled PJC in 1.4 version of compiler and now I can start and run my PJC.
    But, there is another problem:
    this is my part of java code (note: everything work fine except one line when I want to get printer name from select printer dialog):
    try {
    boolean b;
    PrinterJob job = PrinterJob.getPrinterJob();
    b = job.printDialog();
    try {
    return job.getPrintService().getName();
    catch (Exception e) {
    System.out.println("Error: "+e.getMessage());
    return "My error:";
    } catch (Exception e) {
    System.out.println("ERROR: " + e.getMessage());
    return "Problem with PJC [esoft]";
    So, when pjc want to get back printer name
    return job.getPrintService().getName();
    i get following error (on Java console):
    java.lang.NoSuchMethodError
         at happypjc.PDialog.getProperty(PDialog.java:50)
         at oracle.forms.handler.UICommon.onGet(Unknown Source)
         at oracle.forms.engine.Runform.onGetHandler(Unknown Source)
         at oracle.forms.engine.Runform.processMessage(Unknown Source)
         at oracle.forms.engine.Runform.processSet(Unknown Source)
         at oracle.forms.engine.Runform.onMessageReal(Unknown Source)
         at oracle.forms.engine.Runform.onMessage(Unknown Source)
         at oracle.forms.engine.Runform.processEventEnd(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.redispatchEvent(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.processEvent(Unknown Source)
         at java.awt.Component.dispatchEventImpl(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.run(Unknown Source)
    Can you give me some hint about it. Everything is OK now, except this (very important) peace of code!
    best regards
    mret

Maybe you are looking for

  • Finger print reader not working - file PSQLPWD.DLL

    Hi, I need some help, I run an spyware and detected the file PSQLPWD.DLL and renamed it as PSQLPWD.DLL.VIR.VIR and deleted it. After that I was not able to use th finger print reader. I read that that file is part of the is part of Thinkvantage longo

  • Player doesn't work correctly

    I'm using the latest Flash Player (v9) and have some issues. They exist in Firefox 2.0 and IE 7 both When viewing youtube videos and going to full screen mode, the Zoom In feature zooms in correctly, but then the option to zoom out remains grayed out

  • Error 402653077 trying to update iPhone 3 to 4.2.1

    So far I've gotten my itunes updated to version 10, but I can't get my phone updated. I keep getting error message 402653077. Anyone know how to fix the problem?

  • Pl/sql to run different sql based on version

    Hello all, I am trying to figure out a maybe a simple problem for a lot of you guys, i want to write a small PL/SQL to get output.  If i am running version 10 of the DB then run certain select, if i am running version 11 then run certain select...how

  • Fast playback

    I've got iTunes 7.0 installed on my PC. I'm running Windows XP. Problem: When I'm running iTunes in the background of a game the playback is fast and choppy but that never happened before I installed 7.0 does/has anyone else had this problem and is t