How can i get or set a non-database form element???

i was using p_session.get_value_as_... and p_session.set_value for form elements that are database fields, but when i tried to do so with non-database elements the same way it doesn't work!!!!

Rasha,
The non-table field do not have corresponding attributes in the session storage, so you cannot reference them from PLSQL handlers, only table based field can be referenced. You can only use Javascript to reference those.
Thanks,
Dmitry

Similar Messages

  • How Can we get the data from Non-SAP to SAP in WebDynpro

    Hi,
    I hope u understand my query, How can we get the data from Non-SAP to SAP thru WebDynpro Programming.
    Help out with the steps for getting the data or procedure.
    Regards,
    Mutyapu

    You can expose the APIs in the Non-SAP backend as Web Services, and consume them in SAP by creating an Enterprise Proxy. Then these can be called just like normal class methods from Web Dynpro.
    Regards,
    Nithya

  • My main PC with my Itunes Library just crashed.  I still have all my music on Apple TV, Ipod Touch (Gen 2), and Iphone 4 (verizon).  How can I get everything set up on a new PC and working ?

    My main PC with my Itunes Library just crashed.  I still have all my music on Apple TV, Ipod Touch (Gen 2), and Iphone 4 (verizon).  How can I get everything set up on a new PC and working ?

    I downloaded Itunes 10.2 on new desktop, ran sync with my ipod touch (Gen 2) and have all my music on new PC.  Just can't get it to sync with my Apple TV (Gen1).  I have made music purchases on Apple TV and cannot get them to Ipod/Iphone?  Help

  • EBS field how can we get the information that on which form this filed is

    we are doing some data mapping activity for datawarehousing if we are given some EBS field how can we get the information that on which form this filed is located is there any good method

    Hi Kapoor,
    please give also others a chance, and excuse that I get up late on vacation ;-)
    Anyway, I'd keep the story creation responder to recognize the copy, then combine it with an observer on the backing xml story to catch the associated XML element which is created there. Something like below:
    UIDRef xmlStoryRef = Utils<IXMLUtils>()->GetBackingStore(doc);
    InterfacePtr<ISubject> subject ( xmlStoryRef,IID_ISUBJECT );
    subject->AttachObserver(observer,IID_IIDXMLELEMENT,observer->GetAttachIID());

  • How can i get the meta data from database?

    Hi, all java and db experts,
    I need to write a tool to generate java file which will be used to hold the resultset of a stored procedure of Oracle. Is there any API call or tools to connect to db and then get the meta data of the return cursor instead of reading stored procedure definition on my own?
    Please help, thanks a lot.
    Hanna

    if i execute a Oracle stored procedure, the resultset of a cursor is returned. It's easy to know the meta data at the runtime.
    However, could i get the meta data about the resultset of a cursor before runtime? Such as by connecting to the database and ask it about meta data of a specified stored procedure?
    Is it feasible?
    DatabaseMetaData dbmd = conn.getMetaData();
    ResultSet rs = dbmd.getProcedureColumns("", "%", "SP_NAME", "%");
    while (rs.next()) {
    String colName = rs.getString(4);
    int colType = rs.getInt(5);
    int colDataType = rs.getInt(6);
    int colPrecision = rs.getInt(8);
    int colLen = rs.getInt(9);
    int colScale = rs.getInt(10);
    long defaultValue = rs.getLong(11);
    But what i get is a list of stored procedure parameters. In oracle, cursor is IN OUT parameter . How can i get the meta data about the resultset of cursor?

  • How can I get the setting icon back after upgrading to ios 7 on ipod

    I am going round in circles.  I can't get to Settings to fix anything because the Setting icon is not showing.  What can I do?

    Opps, I forgot that.
    Have you tried using the Search feature to tru to find Settings?
    Next
    - Reset the iOS device. Nothing will be lost
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Restore from backup. See:                                 
    iOS: How to back up                                                                
      - Restore to factory settings/new iOS device.

  • How can i get this set up to work? PLEASE HELP

    Ok so right now i have a airport express, and i bought a xbox 360. I want a wired connection for my xbox 360, so the guy at bestbuy said to buy a dlink EBR-2310 switch so i would still have a wireless connection for all the laptops, phone, etc in my house, and still get a wired connection for my xbox from the switch.
    How can i make this setup work?
    Modem -> Dlink EBR-2310 Switch -> Airport Express
    I tryed connecting it all but i cant load a single web page on anything connected to the airport express which is a big problem. PLEASE HELP I CANT RETURN THE SWITCH, THANKS.
    btw i would connect the xbox through ethernet from the switch.

    Unfortunately the advice you got was not correct. The issue is that the modem is only expecting a single device to be connected to it. By connecting a Ethernet switch directly to the modem, the modem will provide an IP address to the first device it "finds." That means all other devices will not gain access.
    What you needed to connect to the modem was a router with a built-in Ethernet switch, like the AirPort Extreme or similar router.

  • How can I get the text value of an XML element  in MXML ?

    Hi,
    I have the following XML loaded into a variable of type XML :
    <properties>
         <comment>RIMpro Data Collector Configuration</comment>
         <entry key="server.pear.username"/>
         <entry key="server.apple.retry.times">5</entry>
         <entry key="rdc.proxy.host">http://192.168.1.2:8080</entry>
    /properties>
    I can easily get the key attribute displayed in a DataGridColumn by setting the dataProvider to my variable and the dataField to "@key".  But I do not know how to get the text value in a second column...  Is there a way or do I need to change my XML to something like this :
    <properties>
         <comment>RIMpro Data Collector Configuration</comment>
         <entry key="server.pear.username"/>
         <entry key="server.apple.retry.times" value="5"></entry>
         <entry key="rdc.proxy.host" value="http://192.168.1.2:8080"></entry>
    /properties>
    Many thanks in advance.
    Marc

    yes, you'd better modify your XML structure to fit the DataGrid internals.
    Since dataField pattern require each grid row item to have a named property to be displayed, otherwise you'll be forced to overcome this pattern using custom labelFunction for the particular column which will implement your custom actions on how to extract appropriate data for that column out of grid row item. It will be much more complicated than just rearranging your xml structure.

  • How can I get users who accessed the database during last one month

    Hi All,
    How can get the list of users who logged on to the database DBProd and made changes to the tables of particular schema during say last month and current month.
    Thanks & Regards.

    DBA_PRIV_AUDIT_OPTS :-Describes current system privileges being audited across the system and by user and who has updated what can be done through trigger which would send the information to a history table. If you have it ready ask your team..
    SQL> select PRIVILEGE,SUCCESS,FAILURE from DBA_PRIV_AUDIT_OPTS where user_name='SCOTT';
    no rows selected
    SQL> audit ALTER SYSTEM by scott by access whenever not successful;
    Audit succeeded.
    SQL> audit session by scott by access;
    Audit succeeded.
    SQL> select PRIVILEGE,SUCCESS,FAILURE from DBA_PRIV_AUDIT_OPTS where user_name='SCOTT';
    PRIVILEGE SUCCESS FAILURE
    CREATE SESSION BY ACCESS BY ACCESS
    ALTER SYSTEM NOT SET BY ACCESS
    Regards
    Karan
    Edited by: Karan on Aug 2, 2012 7:15 PM

  • How can I get iTunes to refresh its database of the music on my PC?

    This is what I want to do:
    1.Delete a lot of tracks in various folders on my hard drive
    2.Then get iTunes to run through its database and compare to my hard drive and remove any references to tracks it can no longer find.
    How do I do this? I can't find a way of getting iTunes to order the tracks by folder location, nor does there seem to be a refresh method.
    If you want to know why I want to do this:
    I had a bunch of music on my PC when I installed iTunes. So iTunes added all the music it could find to its database but basically without any info, like Artist/Album etc etc.
    Now, I don't mind importing my CD's again so that iTunes can organise it properly with all the info and track order info, but how do I get iTunes to forget about the stuff that was originally imported? Bearing in mind that I don't want to forget about everything, and also there doesn't seem to be a way of ordering the music by location. If there was, I could just ordrer it that way and then select the tracks I want to delete.
    Thanks in advance...
    Generic   Windows 2000  

    After a couple of days, I'm noticing that the repeat(ing) offenders have more than 10 episodes, and seem to keep repeating them every time I sync.
    They only show once in my phone and in the iTunes Podcasts, but through iTunes and looking at what's in my phone is when I see the repeats.
    Even after I've marked a podcast as played, and deleted it from within my phone, as well as telling iTunes to delete the played episodes, it still shows multiples of the played episodes.
    There doesn't seem to be any rhyme or reason to it either. They aren't the newest ones either.

  • How can i get cfselect to repopulate after database update?

    I have a form with a cfselect generating a dropdown of Program Directors. I have a link near the dropdown to a page for adding Program Directors.
    I want to be able to click the link, add a Program Director, then have the cfselect-generated dropdown in the form show the current list of Program Directors (including the one just added).
    How can get the list of Program Directors in the dropdown show the new list of Program Directors without having to refresh the form (thus losing information already entered into the form)?
    Thx

    Thx for the quick response, Dan!
    My problem is not just needing to add to the dropdown the Program Director's name, but adding the ID / Name in the dropdown, where the user sees the Name but submits the ID when the form is submitted. And the user will not know the ID of the newly-added Program Director.
    That is why I was hoping I could refresh the contents of the dropdown with the new ID / Name combination.
    kentwva
    (Alan) Kent Klemm (contractor)
    Web Developer
    National Human Genome Research Institute
    E-mail: [email protected]
    Phone: (301) 451-8328

  • How can i get LatLng out of a database to work in maps?

    Hello,
    I am struggeling with a problem with a project of mine for several months now.
    In Flash Builder i have a Flex Mobile Project with a list and on click, i want a map to show up.
    What i try to do is, get the coordinates from a database and transport it to a map on a mobile device.
    This is my sample code :
    protected function onMapReady(event:MapEvent):void
                                            map.setCenter(new LatLng(53.207208,5.913611), 14, MapType.NORMAL_MAP_TYPE);
                                            var markerA:Marker = new Marker( new LatLng(53.207208,5.913611)  );
                                            map.addOverlay(markerA);
                                            map.addControl(new ZoomControl());
                                            map.addControl(new PositionControl());
                                            map.addControl(new MapTypeControl());
                                            startGPS();
    I get my lat and lng from the database and push it to the next view.
    On this view i  get the data as {data.lat} and  {data.lng}.
    If i put this in a textfield it works:    <s:Label y="100" left="10" right="10" text="{data.lat},{data.lng}"/>
    But if i try to put it in a new LatLng() like this: new LatLng({data.lat},{data.lng}), the marker doen't show in the map and i have errors in FlashBuilder.
    Maybe my approach is wrong, so if you know a better way to do it i am open to it.
    Can you help me to solve this problem.
    I would be very gratefull if you would help me.
    Sincerely, Gerard Weijer

    Thank you very much!!!.. It works..
    But now i have 2 markers and i want the route to be shown as an blue line in between the markers...
    This code produces the 2 markers:
    protected function onMapReady(event:MapEvent):void
                                            map.setCenter(new LatLng(data.lat,data.lng), 14, MapType.NORMAL_MAP_TYPE);
                                            var markerA:Marker = new Marker( new LatLng(data.lat,data.lng) );
                                            map.addOverlay(markerA);
                                            map.addControl(new ZoomControl());
                                            map.addControl(new PositionControl());
                                            map.addControl(new MapTypeControl());
                                            startGPS();
                                  protected function startGPS():void {
                                            if(Geolocation.isSupported){
                                                      geoLocation = new Geolocation();
                                                      if(geoLocation.muted){
                                                      geoLocation.setRequestedUpdateInterval(3000);
                                                      geoLocation.addEventListener(GeolocationEvent.UPDATE, handleLocationRequest);     
                                            } else {
                                                     // turn on gps!
                                  private function handleLocationRequest(event:GeolocationEvent):void {     
                                            map.setCenter(new LatLng(event.latitude,event.longitude));   
                                            var markerB:Marker = new Marker(
                                                      new LatLng(event.latitude,event.longitude));
                                            map.addOverlay(markerB);

  • After upgrading to Mountain Lion 10.8.2, I cannot print to my Samsung laser printer ML 2525w?  How can I get this set up to print?

    After upgrading to Mountain Lion 10.8.2 on my iMac, I cannot print to my Samsung B&W Laser printer ML 2525W either by USB or wireless.    Any help on how to setup or reconfigure would be apprecaited.
    I either print blank pages or prints one time then goes off line, or spits out a bunch of blank paper, etc.  Have gone through all the standard fixes, reboot, reset , reload driver, etc.

    From the link to the Thread you provided, I worked through the one message procedures that were listed.
    For ease of reference, I have copied them and printed them below.  This was an old thread but the guidance still works with no firmware upgrade required.
    I would stress that you MUST delete any and all files relating to USB connection of the printer to the MAC, including all print drivers (from both Apple and Samsung either from CD or web downloads) and all print queues, etc.  I was only able to get the printer to properly hand shake with my Mac by setting it up wirelessly after all old files were deleted with hard power off reboots on both the Mac and Printer. 
    I hope that someone from Apple will pass this note along to their programing department because there is some type of incompatibility in the new ML OS and the Samsung ML2525w print dirvers used for a cable (USB) type connection.  Apple needs to be talking to Samsung to get the USB issue resolved.  I am going to post this same message on the Samsung site to see if someone from there will contact Apple to work together on a final solution for USB connectivity.
    Here is the steps I followed to get my ML2525w to work in the wireless mode.  Again, I cannot stress the need to clean out all the old files (drivers, print queues, etc. - everything) before setting up wirelessly. 
    As a note, I ran this printer with Lion for almost 2 years and it always worked fine (both wireless and USB).  From other comments on the thread, users were good with this printer using Lep. and Snow Lep also. - - no issues from either a USB connection or wireless until Mountain Lion.
    Before the fix, I was experiencing many of the same issues as described on user chat threads, printer going offline after a print job.  1st page sometimes printing but all the rest of the pages were garbage.  No printing at all. Printer just running a bunch of blank pages out. etc.
    I run an iMAC 27" desktop with the ML OS upgrade just installed from Lion.
    "I've just installed one of these printers for my parents.
    First of all, don't waste your time connecting the ML-2525W as a USB printer. The printer will go offline after each print job. It's hopeless, at least (I assume) until Samsung gets around to publicly releasing a firmware update.
    Instead, you have to use the ML-2525W as a wireless printer. In that mode, it works fine.
    This is what I did:
    (1) First, if you have already attempted to install the Samsung driver software from the included CD-ROM, uninstall it. Get the uninstaller from the Samsung support site:
    http://www.samsung.com/us/support/downloads/ML-2525W
    Download the "Printer Driver (ver. 4.0)" ZIP file. It unzips to a folder that contains the uninstaller. Likewise, download the "Smart Panel Driver" ZIP file and uninstall the Smart Panel software.
    (2) Disconnect the USB cable from the printer, if it is connected. Pull the power plug on the printer and power cycle it.
    (3) Restart your Mac.
    (4) Go to the "Printer Driver (ver. 4.0)" folder that you previously unzipped. Inside it is a folder named "WirelessSetting". Open the folder and run the "Wireless Setting.app".
    (5) The application will ask you to connect the USB cable to the printer. Do so, and the Mac should be able to communicate with the printer to perform the wireless setup.
    (6) The application will show you a list of wireless networks. One of them is the wireless interface in the printer (ad-hoc). You can ignore that unless you intend to use the printer without connecting to another wireless network. In my case, I selected the wireless network in my parents' home (infrastructure) and entered the security passphrase. The application then configured the wireless interface in the ML-2525W to connect to the home network.
    (7) The Wireless Setting application will then tell you to disconnect the USB cable.
    (8) After finishing the Wireless Setting application, go to Word, Textedit, Pages, or Safari, and select a file or page to print. In the print dialog window, you should see the ML-2525W as a "Nearby Printer" (i.e. via Bonjour). Select the ML-2525W, and your Mac will automatically connect to Apple's Software Update and download the latest Samsung driver. If for any reason the Software Update download does not succeed, you can manually download and install the Apple driver using the previously published link in this discussion.
    (9) After that, you should be able to print to the ML-2525W whenever you want, without the printer going offline.
    (10) If you have a USB printer queue still in your Print & Fax Preferences (from your previous unsuccessful attempt to connect via USB), you can delete it. You only need to keep the Bonjour queue.
    Obviously YMMV, but in my case this procedure got the printer working reliably without the need for a firmware update."
    MacBook (white 12"), Mac OS X (10.6.5)

  • How can I get report of only non compliant clients via Fileshare or to admin mailbox each day?

    I need to figure out how to get a daily report of non compliant clients in SCCM2012 to admin email or fileshare.
    Is there any built-in report that returns only non compliant clients I could use to accomplish this,
    and create alert subscription or exchange server connector to receive the message / file once a day ?
    Do I need to use SQL Server Reporting Services for this ? New to SCCM and getting confused with all those reports,
    sorry ;-)

    Yes you need SSRS for this.
    This will help.
    http://be.enhansoft.com/post/2013/08/27/How-to-Set-up-a-Windows-File-Share-Subscription.aspx
    http://be.enhansoft.com/post/2013/08/14/How-to-Set-up-an-Email-Subscription-in-SSRS.aspx
    Non compliant for what?
    http://www.enhansoft.com/

  • How can i get the value from a HTML Form

    hi,
    I am using HTML form (logfrm). there are userId field,password field, submit button,reset button, and a link.
    when i click on the link, it should fetch the value of userid.
    How it is possible?
    AE

    use jsp:
    which lets you embed java statments in your html -so you when you click on the link you can use request.getParameter("userID") to get the userid.
    Ideally with html forms use a combination of jsp and java beans, where the fields in the form are also fields in your java bean, which you can access through setters and getters.
    google for some jsp tutorials.

Maybe you are looking for

  • How do I remove images from aperture?

    Totally new to apple and aperture so I apologise if this seems like a somewhat noob question but how do I remove images from aperture (using the latest version, 3.4.1)? Coming from a PC and using lightroom I'm used to being able to remove images in t

  • Macbook and T220HD (22 display). 1680x1050 doesnt work anymore !

    Hi! I have a macbook with a 22 inches external display (samsung t220hd). It was working fine for 9 months but i have a problem now... Last week i get my adapter (minidvi to vga) to other display to see a movie... but when i plugged it again at home..

  • What is the best webcam for the Mac mini?

    I have been reading everywhere and it sounds like the big thing is to find the actual webcam that works well with the Mac Mini.  Don't know why Apple wouldn't release their own camera now, can someone enlight me about what webcam should go after?

  • Final Reset Steps required

    I have recently replaced all four ink cartridges - genuine HP364 supplied by MySureSupply and took the opportunity to install the latest driver vers. 12.34 and run the head cleaning utility. All worked well but I was surprised the Yellow cartridge tr

  • I want to import bookmarks from firefox 2.0.0.2.0 to Firefox 3.6.8

    I have just bought a MacBook Pro and want to import my bookmarks via memory stick from my old computer. Can it be done?