MultiSelect - Saved in XREF table and trying to repopulate with "On Load"

Hi all,
At the time of saving the form I split the MultiSelect into a cross reference table.
DECLARE
l_selected HTMLDB_APPLICATION_GLOBAL.VC_ARR2;
lcnt NUMBER;
lDocID NUMBER := :P2_ID;
lOwners VARCHAR2(200):= :P2_OWNER;
BEGIN
-- Remove all past selected owners associated with this document
DELETE FROM MY_OWNER_XRF
where MASTER_REC_ID = lDocID;
-- Add all currently selected owners in multi-select (may be the same ones already selected)
l_selected := HTMLDB_UTIL.STRING_TO_TABLE(lOwners);
FOR j IN 1..l_selected.count LOOP
INSERT INTO MY_OWNER_XRF (MASTER_REC_ID, OWNER_ID)
VALUES (lDocID , l_selected(j));
END LOOP;
END;
When going back into the saved form I build the MultiSelect colon delimited value in the "On Load - After Header" process but it is not showing the values.
Do I also have to select them in a javascript loop?
DECLARE
lmyVar VARCHAR2(2000);
BEGIN
-- Prepopulate Multi-Selects in a "After Header" "Page Rendering" Process.
     :P2_OWNER:='';
     FOR RL IN (select OWNER_NAME, ID from MY_OWNERS O, MY_OWNER_XRF X
where X.MASTER_REC_ID = :P2_ID and X.OWNER_ID = O.ID order by owner_name) LOOP
          :P2_OWNER:= RL.ID||':'||:P2_OWNER;
     END LOOP;
-- Remove the last colon
:P2_OWNER:= rtrim(:P2_OWNER,':');
END;
Thank you, BC

@Mike_Myers_N8
Puzzled here in that you only need to sign-in at http://maps.nokia.com if you want to view favourites or create a route on your PC.
Admittedly have Ovi Maps v3.08 on N8 here, click on "gear wheels" > Extra > Settings > General > Nokia account > Nokia Account > Sign in and if not already amend so it is showing "Sign out"
In Ovi Maps upon device then go to Search > Favourites > Sync and if you currently use Ovi Maps in "Offline" mode it asks to go online to synchronise favourites.
Happy to have helped forum with a Support Ratio = 42.5

Similar Messages

  • TS1424 I am trying to update itunes so that I can sync my new iphone.  I get a message Error 7(Windows Error 127).  I have uninstalled all apple software and tried to reload with no luck.  I have also cleaned my registry with software.

    I am trying to update iTunes so that I can sync my new iPhone.  I get a message Error 7 (Windows Error 127).  I have uninstalled all Apple software and tried to reload with no luck.  I have also cleaned my computer's registry with registry cleaning software.  Even tried reloading operating system disk to fix errors.  Any ideas?

    Hello chathamcpa,
    I found an article with steps you can take when you are getting Error 7 when opening iTunes.  I recommend following the steps in this article:
    iTunes for Windows: "Error 7" message when opening iTunes
    http://support.apple.com/kb/ts3074
    Thank you for using Apple Support Communities.
    Best,
    Sheila M.

  • Just upgrade my MacBook Pro Mid 2010 to Mountain Lion and tried to connect with Apple TV 3th gen. through Airplay and couldn't mirrorring video on my LG Smart TV screen.   Just paid US 99.00 for Apple TV plus US 19.99 to Mountain Lion for nothing  @?$%

    Just upgrade my MacBook Pro Mid 2010 to Mountain Lion and tried to connect with Apple TV 3th gen. through Airplay and couldn't mirrorring video on my LG Smart TV screen.
    Just paid US 99.00 for Apple TV plus US 19.99 to Mountain Lion for nothing  @?$%& !!!!
    Back again to mini display to hdmi cable.
    could you help me????

    It is stated that mirroring requires recent hardware (2011 or later)
    http://support.apple.com/kb/ht5404
    However you can still use 3rd party solutions like Airparrot which do it via software

  • HT2693 I purchased Huawei Dongle and trying to connect with my NEW MacBook Pro (OS- Mountain Lion) USB port 3.0 but unfortunately it does not support. When I plugged in my the power is flowing in dongle due green light blinking twice in every 3 sec but no

    Hi,
    I purchased Huawei Dongle and trying to connect with my new MacBook Pro (OS- Mountain Lion) USB port 3.0 but unfortunately it does not support.
    When I plugged in my macbook the power is flowing in dongle due green light blinking twice in every 3 sec but no connection found or diver shown.
    Please let me know how I have to use it. I got some suggestion for USB hub 2.0 but It does not make any sense and driver installation.
    So please suggest proper direction to use it and provide link to install any driver.
    Thanks
    Tauheed Ahmad

    Yes Clinton I did same, but they were (Huawei customer support) surprised about this problem, They behave like they have no idea about USB 2.0 and  3.0 knowledge. They handsUp that reason I posted my problem in this forum.
    So is there any better solution to use any mediator between these USB version handling, Please let me know.
    Thanks
    Tauheed

  • Upon sync or backup, I receive the message, "iTunes could not back up the iPhone "iPhone name" because and error occurred. I have deleted my backup file and tried another computer, with no success.  Also, the bluetooth function stopped working.

    Upon sync or backup, I receive the message, "iTunes could not back up the iPhone "iPhone name" because and error occurred. I have deleted my backup file and tried another computer, with no success.  Also, the bluetooth function stopped working.

    Hi, EJ13. 
    I see you are having issues with backing up you iPhone and have tried a couple troubleshooting steps.  There are a couple more steps I could recommend in the article below. 
    iOS: Troubleshooting backup issues in iTunes
    http://support.apple.com/kb/ts2529
    Regards,
    Jason H. 

  • Linking multiple tables and Trying to insert records into Detail

    Hello,
    I have been struggling with this one for years...
    Work Order, Employee Labor, and Materials.  I then create a group headers using the Location field from the Work Order table.  I then create another Group, suppress the group name, and insert several fields from the Work Order table (work order number, wo description, status and completion date into Group 2 section.  Multiple rows of info are displayed.  I then enter some Employee Labor fields from the Labor table into the Details section (employee name, labor hours, pay rate, etc.).  I get several lines of employee labor transaction information grouped below each row of work order info from the Group 2 section.  So far, so good.
    Now I attempt to bring a field into the Details section from the 3rd table (Materials).  The moment I introduce the record, the rows of employee labor are duplicated over and over.  In fact, there are multiple duplicate labor transaction rows (over and over).
    What am I doing wrong???  I've tried every combination of Linking Order that I can think of...  I need help.
    Please reply.
    ps.  Let me know if I need to attach a screen shot.
    Thank you
    Robert

    hi Robert,
    this is a common issue when you add several details tables to a report. once you add the fields, then the sql generated will include those parent tables and you get a multiplier of records.
    my recommendation to you would be to use a subreport for the materials table instead.
    go to the Insert menu, choose Subreport and create a new subreport using the Wizard then add your current connection but this time only add the materials table. in the Linking tab, choose your Work order and then add the subreport to the Work order group header. now in the subreport add some fields from your materials table onto the subreport canvas.
    what this is essentially doing is a subquery to the database and returning all associated materials records based on a filter for the work order.
    the main report should not include any materials records and you can also remove this table from the database expert for the main report.
    i hope this helps,
    jamie

  • Water spilled on the table and it had contact with a macbook air:(

    Hi people!
    I was at Starbucks and I spilled 1/3 glass of water on a table and it had a little contact with someone's macbook air... The person tried to turn it on  but it did not turn on... He said its ok and i gave him my phone number but im really concerned about it. Do you think that there might be a serious problem? I dont want him to lose his documents...
    In the worst case, i ll of course pay the fees for reparing it but... I feel so bad about it...

    someone's macbook air
    Oh, someone elses macbook eh?
    Yes, everyone tries to turn it on,.... always a horrible idea.     Electricity and water destroys.
    Liquid spills, why your MacBook chassis is a one-way valve for spills
    After a substantial spill many people will turn their notebook upside down and shake it, not only does this not work, but it spreads liquid havoc throughout your machine and makes things often as bad as possible.
    The keyboard itself acts like a one way valve in the case of a substantial liquid spill. While liquid pours into the bottom chassis easy, it does not come out easily at all, and in the case of any spill, most of it will not come out by turning it upside down. Disconnect all power and contact Apple for diagnostics and repair.
    Do not attempt to, after a spill, ‘dry out your MacBook’ and test it
    After a spill most people invariably try to “dry out” their notebook by various methods, including hair dryers and otherwise. This both does not work, and after a substantial spill of any magnitude, even if the liquid was water, residue is left behind.
    There are additionally many very tight places inside your notebook where liquids will linger for a very long time, and cause corrosion or worse.
    Immediately unplug your notebook and contact Apple for in shop diagnostics and parts replacement.
    In the case of very minor spills people will “dry out” their notebook and feel success that their notebook is working ok, however invariably in nearly all instances after 4-14 days an error / fault pops up and is usually followed by more.
    In case of a spill, damage estimates are impossible,.....anything can be fixed, without question.......the question is cost.
    contact Apple for in shop diagnostics and cost estimation ....possible parts replacement.  

  • I updated to 5.0.1 and lost all my game data for my apps since the update and have checked my devices table and tried to upload anyone got any idea how to get my freaking game data back

    Can any one help?

    Hi,
    Thanks for replying so quick. I think before the update the apps were not in the library. Now after the update the apps are in the itunes libary minus the game data. I think that happened because I tried to find my game data. I search my pc and found a previous itunes libraries folder and when I used that I found a file I clicked on a file called itunes Library 2012-01-10 that opened in the itunes library. The date on that file was the date of the upgrade to 5.0.1. when I lost all my games data.
    There is another file in the itunes libcalled iTunes Library 2011-03-16 would it be worth trying to download that as it may have more game data?
    I ment to say the devices tab not table it is the option in the iTunes app to find out about your device.

  • Select data from a table and a view: field with same content and different type

    hi all,
    I need data from a table hrp1001 and a view V_USR_NAME. What they have in common are the content of the fields SOBID and BNAME .
    It will be easier if those fields add a same type but they dont.
    Any suggestions for a workaround?
    Thanks

    Hi Ramesh,
    Specify the date format as YYYYMMDD in where condition.
    Dates are internally stored in SAP as YYYYMMDD only.
    Change your date format in WHERE condition as follows.
    data itab like equk occurs 0 with header line.
    select * from equk into table itab where werks = 'C001'
    and bdatu = <b>'99991231'.</b>
    I doubt check your data base table EQUK on this date for the existince of data.
    Otherwise, just change the conidition on BDATU like below to see all entries prior to this date.
    data itab like equk occurs 0 with header line.
    select * from equk into table itab where werks = 'C001'
    and <b> bdatu <= '99991231'.</b>
    Thanks,
    Vinay
    Thanks,
    Vinay

  • I have win 7 64 bit professional and itunes will not load at all just hangs. I have removed the software and tried to reinstall with no luck anny suggestions

    I can't get the 64 bit version os itunes to load on my system.Runing win 7 64 bit pro version. have tried to uninstall it and reinstall same issue. all current win updates are installed still no luck.
    any suggestions?

    Sorry about the delay, pack. Brooding over what to try next.
    I'd like to doublecheck the malware possibilities with another malware scanner.
    Try downloading and installing the free version of Malwarebytes AntiMalware. Update your MBAM definitions and then run a full scan of the PC. (Takes about 2 hour on my Lenovo.)
    http://www.malwarebytes.org/mbam.php
    Does the scan find any infections? If so, please paste the contents of the log file for the scan in a reply here so we can have a look.

  • Hi i'm trying to turm my ipad 2 on and sync with my computer, but everytime it won't sync and the computer says that (the required disk cannot be found), my ipad just keeps trying and trying to sync with an apple picture and loading style picture on it,

    hello
    have an ipad 2 went to turn it on and it states it has low battery, so try to charge it and nothing happens, try to turn it on and sync it and have had various code faults put on, spoke to apple engineer helpline for over an hour and checked every sort of fault there has been! exhausted, however now when i try to sync with itunes it statesTHE REQUIRED DISK SPACE IS NOT AVAILABLE, i just have a black screen with an apple in the middle with a loadind style clock, i have tried to return it to factory settings to no avail, anyone ever seen this problem before help please

    yes have latest edition of itunes, i have two ipads connected to the itunes one is working one is not, they belong to my kids, i set them up at xmas for them and all working fine til yesterday, kids say they have done any thing, can i take it to an aplle shop< or any more ideas, it just repeating trying to sync  and coming up with the disk space cannot be found, don't want to risk connecting my other ipad up to the computer, i havent changed anything on my computer for months

  • HT1386 After installing iOS 6 on my New iPad and trying to sync with iTunes on my iMac I get the message "Unable to sync; unknown error (1140)".   Restarting iMac and iPad did not help! What to do?

    I installed iOs 6 on my New iPad. After that every time I try to synchronize the New iPad with my iMac I get the message: "This iPad can not be synchronized; an unknown error (1140)".
    What do I have to do to get the iPad sychronized?

    Jon Swalby wrote:
    I recently retired my 9 year old iMac and bought a new Mini. I migrated from a clone copy of the iMac
    to the Mini.
    All my iTunes content is on the new Mini, but my iPad is trying (unsuccessfully) to sync to the iMac.
    How do you know? Nothing identifies which computer it is syncing with...
    Is the iMac still on the network?
    Have you connected the iPad to the Mac mini via USB and sync'd it?

  • HT201401 I need your help. I use iPhone 4 . I've just downloaded new iOS for while. Today my phone couldn't on and off . When I' was home and tried to connected with USB ,but it wasn't necessary. Pls help me.

    I Need your help ,pls. I can't use my iPhone . It can't on and off , no display anymore.

    Hello Apple_Addict22,
    Thank you for your question. iOS 7 requires iTunes 11.1.  First, I recommend trying to obtain the update by going to the iTunes menu and selecting Check for Updates.
    iTunes: How to install the latest version
    http://support.apple.com/kb/ht5654
    If you continue to get the message that iTunes is up to date, you can download the latest version of iTunes here:
    Download iTunes
    http://www.apple.com/itunes/download/
    Once the file downloads, double click on the installation file that downloaded to initiate the installation.
    Best,
    Sheila M.

  • I'm trying to buy the $99/yr iOS Developer Program in Canada, and trying to pay with a $100 Mastercard Gift Card, why is my payment not authorized and failing?

    Title says all..
    Program is $99 Canadian, and my card was just loaded with $100.
    Please let me know.

    The problem is you can't use a gift credit card.
    It has to be a card registered to you at your home address.

  • Can't sign into my Apple Youtube app (the app that Safari links to when you click on a Youtube video). Ive tried the 2 step verification method and tried signing in with my gmail and the password given for the app- doesnt work? What do I do?

    Ive tried followinf a number of posts on using the 2 step verification method- none of it works. Please I need help with this, thanks.

    Also forgot to mention- i can log in with Google's Youtube app- the problem is Safari doesnt link to this app.  So if anyone knows how to get Safari to link to Google's Youtube app youd also solve this problem for me.

Maybe you are looking for

  • Sending Event reminders to multiple recipients

    Hello, I have googled this and searched the forum but have not found a solution. How can I send an event reminders to multiple various people (some have iCal, some do not), with iCal? I have tried adding a group but it still selects only one email ad

  • Getting an error while changing a tag in an XML file

    Hi, When I am trying to replace the existing XML tag with other one I am getting the following exception: org.w3c.dom.DOMException: NOT_FOUND_ERR: An attempt is made to reference a node in a context where it does not exist. at org.apache.xerces.dom.P

  • All music went ghost on iPhone after I did a backup?

    okay, so this is really strange. I plugged my iphone in earlier this evening, wanting to sync an album on it from itunes. I noticed that itunes was showing my iphone as "13.55GB Over-Capacity", but when I went to check my iphone in its settings, it s

  • How to take action when vi stops running

    Sorry for the newbie question but I can't seem to find the answer anywhere. How do I go about taking action such as turning off leds or reseting some variables when my vi stops running. Is there some sort of boolean flag that I can read to determine

  • My macbook wont reboot apple logo and spinning wheel thats it.

    I watched youtube videos and tried command r and now it keeps popping up you need to restart your computer. Everytime I restart it, it pops back up! HELP!!