Forms built in 6i is not showing up in Runtime in 10g

Hi,
In Forns 10g developer I compiled a form built with Forms 6i but when I try to execute it, the internet explorer launches and show blank i.e form is not appearing in 10g runtime. status bar says Applet Started.
Thanks.

I am also trying to convert a 6i program to 10G. I was having problems and so I decided to start over. I took an existing 10G form and tried to save it to a new name so that I could modify it and save it as a new form. The problem is that when I open the existing form I get a warning message "FRM-10102: Cannot attach PL/SQL library sb_error. This library attachment will be lost if the module is saved." So I cannot save it to a new form name without loosing the library attachment. Without this library attachment, my form does not load properly when executed. Any thoughts?

Similar Messages

  • Lbuilder created characterset not showing in web runtime of 10g oracle form

    I have a case wherein database characterset is AR8ISO8859P6. Legacy system was form 3 application working from 7.3 database. In the legacy database there are some characters e.g. CHR(247) till CHR(250) which are being depicted as special character. Recently we migrated the database to 10g and forms to 10g Forms on Windows. On Windows we have set characterset as AR8MSWIN1256. Database characterset we still retained it to AR8ISO8859P6. The forms are showing all characters correctly except the 4 characters mentioned earlier i.e. CHR(247) to CHR(250) it all comes as reverse ?. Tried using lbuilder and define new characterset using AR8MSWIN1256 as the base characterset. After creating NLB files with the changes required, replaced NLS_LANG registry entry for AS to point to this new characterset still for the 4 characters the value is shown as reverse ?. Tried to change ReplaceCharacter in lbuilder to space character to make sure it works and used this new NLB this time instead of reverse ? it shows space for all 4 characters in SQLPlus what could be the problem
    Steps taken for nlb creation was
    1. Open existing object i.e. AR8MSWIN1256
    2. Modified characterset name and also character set ID as per oracle recommended standards
    3. Went into 'Character data' tab. For the 4 characters i.e. 0xF7 to 0xFA put glyph and specified unicode values \ufef5 for 0xF7.
    4. Went into classification tab and classified 4 characters as LETTER
    5. Generated NLB. Replaced boot and copied NLB to nls\data
    6 Modified NLS_LANG entry for the AS
    Problem still persists. Please give suggestion whether the creation and usage of NLB was correct. Since its 10g web based forms so the NLB files (boot lx1boot.nlb and newly created nlb) was placed in the AS's nls\data folder
    Edited by: user11977409 on Jan 17, 2011 4:17 AM

    The forum for Globalization Support (NLS) issues is:
    Globalization Support
    Database characterset we still retained it to AR8ISO8859P6Note that some of the characters from win-1256 and at least ten arabic letters are not defined in ISO 8859-6. http://en.wikipedia.org/wiki/ISO/IEC_8859-6 (- compare to http://msdn.microsoft.com/en-us/goglobal/cc305149)
    Likely you risk data loss by using this database character set (for Arabic windows clients).

  • Have set up icloud on my pc but the events form my ipad mini are not showing on the calendar

    have set up icloud on my pc but the events form my ipad mini are not showing on the calendar. How do I do this?

    Hi ailsafromgbr,
    Thanks for using Apple Support Communities.  This article has steps you can take to troubleshoot issues with iCloud calendars:
    iCloud: Troubleshooting iCloud Calendar
    http://support.apple.com/kb/ts3999
    Cheers,
    - Ari

  • Sessions are not showing in V$session in 10g RAC

    Hi All,
    I have 2-node 10gR2 Rac installed on RHEL4. It is up and running fine. And i'm able to connect from clients also(from other machines). My doubt is...If i connect to the RAC database using other clients, a record is showing in v$session. But if if connect to the database from one of the RAC nodes. that record is not showing up in v$session. What might be the reason?
    And how can we see, which user has connected from which node in RAC?
    Thanks,
    Praveen.

    Thanks for response...
    I checked with the query which you have given and i'm able to see which user has connected from which instance.
    Thanks,
    Praveen

  • My Mac's Built in iSight is not showing all the options for the camera

    On Flash bashed chat rooms such as Stickam and Tinychat, my camera doesn't respond but when I right click>settings >Camera the drop down box only shows one option (Built-in iSight) when it usually shows three (Built in iSight, USB Class Video and Something else that slips my mind right now.)
    Screen shot: http://i983.photobucket.com/albums/ae318/KaitheHeartless/Picture2.png
    Can anyone tell me how to fix this?
    Thanks for the help!
    Message was edited by: HaylieFoxe
    null

    Welcome to Discussions, HaylieFoxe
    HaylieFoxe wrote:
    On Flash bashed chat rooms such as Stickam and Tinychat, my camera doesn't respond but when I right click>settings >Camera the drop down box only shows one option (Built-in iSight) when it usually shows three (Built in iSight, USB Class Video and Something else that slips my mind right now.)
    Screen shot: http://i983.photobucket.com/albums/ae318/KaitheHeartless/Picture2.png
    Can anyone tell me how to fix this?
    Thanks for the help! ...
    Try the suggestions offered in this recent topic on the same subject:
      http://discussions.apple.com/message.jspa?messageID=12717402
    EZ Jim
    Mac Pro Quad Core (Early 2009) 2.93Ghz Mac OS X (10.6.6); MacBook Pro (13 inch, Mid 2009) 2.26GHz (10.6.6)
    LED Cinema Display; G4 PowerBook 1.67GHz (10.4.11); iBookSE 366MHz (10.3.9); External iSight; iPod4touch4.2.1

  • Color picker in iOS 8 app built against AIR 16 not showing up correctly

    I am using Flash CS6 to publish a coloring book app for Android and iOS. As of AIR SDK 15, the ColorPicker no longer shows up correctly in iOS, though the code continues to work correctly on Android. I have tried both AIR 15 and 16, and neither works correctly on iOS (only tested against iOS 8).
    The color picker from iOS8, AIR SDK 14 (as it should appear):
    The color picker from iOS 8, AIR SDK 16 (with black boxes covering each sample):
    Functionally they both work and there was no change to the code between the two builds. Anyone experience a similar issue or have ideas on navigating around it?
    Oh, here is the code I use to generate the colorpicker, in case it is useful:
    //Color picker colorPicker = new ColorPicker();
    colorPicker.setStyle("swatchWidth", swatchWidth);
    colorPicker.setStyle("swatchHeight", swatchHeight);
    colorPicker.setStyle("selectedColor", 0xffffff);
    colorPicker.colors = [0x330033, 0x000066, 0x330099, 0x3300cc, 0x3300ff, 0x6600ff, 0x6600cc, 0x660099, 0x660066, 0x660033,0x660000,0x330000,0x000000, 0x000033, 0x000066, 0x000099, 0x0000cc, 0x0000ff, 0x333333, 0x333366, 0x333399, 0x3333cc, 0x3333ff, 0x6633ff, 0x6633cc, 0x663399, 0x663366, 0x663333,0x663300,0x333300,0x003300, 0x003333, 0x003366, 0x003399, 0x0033cc, 0x0033ff, 0x336633, 0x336666, 0x336699, 0x3366cc, 0x3366ff, 0x6666ff, 0x6666cc, 0x666699, 0x666666, 0x666633,0x666600,0x336600,0x006600, 0x006633, 0x006666, 0x006699, 0x0066cc, 0x0066ff, 0x339933, 0x339966, 0x339999, 0x3399cc, 0x3399ff, 0x6699ff, 0x6699cc, 0x669999, 0x669966, 0x669933,0x669900,0x339900,0x009900, 0x009933, 0x009966, 0x009999, 0x0099cc, 0x0099ff, 0x33cc33, 0x33cc66, 0x33cc99, 0x33cccc, 0x33ccff, 0x66ccff, 0x66cccc, 0x66cc99, 0x66cc66, 0x66cc33,0x66cc00,0x33cc00,0x00cc00, 0x00cc33, 0x00cc66, 0x00cc99, 0x00cccc, 0x00ccff, 0x33ff33, 0x33ff66, 0x33ff99, 0x33ffcc, 0x33ffff, 0x66ffff, 0x66ffcc, 0x66ff99, 0x66ff66, 0x66ff33,0x66ff00,0x33ff00,0x00ff00, 0x00ff33, 0x00ff66, 0x00ff99, 0x00ffcc, 0x00ffff, 0xccff33, 0xccff66, 0xccff99, 0xccffcc, 0xccffff, 0xffffff, 0xffffcc, 0xffff99, 0xffff66, 0xffff33, 0xffff00, 0xccff00,0x99ff00, 0x99ff33, 0x99ff66, 0x99ff99, 0x99ffcc, 0x99ffff, 0xcccc33, 0xcccc66, 0xcccc99, 0xcccccc, 0xccccff, 0xffccff, 0xffcccc, 0xffcc99, 0xffcc66, 0xffcc33, 0xffcc00, 0xcccc00,0x99cc00, 0x99cc33, 0x99cc66, 0x99cc99, 0x99cccc, 0x99ccff, 0xcc9933, 0xcc9966, 0xcc9999, 0xcc99cc, 0xcc99ff, 0xff99ff, 0xff99cc, 0xff9999, 0xff9966, 0xff9933, 0xff9900, 0xcc9900,0x999900, 0x999933, 0x999966, 0x999999, 0x9999cc, 0x9999ff, 0xcc6633, 0xcc6666, 0xcc6699, 0xcc66cc, 0xcc66ff, 0xff66ff, 0xff66cc, 0xff6699, 0xff6666, 0xff6633, 0xff6600, 0xcc6600,0x996600, 0x996633, 0x996666, 0x996699, 0x9966cc, 0x9966ff, 0xcc3333, 0xcc3366, 0xcc3399, 0xcc33cc, 0xcc33ff, 0xff33ff, 0xff33cc, 0xff3399, 0xff3366, 0xff3333, 0xff3300, 0xcc3300,0x993300, 0x993333, 0x993366, 0x993399, 0x9933cc, 0x9933ff, 0xcc0033, 0xcc0066, 0xcc0099, 0xcc00cc, 0xcc00ff, 0xff00ff, 0xff00cc, 0xff0099, 0xff0066, 0xff0033, 0xff0000, 0xcc0000,0x990000, 0x990033, 0x990066, 0x990099, 0x9900cc, 0x9900ff, 0x000000, 0x333333, 0x666666, 0x999999, 0xcccccc, 0xffffff, 0xff0000, 0x00ff33, 0x0000ff, 0xffff00, 0xff00ff, 0x00ffff];
    colorPicker.selectedColor = color;
    colorPicker.x = gWidth - buttonSize - 10; colorPicker.y = 5;
    colorPicker.addEventListener(ColorPickerEvent.CHANGE, changeHandler);
    //Colorpicker button;
    colorPicker.width = buttonSize;
    colorPicker.height = buttonSize;
    shapeTransform = new ColorTransform();
    shapeTransform.color = color;
    addChild(colorPicker);

    I have exactly the same problem in one of my apps - it worked perfectly well when published with air 14 but I am getting the black squares when published with air 15 or 16.
    Anyone know how to get around this or whether there is a solution to the issue?

  • Apex 4.2 developer page not showing up after installing over 10g

    Hi there,
    So as luck would have it my Win XP OS crashed. Yes, its the office laptop and I cannot upgrade the OS for now. Anyhow, I got the whole machine re-imaged and installed 10g which had version 2.1 and everything was okay. I was earlier running apex 4.1.1. I could not find that setup on the oracle site so I downloaded apex 4.2 and ran the installation as per page
    http://www.oracle.com/technetwork/developer-tools/apex/application-express/upgrade-apex-for-xe-154969.html
    Everything went through properly except for step
    5. Log back into SQL*Plus (as above) and load images:
    SQL> @apxldimg.sql APEX_HOME
    [Note: APEX_HOME is the directory you specified when unzipping the file. For example, with Windows 'C:\'.]
    where it asked me to enter the directory and I entered C:\
    This is what happened
    SQL> @apxldimg.sql
    PL/SQL procedure successfully completed.
    Enter value for 1: C:\
    old 1: create directory APEX_IMAGES as '&1/apex/images'
    new 1: create directory APEX_IMAGES as 'C:\/apex/images'
    Directory created.
    ^C
    C:\apex>
    I see a backslash and forward slash so I did a ctrl c . When I tried running the command again - @apxldimg.sql
    it just would open the .sql file.
    Not sure if this is the issue, but anyhow, after this, when I tried the "go to database page. It just shows a blank page. Any idea what needs to be done. I was happy with 4.1.1. Is that available anywhere? Maybe I can remove XE and do a fresh install with that.
    Please advise.
    thanks,
    Ryan

    Jeff,
    I had a question on that. I am installing the software on my local machine. I have my apex files under C:\apex
    Now when it asks for images directory, what should I enter,
    C:
    C:\
    C:\apex
    Reason being that as per the upgrade instructions it was given as 'C:\'
    when I gave C:\ the new path showed up as C:\/apex/images.
    also, do we need to give the directory in single quotes?
    thanks,
    Ryan

  • Report does not show the main section while calling from forms 6i

    Hi
    I am running report from report from forms 6i but is does not show the data in main section, where as the data in the header section is ok.
    But when i run the same report independantly from report builder it show the both header and main section with relevent data.
    pl solve the matter
    thanks in advance

    can you tell me more about this, you might check if you are using different users when you call this report or if the user has all privileges to see all tables in this report

  • In migrated IP form People picker not showing value

    i have a MOSS 2007 IP form migrated to SP 2013. I need to add a people picker control instead of dropdown. The newly added picker picker is showing up on the form but its value is not showing.
    It shows up when i change the value in existing people picker control(since IP form submits to locate the new user). so basically people picker is not able to resolve the person entry in first go.
    What can be done to show the value without change in the infopath xml structure( cant even migrate it to 2013 IP)

    Hi,
    For your issue, you can migrate InfoPath 2007 form to InfoPath 2013 form as the steps of following blog and then you can add new people picker control.
    http://www.dotnetfunda.com/articles/show/2829/migrating-infopath-2007-form-to-2013-forms
    Best Regards,
    Eric
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • RTP's are not showing up from the forms

    Case1:
    ========
    I have a business rule which has seven RTP's. I have unchecked the Hidden Value for the BR in the Calculation Mgr.
    I have included this rule in a Menu and executing it from the form.
    Here it is not showing the pop -up for the RTP's but straight away taking the default values of the form combination and executing properly.
    But I need the RTP to change the combination.
    Case 2:
    ========
    The Same Business rule is working fine when we do a launch form (Menu--> Tools---> Business Rules--> Launch). the RTPs are coming.
    Case 3:
    ========
    I also tried testing the RTPs by including it at "Run On Save", it is showing the RTP prompts properly.
    But I need the Case 1 working
    Please advise me, where I am missing for Case1.
    Regards
    Mahesh

    Hi,
    In the menu definition, for the business rule item, there will be a drop list called "Required Parameters". Modify the value there depending on what parameters you want to obtain from the form.
    Thanks,
    JM

  • My Websites are not showing up on the Creative Cloud Control Panel

    Hi guys,
    For some reason, just recently, my websites that I have hosted with BC, that I have built for clients, are not showing up on the right control panel? Usually when I load up CC, it shows the Website text as ...loading, then my sites appear... now, nothing.
    Help!?
    Thanks,
    Aaron

    This seems to be a bug with Creative Cloud. I am encountering the same issue. We've gone ahead and notified the product team, but for now, you can access your websites by directly logging into Business Catalyst: http://www.businesscatalyst.com/admin/Index.aspx. Use the same log in information that you use for your Creative Cloud memberhsip.
    Thank you for bringing this issue to our attention! Hopefully we'll get it sorted out soon.

  • Some songs from my iTunes library do not show in my Finder music folder

    Some songs from my iTunes library do not show in my Finder music folder. For example one of the three CD's form a triple album do not show in Finder. And therefore they do not get saved when I back up my Mac either. Any ideas?

    Consolidate ("organize") simply looks at everything you have in iTunes and copies them to the iTunes media folder location specified in iTunes prefs -> Advanced.  If you select to use the default settings iTunes will copy any files in its library in the correct location in the media folder.  Since you don't want the files in a different locaiton really but just want to deal with some stragglers don't do the full "move" in hte instructions below but make sure they are organized.
    iTunes 11 for Mac: Change where your iTunes files are stored - http://support.apple.com/kb/PH12165
    The files will be copied so you will need to find the originals abd once you are content the library is working you can get rid of them (I often archive them on an external drive, delete the originals, then play the files which is a sure test if you have a workable copy on the computer).

  • Not showing any partitions in the cube

    Hi All
    I created partition for the cube , im not seeing the partition in trgt cube
    even its not showing source database and target database under the partition
    I refreshed the partition
    so how can i solve this , plz help on this
    Thanks

    Thanku rinku
    I refreshed the partition but its not showing any thing
    we have 4 partitions for 4 diff cubes;; for all the 4 partiotions this is the trgt(account) so i deleted 1 cube
    form then on words its not showing any partitions in the trgt cube(Account) but remaining cubes under partition im able to see
    for only trgt cube im not able to see
    wat may be the problem?? plz help on this..
    Edited by: user98631 on 23 oct. 2009 08:13
    Edited by: user98631 on 23 oct. 2009 09:18

  • Crystal report viewer do not show on client computer installation

    hi
    hope all you are fine
    i develop a simple project that show "Hello word My First Crystal Report" on crystal report viewer. after this i add new project "setup and deployment". In Setup Project I add 4 files of .msm for show crystal report.
    1. CRRuntime_13_0_tr.msm  2. Microsoft_VC100_ATL_x86.msm
    3. Microsoft_VC100_CRT_x86.msm
    4. Microsoft_VC100_MFC_x86.msm 5. Microsoft_VC100_OpenMP_x86.msm
    when i install on developer computer. it runs successfully. when i install on client computer, software runs fine but crystal report did not show and having error "METHOD NOT FOUND VOID CrystalDecision.WINDOWS.FORMS.CrystalREPORTViewer.SET_CACHEDPAGENUMBERPERDOC(INT32)"
    i install .net frame work and CRforVS_13_0_9.exe on client computer but .net frame work show form but crystal report did not show. 
    Please Help

    Hello,
    For Crystal repot related question ,please consult on SAP Crystal report forum instead of here.
    Best regards,
    Barry
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • The percentage completed UI is not showing the correct data

    Hi All,
    I have received complaints from one of my larger customers that a very long form we have created is not showing the correct % completed at the bottom. They get to the penultimate page (the last page only have three text boxes on) and it state that only 41% of the form has been completed.
    It looks to me like the UI is not updating as the questions are being completed. Rather it waits until you move to the next page.
    This is what makes our form look rubbish - you are being told that you have only completed 41% of the form only to move on to the next page and bam, you only have three more boxes to complete.
    Can somebody help me out here.
    Thanks,
    Bill

    Hi Bill;
    I can take a look at your form but you are right that only the pages are accounted for in the percentage and not the form fields so it can be far off from reality.  If there is skip logic in a form that can make it vary more.  It is likely that it is working "correctly" (considering how we calculate) in your form but if you send me the link to your form at [email protected] I can see if it is not.
    Thanks,
    Josh

Maybe you are looking for