Tabular form row order out of sync when using apex_item.popup_from_query

Hi
I have a tabular form that contains a apex_item.popup_from_query column, the query itself has an order by clause and I believe this is the reason why selecting from the popup column results in the wrong row being updated.
I refer to a previous post where Scott Spendolini acknowledges the absence of any workaround for this, does anyone know of one now given that that was a few years ago?
I kind of need to find a workaround for this ASAP or else I will have to redesign the whole page and abandon the tabular form, I'd be really grateful for any help here
Thanks

I experienced the same problem before and there is definitelly a bug. However, I didn't know about this difference. This explains some doubts I had. Thanks for pointing that out. Hopefully, this is going to get better in 4.0.
Denes Kubicek
http://deneskubicek.blogspot.com/
http://www.opal-consulting.de/training
http://apex.oracle.com/pls/otn/f?p=31517:1
http://www.amazon.de/Oracle-APEX-XE-Praxis/dp/3826655494
-------------------------------------------------------------------

Similar Messages

  • Video + audio recorded in Quicktime X is out of sync when used in iMovie

    I have recorded video in Quicktime X. When I try to edit it in iMovie, the audio and video are out of sync. They are in sync if I play the video in Quicktime. I am using the latest version of iMovie '11. Anyone know how I can fix this?

    You should not HAVE TO but did you try extracting out the audio? This has been a issue for a long time. I am not sure why you never see this problem in Final Cut but it rears its ugly head in iMovie all the time. What do the call it now? Oh yes... detach. Select the clip then Clip -> Detach audio and line it back up.
    -- Dan
    Keeper of TheUnofficialiMovieFAQ.com

  • Audio and video out of sync when using quicktime conversion

    hello,
    i am editing a hdv project and want to export to quicktime. the client needs it in a specific size (700x394). they do not want the video in the file compressed, just the size of image. they are compressing the video through flash for the web. anyways, i used to just use quicktime conversion, custom size and use 700x394, but now when i do that the audio and video are sparadically out of sync in the product. the wierd thing is that the project plays fine in the timeline, but when i export the problem occours. i then, exported to a full res fcp movie and it is fine. then tired reexporting through qt pro to 700x394. when i did this their were no sync issues but the quality of the file was not so good, it look more pixely, certainly not as good as when i did it using quicktime conversion.
    how can i export through fcp to get the 700x394 file? someone said 'use current settings' instead of using quicktime conversion? how do i do this? what do i need to do and what are my settings?
    any help is appreciated. thanks a ton in advance.
    cheers,
    clay

    What format are you converting the HDV to?
    If it's animation, it is quite possible your computer can't pull the data rate. In this case it would be a processor / hard drive issue not an out of sync issue.
    x

  • MPEG-2 out of sync when using Qmaster Cluster

    Trying to figure out why MPEG-2 sync drifts when using a cluster. When I don't use a cluster sync is fine. My source is uncompressed or prores HQ QuickTime 23.98fps /w 8 channels of audio (6 channels being mapped to 5.1 AC3 and 2 stereo tracks). When I compare cluster and non-cluster MPEG-2 files in DVDSP the length in the inspector window is different, the clustered MPEG-2 QT is a half a second longer. The AC3 audio files are the same in length, cluster or not. I think when the cluster breaks the QuickTime into segments to renders are not being merged back properly.
    Is this a known issue or is there a fix? Using a cluster has greatly decreased output time but is no good if sync is off.
    I am currently on QuickTIme 7.4.5 OS X 10.5.3 Compressor 3.0.3

    I just came across this exact issue as well. Discovered that audio was drifting out of sync on a 29.98 timeline in DVD Studio Pro on a 60 second spot (probably by just a few frames or so). Not too noticeable to most folks on a 60-second spot, but definitely noticeable on longer encodes.
    For now, I'm not aware of any solution, but hopefully Apple is aware... I, too, enjoy the benefits of quicker encodes using my 8-core Mac Pro.

  • Exception when using apex_item.select_list_from_lov

    I have a query where I want to use a select list to enable the user to change the value of an attribute. However, when i try using apex_item.select_list_from_lov or apex_item.select_list_from_query I get an exception. My report region shows ORA-06502: PL/SQL: numeric or value error: character string buffer too small
    I tried querying a smaller table, and then it works. Is there a size limit for select_list_from_query and select_list_from_lov? And if so, what is it? The list of values and the query works fine when using them in select list items (in a form). It also works fine when using apex_item.popup_from_lov.
    Camilla

    Camilla,
    Those functions return a varchar2 value so you are limited to 4000 characters for a column of that type selected in SQL. You can use the select_list_from_query_xl or select_list_from_lov_xl, which return a CLOB. In any case the size of the HTML generated for the row must be less than 32K.
    Scott

  • How to avoid submitting a page when tabular form rows are empty

    Hi,
    I have a master detail form in my application. There are 2 tables that are used Table A and Table B. Table A contains Ticket number and Table B refers to Table A through a foriegn key and Table B have columns like Date,Name, Age, ticket_id (that refers to the ticket_number of the Table A).
    This is how the application works:
    In a page there is a field for Ticket Number, once the user enters the Ticket Number and click Add Details, a tabular Form with 5 empty field appears... (Done through Page Process->Data Manipilation->Add Rows)
    This form contains fields Date, Name and Age. Once the user fills in all the details and click Submit button, the page is submitted. Whatever values that was entered is saved in Table B. Page Sucess message appears. This works fine.
    But once the Ticket Number is entered and Add Details is clicked, and without entering the values in the Tabular Form, if Submit button is clicked, there is no error showing up neither I see Page success message. But this should not be allowed. There should be some error showing up...
    Tabular Form Validations works only when user enters some values in the Tabular Form and click Submit. For the above scenario, where the form is untouched the validation doesnt work.
    How can I get this done? Any ideas?

    Hello Suzi,
    >> if (document.wwv_flow==null)
    The document.wwv_flow is an object representing the current form that was just rendered on your screen. As such, it can never be null.
    >> How to avoid submitting a page when tabular form rows are empty
    The correct way, especially for versions prior to APEX 4.0 is to use JavaScript, but for that, you need to know and understand how APEX generates your tabular form, HTML wise.
    To be very brief, APEX attached a unique ID to every updatable cell in the tabular form, using a certain pattern – each updatable column is getting a unique name (e.g. ‘f01’,’f02’ etc.) and the ID of a cell is a combination of this name with the serial row number the cell is on. For example, a cell on the third row in an updatable column called ‘f04’ will be given an ID of f04_0003. (More detailed explanation, with an example, can be found in my book).
    What you should do is to check these cells according to your validation policy (e.g. is all five row must be filled, is all the columns in a specific row must be filled, etc.).
    Regards,
    Arie.
    ♦ Please remember to mark appropriate posts as correct/helpful. For the long run, it will benefit us all.
    ♦ Author of Oracle Application Express 3.2 – The Essentials and More

  • Popup window for tabular form row edition

    To edit existing or new rows in a tabular form (page 1), I would like to open a popup window (page 2) with fields mirroring original tabular form fields. So, some basic data can be viewed/typed in the tabular form and the whole of the record data are viewed/typed on a separate popup form.
    On opening popup, I pass a tabular form's current line number (filled with up to three zeros on the left).
    When the user clicks on OK button on popup page, data will be put to the corresponding tabular form row. That should allow me to get /set tab form data from popup using following syntax:
    opener.document.getElementById('f04_' + line).value
    However, when I call data-initialization javascript function on onload of the popup form, popup fields to be filled are not rendered yet. At which point (and how) could I call this javascript initialization function?
    Another question. With Firebug Inspector, I see that right in front of each tab form data tag, there is a "label" tag with the name of the column as it was defined in report attributes. As long as I have a information, opener.document.getElementById, what HTML/Javascript syntax should I use to get to this label tag?
    Igor

    OK, the first part of question is OK now. Simply, I was putting a javascript code calling my initialization predure in the HTML Body Attribute section of the page, instead of simply writing there: onload="initFunction();"
    The second one stands still: once I have a tabular form's element id like f20_0003, how can I get to the symbolic name, e.g., "FIRST_NAME", that is in the label tag in the same table cell?

  • Audio out of sync when playing HD content

    Hey
    I've got an issue with the audio gets out of sync when playing some HD content. I've tried to make sure the video is stored on the Apple TV so it can't be the network connection.
    I've also tried a full reset of the unit, but still no luck.
    But it's all video clips that has this problem. Even though they encoded the same and so on, some videos audio get out of synced and some don't.
    Also have a problem with m4v files locking the ATV (and iTunes for that matter), but renaming it to a mp4 file seems to solve it. But if someone has a fix for that as well I'd much appreciate it.
    Many thanks in advance,
    Jeaz
    EDIT: I have tried to use component cables instead of HDMI, but the problem remains. Of course also tested the video on my Mac and no problems. A quick pause and resume usually solves it, but only for a minute or so.
    Message was edited by: MrJeaz

    What sort of specification is the video content? Is spec too high for AppleTV.
    It may be that it's some kind of bug in AppleTV's playback, that the Mac does not exhibit, or an issue with encoding that causes a problem only on AppleTV.
    If you are encoding video and using same as source for the frame rate, it may be better in some cases trying explicitly to specify the frame rate required in case automatic frame rate conversion is introducing some kind of timing issue. Test a short clip to see.

  • Out of Sync when importing rendered sequence

    This is the first time I've had this happen and haven't been able to solve the problem yet and haven't found any solutions yet through searching. Using CS5.5, I'm building a show consisting of 7 or 8 already rendered sequences. All seem fine when put together, but one sequence is thrown way out of sync when I import it. The file plays fine otherwise and it isn't until it's imported into premiere that the problem occurs. I've tried re-rendering several times and get the same out of sync problems. And it eventually gets wildly out of sync, not just a few seconds. The properties of the clip are:
    Type: MPEG Movie
    File Size: 1.5 GB
    Image Size: 1920 x 820
    Frame Rate: 23.976
    Source Audio Format: 48000 Hz - compressed - Stereo
    Project Audio Format: 48000 Hz - 32 bit floating point - Stereo
    Total Duration: 00:04:23:09
    Average Data Rate: 6.0 MB / second
    Pixel Aspect Ratio: 1.0
    This is the same as all the other rendered/imported sequences. I'm at a loss here. Is there anyone who can help steer me to solving this?

    Welcome to the forum.
    Just so that everyone is on the same page, when you say "rendered," is it safe to assume that you mean that that file was Exported, and then is being Imported into a new Project?
    Good luck,
    Hunt

  • A portion of audio that is synced in iMovie, is out of sync when burned with iDVD. How can I avoid this?

    I'm trying to burn a simple movie, using iMovie and finishing in iDVD. A portion of the audio is out of sync when burned, despite it being in sync in iMovie. Any suggestions?
    Thanks.

    Hi
    Try to - Save as a DiskImage - then test this with Apple DVD-tool.
    Does this play OK - burn this DiskImage by using Disk Util tool.
    Set down burn speed to x2 or 4
    Yours Bengt W

  • [svn:fx-trunk] 9225: Fix bug: Rows disappear in Spark List when using negative gap in layout and using virtualization

    Revision: 9225
    Author:   [email protected]
    Date:     2009-08-11 11:36:09 -0700 (Tue, 11 Aug 2009)
    Log Message:
    Fix bug: Rows disappear in Spark List when using negative gap in layout and using virtualization
    Fix: Change H/V layouts first-visible-element lookup logic to accommodate negative gaps.
    QE notes: None
    Doc notes: None
    Bugs: SDK-22497
    Reviewer: Hans
    Tests run: checkintests,
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-22497
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/layouts/HorizontalLayout.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/layouts/VerticalLayout.as

    sorka;
    You can check the LabVIEW Support page.
    There is a troubleshooting section called LabVIEW Installation/Getting Started Resources. It also includes a LabVIEW 7.x Frequently Asked Questions that has a link that reads Issues Fixed in LabVIEW 7.1. However, not much information is provided there.
    Other places where you can post your findings is at the LAVA Forum (check the Bug list forum) and the Info-LabVIEW mailing list. These are not official places, but usually they li
    sten
    Enrique
    www.vartortech.com

  • How to capture number of tabular form rows in javascript

    Greetings All -
    I have a tabular form that I created manually.
    I am looking for a way in javascript to capture the number of rows that are displayed on the page.
    Is this possible?
    Regards,
    Mark

    Bill -
    Thank you for the reply.
    I had thought of your suggestion but I was unsure where I could execute the apex_application.g_fxx.count command without submitting the page.
    I cannot do this on a submit, because I need to now the number of rows displayed in order to do a calculation while entering a row on a manually created tabular form
    Suggestions appreciated
    Regards,
    Mark

  • OnClick Event on Standard Report/Tabular Form Row

    Hi All
    We have complex requirements and would need your help here.In the Application( referred below on OTN), we need the following:
    Whenever User clicks anywhere on any row, the values in the Disabled Text fields(or we may chnage to disabled Text Areas if required) in the region at the bottom should come from the corresponding columns of the Row clicked. e.g. When User clicks anywhere on the row with Empid as 1, the disabled text fields should show Empname as "Ravijeet" and Departmentname as "Coprorate Application".
    Application Reference:
    URL: [http://apex.oracle.com/pls/otn/f?p=12190:3]
    workspace: VCS
    Userid: *************
    password: ***************
    Please let us know.
    Regards
    Ravijeet
    Edited by: Ravijeet on Jan 26, 2009 10:02 AM

    Hi Andy,
    Thanks again as usual for your valuable time and inputs, this too worked perfectly fine as usual :-)
    One thing I missed Yesterday :
    1) a) In all cases when ever the Page loads (or refreshes based on filter) the display items P3_EMPNAME
    & P3_DEPARTMENTNAME in the last bottom Region would have Values as per the First row of the Tabular
    Form, which we achieved yesterday.
    But in case we do 'SUBMIT' the page via "Submit" button to change value of salary field, the display items P3_EMPNAME & P3_DEPARTMENTNAME should have value as per the last row clicked i.e. in which salary value was changed.
    b) I am supposed to Focus the cursor by default on the salary field, which i tried to do using your reply
    on other thread : Tabular form - initially position the cursor on a given field
    Since we would not have to add any Row in tabular form so I removed the inner 'If' condition to setfocus always on first row's corresponding column (I saw certain problem in using arrow left and arrow right key,but this is minor problem).
    Extra requirement is that in case some other Row's Salary field has been changed and "submit" button is pressed then cursor should focus on the salary field of that row after submit.
    (like Displayed items in last region should be of row canged in case a above).
    We have few other really complex Requirements and have updated corresponding old threads on OTN (still open) :
    1) In the Tabular Form Users want to navigate in the "salary" field of our tabular form,
    use the Keyboard Keys "Arrow Up" or "Enter" to go to the salary field of the previous Row and "Arrow Down"
    to go to the salary field of the Next Row.
    Came across this thread, but could not get the complete code since would have to download complete ApexLib Framework:
    screen (behavior expected/required): http://apex.oracle.com/pls/otn/f?p=33231:52:4145765023028237::NO:::
    Thread: Use navigation keys in tabular form
    2) Scrollable Region with Constant Header would be also required, since in our case Tabular form would always have
    number of records more than can be displayed on one window screen.
    First I tried doing by putting in Tabular Report's Regions's Header: <div style="height:100px;overflow-y:scroll;">
    and footer : </div>
    This is the only change I did to our application on OTN, not to disturb it :-)
    As you see that as we drag the scroll bar below, column headers get hidden as they also move up.Requirement is to keep it constant.
    Went through the following thread discusses by so many People , but there is still no solution workable for all Browsers: How to implement fixed column headers
    Applied the solution provided for all browsers as per the thread,Column headers get really distorted.
    Users & I Prefer to have Scrollable region rather then having Pagination links (Noticed yesterday
    on my local application that in case we put pagination link our Java script to hide the extra columns in tabular report
    like 'XXX' OR 'Department Name' fails,which we grab to display in last region's displayed items, become visible).
    I know its more than enough questions on this thread. The thread is well answered by You with
    multiple correct solutions as per my all questions till now, but users Requirement Need all of these.
    I also know that if these are possible in APEX ,You would have the best idea.
    Have also updated the other threads ,mentioned above.
    Please suggest, if these would be possible?
    Many Thanks again as usual for all your valuable time and solutions provided.
    Regards
    Ravijeet

  • Migrating to Forms 10g - text out of sync

    Hi guys
    Newbie so please be gentle ....
    Have recently joined a new company and, having last touched Oracle forms 12 years ago, have been designated the label of 'Forms Expert' !!
    Which is fine, I enjoy a challenge! But .....
    Have been tasked with moving some forms from an old to new server, at the same time migrating them to 10g.
    On the new server, when the forms are compiled, some of the text appears to be in a bigger font and / or out of sync with the data items on some forms.
    Any ideas??
    I've had a quick browse through various forums and have checked the registry.dat file against it's equivalent on the old server, what is sensible etc and there don't appear to be any problems there.
    Thanks in advance for any help.
    Ian

    Ian,
    The default.fontMap.appFontnames determines the applications font list and the default.fontMap.javaFontnames determines the Java fonts.
    Each entry in the appFontnames must have its mapping in the JavaFontnames, so just add your font name on the first line and add it's corresponding font onto the second.
    Restart your server and test.
    If you have metalink access also read Note: 434250.1 Note: 1016006.4 and Note: 386954.1
    Tony

  • Is there a way to open page with a new Tabular Form row?

    Hi All,
    I have a (non-manual) Tabular Form that works great. My requirement is to have the new page to open with a new row already added.
    I tried      onLoad="onLoadProcess()";
         <script language="JavaScript" type="text/javascript">
         function onLoadProcess(){
         doSubmit('ADD');
         </script>
    but it hits every onload so it loops, each submit causing another submit.
    Anyway of getting the rowcount in the tabular form without making a manual one?
    Thanks, Bill

    Bill,
    Here's a short (hah!) example of how to do it with a manual form. No idea of how hard it may be to convert to a wizard form.
    select
    x.PERSON_ID,
    x.ck ck,
    x.PERSON_ROLE,
    x.del
    from (
    SELECT
    apex_item.select_list_from_lov(1,person_id,'PEOPLE') PERSON_ID,
    apex_item.hidden(2,issue_id)||
    apex_item.hidden(3,wwv_flow_item.md5(person_id,issue_id,person_role)) ck,
    apex_item.select_list_from_lov(4,person_role,'ROLES') PERSON_ROLE,
    apex_item.checkbox(5,person_id||issue_id) del
    FROM HT_ASSIGNMENTS
    WHERE ISSUE_ID = :P7_ISSUE_ID
    union all
    select apex_item.select_list_from_lov(1,NULL,'PEOPLE') PERSON_ID,
    apex_item.hidden(2,to_number(:P7_ISSUE_ID))||
    apex_item.hidden(3,null) ck,
    apex_item.select_list_from_lov(4,NULL,'ROLES') PERSON_ROLE,
    apex_item.checkbox(5,null) del
    from dual) x
    Bill Ferguson
    Message was edited by:
    wbfergus

Maybe you are looking for

  • External drive won't mount w/o shutdown/startup

    I have about a two year old LaCie Firewire 400 external drive (w/two partitions) that I've run about three hours per week for backups (via SuperDuper). I have retired my old G3 iMac (Panther) and am now running a 3.06 iMac w/Snow Leopard. I am connec

  • Importing Word Doc

    Hi, I tried placing a word document into the first page frame of a new InDesign document and only page number one in the InDesign pages appear to have any of the text from the Word doc. I am just getting started with InDesign. I've heard there is a v

  • Over riding "inbuilt audio" for the audio out put in the easy set up?

    Hi all. I just got hold of Final Cut express and I can not get audio to come out of my external audio interface( MOTU 2408 III). I have noticed that the default setting in the easy set up is for inbuilt audio. How do I over ride this? Thanks, Spigg P

  • Photoshop CS6 Extended Timeline Video Animation - How to make rotation animation

    Hi All In the timeline panel in CS6 EXTENDED, you have a video feature, where you can animate three things: Position Style Opacity What I would like to know, is: How can I animate rotation of a layer? I want to rotate my layer at an angle and animate

  • Crap frame rates - Nvidia 8600 GTS

    Hey all, so far i've really liked Arch Linux, that is, until I started playing 3D games... My system specs are: AMD 64 X2 4000+ (32-bit mode), 3 Gigs of RAM, and  Nvidia GeForce 8600 GTS OC. In some games such as Nexuiz I get like 30FPS in 1680 x 105