Forms 11g  and FRM-40010

Hi,
i have installed Forms 11g (11.1.1.3) on a local machine , when i try to run a form on teh local disk it work properly, but when i copy the fmb on a network folder ( called T:)
it give to me the error FRM-40010 .
any idea ???
Gimbo

hi,
i have try to put in Formsweb.cfg the real path where teh form is
--> form=\\win2008\ids_11\Test.fmx <-- in these case it works , but if i put the alias (t:) --> form=t:\test.fmx <-- not work
when i develop i can modifiy every tiem the formsweb.cfg to test the new form.
I have also try to modify the Env file i put the complete path --> \\win2008\ids_11\.... and the alias T: , nothing to due
sure i can develop on the local disk and the move the file to the network folder but is a little uncomfortable
thks
Luca

Similar Messages

  • UK-only: Would you like to speak about Forms 11g (and get a free lunch!)?

    Hi. Firstly, sorry for posting a non-technical question to the Forms forum - this is not something I've done lightly, but I am struggling to find a Forms specialist.
    We have a UK Oracle User Group middleware SIG event on 25th March, themed around "OFM 11g upgrade", and I am very keen to try to find someone to speak about their experiences with installing/running Forms 11g on Fusion Middleware 11g/WebLogic. I would prefer someone from outside of Oracle if possible, for agenda balance.
    If you are UK-based, have some experiences of Forms 11g and would be willing to share them with a bunch of about 40-50 like-minded & friendly people please contact myself or [email protected]
    Note: you don't need to be a UKOUG member and a complimentary lunch will be provided...

    No I am not management, but a mere code monkey that does analysis work and work with oracle forms/reports, etc. It is a struggle to get management excited about Oracle when all they think of is 'oh no, another course, and money to upgrade the infrastructure'.
    as Oracle should know by now as well as the special interest groups as with the hand raising of who is working with the latest version...not many.
    i have gone to the UK OUG and gone back to work with great suggestions only to be blocked by management and investment in IT development.
    perhaps this is where the SIGs should go...go with the current versions and its limitations and how by luck and brilliance that us 'code monkeys' have managed to pl/sql our way out of issues.
    as the grant ronald (sp) sorry mate about name. i've seen you at various places and you see hands raising up, but what you don't see is those who are embarrassed not to put them up when you ask placently who is running on older versions..and to dwindle down to earlier versions...
    perhaps you should put a SIG on those who are really working in the real work and have a specific oracle forms one. then there is where you will get your answer to your questions..and i'm sure you will hear time and time again what was posted on your post...
    oh free lunch is always a good thing :)

  • Problem with webutil library in Forms 11g debug (FRM-93652)

    Hi.
    I have a problem when debug a forms in OFM11g, that used.
    the problem is that the forms, in debug mode, raise the error FRM-93652. Only in debug mode.
    I add tha jacob.jar and jacob.dll in the folder ORACLE_HOME/forms/java and Oracle_home/forms/webutil.
    the classpath variable in default.env, has added the jacob.jar file, and in my FORMS_BUILDER_CLASSSPATH Registry variable.
    Can some one help me???.
    Thanks and sorry for my english

    I have the same issue with debug_messages in Forms 11g -- they will not appear. I can, however, run in debug mode and attach the session to Forms Builder 10.1.2.0.2. Thus, when I run in debug mode and check the the Command Line tab under Global/System Variables, DEBUG_MESSAGES is always set to NO regardless of how I set it on the command line. Still works fine in our 10gR2 instances.
    DB 11.1.0.7
    Forms 11.1.1.4
    WebLogic 10.3.4
    AIX 5.3 64-bit
    AIX Java 1.6.0 SR9 FP1
    Client: WinXP JRE 1.6.0_25
    My real issue has to do with a FRM-40734 on EXIT_FORM after ENTER_QUERY or EXECUTE_QUERY have caused the KEY-EXEQRY trigger to erroneously fire -- especially when DO_KEY is involved -- but that's a different and much more problematic story.

  • Form 11g and Jar file issue

    I have migrated all the forms from 10g to 11g. When i run the form 11g using my config i get the below error
    USING Java Plug-in 1.6.0_23 i get the below error
    java.lang.SecurityException: class "oracle.forms.demos.enhancedItems.InfoButton"'s signer information does not match signer information of other classes in the same package
         at java.lang.ClassLoader.checkCerts(Unknown Source)
         at java.lang.ClassLoader.preDefineClass(Unknown Source)
         at java.lang.ClassLoader.defineClassCond(Unknown Source)
         at java.lang.ClassLoader.defineClass(Unknown Source)
         at java.security.SecureClassLoader.defineClass(Unknown Source)
         at java.net.URLClassLoader.defineClass(Unknown Source)
         at java.net.URLClassLoader.access$000(Unknown Source)
         at java.net.URLClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(Unknown Source)
         at sun.applet.AppletClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Unknown Source)
         at oracle.forms.handler.UICommon.instantiate(Unknown Source)
         at oracle.forms.handler.UICommon.onCreate(Unknown Source)
         at oracle.forms.handler.ButtonItem.onCreate(Unknown Source)
         at oracle.forms.engine.Runform.onCreateHandler(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.KeyboardFocusManager.redispatchEvent(Unknown Source)
         at java.awt.DefaultKeyboardFocusManager.dispatchKeyEvent(Unknown Source)
         at java.awt.DefaultKeyboardFocusManager.preDispatchKeyEvent(Unknown Source)
         at java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(Unknown Source)
         at java.awt.DefaultKeyboardFocusManager.dispatchEvent(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.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    I tried using the Java Plug-in 1.6.0_12
    Loaded image: jar:http://130.1.3.171:9001/forms/java/frmall.jar!/oracle/forms/icons/bgnd.gif
    Forms Session ID is formsapp.9
    The proxy host is null, and the proxy port is 0.
    Native HTTP implementation is being used for the connection.
    The connection mode is HTTP.
    Forms Applet version is 11.1.1.4
    Loaded image: jar:http://130.1.3.171:9001/forms/java/frmall.jar!/oracle/forms/icons/frame.gif
    Exception "java.lang.IllegalArgumentException: failed to parse:"while constructing DataFlavor for:
    Exception "java.lang.IllegalArgumentException: failed to parse:"while constructing DataFlavor for:
    java.lang.ClassNotFoundException: oracle.forms.demos.enhancedItems.InfoButton
         at sun.plugin2.applet.Applet2ClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClassInternal(Unknown Source)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Unknown Source)
         at oracle.forms.handler.UICommon.instantiate(Unknown Source)
         at oracle.forms.handler.UICommon.onCreate(Unknown Source)
         at oracle.forms.handler.ButtonItem.onCreate(Unknown Source)
         at oracle.forms.engine.Runform.onCreateHandler(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.KeyboardFocusManager.redispatchEvent(Unknown Source)
         at java.awt.DefaultKeyboardFocusManager.dispatchKeyEvent(Unknown Source)
         at java.awt.DefaultKeyboardFocusManager.preDispatchKeyEvent(Unknown Source)
         at java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(Unknown Source)
         at java.awt.DefaultKeyboardFocusManager.dispatchEvent(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.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.run(Unknown Source)
    Caused by: java.io.IOException: open HTTP connection failed:http://130.1.3.171:9001/forms/java/oracle/forms/demos/enhancedItems/InfoButton.class
         at sun.plugin2.applet.Applet2ClassLoader.getBytes(Unknown Source)
         at sun.plugin2.applet.Applet2ClassLoader.access$000(Unknown Source)
         at sun.plugin2.applet.Applet2ClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         ... 35 more
    My config section is
    [form11g]
    jpi_download_page=http://java.sun.com/products/archive/j2se/6u12/index.html
    jpi_classid=clsid:CAFEEFAC-0016-0000-0012-ABCDEFFEDCBA
    jpi_codebase=http://java.sun.com/update/1.6.0/jinstall-6-windows-i586.cab#Version=1,6,0,12
    jpi_mimetype=application/x-java-applet;jpi-version=1.6.0_12
    archive=frmall.jar,modcursor.jar,Images.jar,keyfilter.jar,ticker.jar,rolloverbutton.jar,activation.jar,javamailintegration.jar,mail.jar,uploadserver.jar,uploadclient.jar,infobutton.jar,hyperlink.jar,colorpicker.jar
    form=login.fmx
    pageTitle=Oracle Application
    splashScreen=No
    Previously i used to use jinitiator for 10g. Is there any configuration need to be done or should i sign the jar files.

    You might want to use google:
    http://www.google.com/#q=signer+information+does+not+match+signer+information+of+other+classes+in+the+same+package
    cheers

  • Error while compiling a custom pll with forms 11g and weblogic

    Hi there,
    I just posted a thread here:
    Error FRM-30312 while compiling a custom pll library on forms 11g weblogic
    please, I need help

    Why wouldn't you post in the proper forum, i.e the Forms forum

  • Forms 11G and OLAF Colours

    I haven't managed to install forms 11G as yet, but I was wondering if the same oracle colour schemes were still available
    and if you could still use the OLAF colours such as:
    OLAFLight, OLAFDark, OLAFVeryDark,OLAFVeryLight, OLAF1, OLAF2, OLAF3 etc.
    Furthermore is the BLAF colour scheme still around?

    colorScheme=BLAF seems to work, also this code in the WHEN-NEW-FORM-INSTANCE-trigger works
    SET_ITEM_PROPERTY('BLOCK.ITEM', BACKGROUND_COLOR, 'OLAFLight');Hope this helps.

  • Forms 11g and d2kwut60.dll

    Hi,
    Has anyone used d2kwutil with Forms 11g ?
    We have migrated our 6i forms to 11g and are having intermittent hanging issues with forms that reference d2kwutil functions.
    Regards,
    Will

    Can I delete the d2kwutil.dll from the server so it is not downlaoded to the client automatically or is the client d2kwutil.dll required for webutil to work ?
    Regards,
    Will

  • Forms 11g and colorScheme

    Hi,
    is possible customize a colorScheme?
    Thx

    You can change the color Scheme to the following values:
    http://download.oracle.com/docs/cd/B14099_19/web.1012/b14032/configure003.htm#sthref178
    This is the link for the 10g documentation; the 11g documentation doesn't return a thing for colorScheme although I am pretty sure this parameter is also available in 11g. But hopefully the allowed values are the same. Maybe search colorScheme on http://tahiti.oracle.com; maybe you get something for 11g.
    cheers

  • I need a doc link to connect 11g forms report and ODI ODQ software

    hi
    i need a doc link to connect and install 11g forms report and ODI ODQ software with 11gR2.
    oracle forms/report 11g server is need to be installed on oel 5.6 64b box and My DB is on different home PC with OEL 5.6.
    The ODI DQ sofware need to be installed on local client win xp PC.
    ofm_odidq_win_11.1.1.3.0_32_disk1_1of1
    ofm_odi_win_11.1.1.3.0_32_disk1_1of1_2
    ofm_pfrd_linux_11.1.1.2.0_64_disk3_1of1.zip
    ofm_pfrd_linux_11.1.1.2.0_64_disk2_1of1.zip
    ofm_pfrd_linux_11.1.1.2.0_64_disk4_1of1.zip
    please also suggest if anything to download.
    kind regards
    may be SWINM may think it may be appropriate forum.but my primary requirement is doc link.

    schavali wrote:
    SQLPL/SQLSYSAPPSDBATE0-121(EBZ11,R12)HPEVA1152046c wrote:
    cjmurray wrote:
    I asked one of the Oracle Data Quality (ODQ) writers, who provided this information:
    The documentation can be found here:
    * http://www.oracle.com/technetwork/middleware/data-integration/index-082810.html (Products page with Getting Started docs and sample files)
    * http://download.oracle.com/docs/cd/E15985_01/doc.10136/tutorial/ODQTG.pdf (Oracle Data Quality Tutorial)
    * http://download.oracle.com/docs/cd/E14571_01/integrate.1111/e12643/orcl_data_qual.htm#CHDHAADF (Chapter "Working with ODQ Products" of the ODI Dev guide)
    thx but i am finding hard to find frms report developer guide too.Which version of forms ?check the dled files.its 11.1 hopefully.
    >
    Forms 11g and 10g - http://www.oracle.com/technetwork/developer-tools/forms/documentation/10g-forms-091309.html
    Srini

  • Doubt with Windows and Oracle Forms 10G and 11g

    Hi
    I have some doubts in installing Oracle Client on Windows.
    a)Can we install Oracle Forms 10g and Reports 10g client on Windows 7?
    b)Can we install Oracle Forms 11g and Reports 11g client on Windows XP?
    c)If we have an Oracle Forms 11g and Reports 11g, can it connect to a 10g Server?
    d)If we have an Oracle Forms 10g and Reports 10g Client, can it connect to an 11g Server?
    Please, Can any one help me in this????

    a)yes it can be installed on win7, may have some issues on 64bit systems but they're solvable
    b)11g had some problems with windows 2000, but didn't see mention of any problems on XP
    c)if you mean a database server then yes - i managed to connect 11g to an 8i database, so v10 should not be a problem. If you mean a forms/reports server..well newer forms/reports builder might not want to run old forms/reports and vice versa, but I don't see the point of operating on the same files from different versions. You can still load old form/report source files with a newer builder and recompile them to run on the new server.
    d) the "client" is effectively your web browser with a java plugin, unless I misunderstood your question. What version was a form/report compiled with should not be an issue.

  • Why Forms 11g 32bit forms cannot run on 64bit without recompiling?

    Hi gang
    Hopefully one of the Forms gurus on this forum can give me a quick and succinct answer to the following question.
    We're just setup a Windows XP 32bit install of Forms 11g on our developer machines, and a WLS install of Forms 11g and relating services on Windows 2008 64bit.
    Question is, why do Forms compiled on the 32bit architecture not work on the 64bit architecture? Why do they need to be recompiled? I'm aware of the difference between 32bit/64bit OS environments, but what's that got to do with the FMX, PLX (etc) files? What are those files doing internally that's specific to the 32bit/64bit platform?
    None the wiser. Your thoughts appreciated.
    CM.

    Hi Chris,
    Nice to see you on FORMS forums
    i queried myoraclesupport and got few answers hopefully you find them helpful
    Applies to:
    Oracle Forms - Version: 11.1 to 11.1 - Release: 11.1 to 11.1
    Information in this document applies to any platform.
    Forms 11g
    Symptoms
    --A form is compiled against a 32-bit platform, Ex(Linux 32-bit)
    -- Move the .fmx to a 64-bit Platform, Ex (Linux 64-bit) and try to run it and you will receive the following error message:
    "FRM-40010 : Cannot read form xxxxx"
    Solution
    + Re-compile the form against the same platform where it will be launched .
    For example, if the production machine is 64-bit, all forms must be compiled against the production Server (64-bit).
    Disclaimer :-
    ===========
    + Moving an FMX from one machine to another is NOT supported. This is especially true when using Unix based platforms
    See Note 299938.1 Moving Forms Applications From One Platform To Another
    B - Is 64 bit Developer 11g version required for developing 11g forms and reports running on a 64 bit Deployment environment in WebLogic ?
    There is no need for this. The fmb files are the same on all platforms.
    Only the fmx files have to be compiled/generated for each platform.
    For reports it even easier: you do not need to generate/compile the rdf, jsp files etc before running them.
    C- Does it matter if the development platform for Forms and Reports developer is Windows or Linux if one is going to migrate the Forms or Reports to a 64 bit Linux platform and recompile?
    No this does not matter, you are able to migrate from Windows to Unix - you must use the frmcmp_batch utility to generate the executables files.
    Builders (Forms/Reports) will not be supported on 64bit operating systems.
    Therefore, one can develop on the available 32bit Builders and then recompile/deploy to the 64 bit environment.
    Edited by: BaiG on Jul 15, 2010 1:45 PM

  • RE: Calling a Web service from Oracle Forms 11g

    I wonder if anyone could please help with the following
    We have a requirement for a real time communication between Oracles Forms (11g) and SAP over the RR LAN network.
    This would require the need to send info to and receive info from SAP as it will be an on-line validation of a Part from an Oracle FORM to SAP (response less than 1 second).
    What would be the best and easiest way to code this an Oracle FORMS trigger.
    Thanks very much
    Durjoy
    tel 07790 495 626

    Hello,
    <p>Did you read this paper ?</p>
    Francois

  • Rich text editor in form 11g

    Hi,
    I am using oracle form 11g.
    and I want to create a form that have the ability to format input text like rich text editor. Can anyone help.
    Thanks in advance.

    hello,
    Create a When-new-record-instance or Post_Query on block level trigger with code like this :
    Set_Custom_Property( 'LAF_BLOCK.TEXTAREA', 1, 'SET_TEXT',:TICKET_REQ_MAIN.TKT_REQ_SUBJDETAILS ) ;
    you can change the parameters to suite your needs.
    where
    LAF_BLOCK.TEXTAREA is the provided bean from the download
    TICKET_REQ_MAIN.TKT_REQ_SUBJDETAILS is your datafield save in the database
    As the comment above you need to read the developer guide just download it.
    charles

  • Showing Blank Records oracle forms 11g

    Deal all..
    i am using oracle forms 11g ,  i created a form by using data block wizard & layout wizard  , but when i run the form, the form running successfully  in  browser,  url is (  http://arun-pc:9001/forms/frmservlet), but  it is showing empty records.
    when i check with sql  plus user Scott ,  i found 10 records in departments table ,  same user and same table  i used in oracle forms.
    i don't know what is the  problem.. i am new to oracle forms please help me..
    i am waiting 4r your valuable reply
    thank s in Advance..

    Hello. Mr.harsh shah...
    Thank u for your reply..
    I follow the link what u given in above post..  But still i have the same issue..  i am not sure, but   i think i have problem with my Environment, bcz in many blogs i read that oracle forms is not recommended to use with 64 bit OS. and second , iam not using developer suite 10g,
    currently i am using,
    operating system:  windows server 2008 r2
    weblogic server :-  wls1036 (64bit)
    JDK :- 7u17 64bit
    Oracle forms :-  11g
    and database in another host , just i edit tnsnames.ora file in forms directory.  the following are my configuration options
    Oracle Forms and Reports Installation
    Configuration Options
      Middleware Home Location: C:\Oracle\Middleware
      Oracle Home Location: C:\Oracle\Middleware\Oracle_FRHome1
      Oracle Instance Location: C:\Oracle\Middleware\asinst_1
      Oracle Instance: asinst_1
      Domain Option: Create Domain
      Domain Name: ClassicDomain
      Domain Home: C:\Oracle\Middleware\user_projects\domains\ClassicDomain
      Domain Host Name: WIN-DMJUC51KRHF
      Domain Port No: 7001
      User Name: weblogic
      Automatic Port Detection: true
      Administrator Console: http://WIN-DMJUC51KRHF:7001/console
      EM Console: http://WIN-DMJUC51KRHF:7001/em
      EMAgent URL: http://WIN-DMJUC51KRHF:5155/emd/main
      Forms URL: http://WIN-DMJUC51KRHF:8888/forms/frmservlet
      Reports URL: http://WIN-DMJUC51KRHF:8888/reports/rwservlet
    i check all the links above, all services showing running successfully..  but when i run the form , i dont fine any records , showing empty and blank records..
    please give me clarification ...
    Thank u very much..
    Arun

  • Forms 6i to Forms 11g - Migration path

    Have a customer who is currently using forms 6i and DB 9.X and is willing to migrate to Forms 11g and DB12g.
        Questions
            a) Does anyone know the migration path that should be used?
            b) As far as my understanding it should do both upgrades (forms and DB) at the same time as forms 6i is not certified with DB 12g and Forms 11g is not certified with DB 9.X right?
            c) Any project to use as reference?
            d) Any re-usable?
    Regards,
    Mariano

    Is this an EBS installation? If yes, please note that Developer 11g is not certified with R12 and you will need to use 10g instead.
    Using the OracleAS 10.1.2 Forms and Reports Builders with Oracle Applications Release 12 (Doc ID 444248.1)
    How To Bring Up 10G Forms Builder In R12 Environment? (Doc ID 579318.1)
    How To Upgrade 11i Custom Forms To R12 (Doc ID 563258.1)
    Accessing Custom Forms After Upgrading From To R12. (Doc ID 451934.1)
    Thanks,
    Hussein

Maybe you are looking for

  • Problem accessing adobe camera raw in Bridge for CS6

    I have a problem accessing adobe camera raw in Bridge (CS6) directly, I get the message: "Bridge's parent application is not active; Bridge requires that qualifying product has been launched at least once to enable in Bridge or Accessing Photoshop di

  • AVI to Mov.

    hi! i have this avi. file , i cannot open on Final cut neither on Quicktime ,you know which software is the best for convert those files, ? Thnks!

  • Validating against a DTD

    Hello, what do I have to do if I want to validate a XML file against a DTD ? I use cpp-Version for NT and have set the flags, but I didn't get an error-message for a wrong xml-file ?!

  • JSF Message.Properties

    I am trying to use a message properties file in my jsf page, to display headings ect. But it gives an error > org.apache.jasper.JasperException: Can't find bundle for base name bundle.Messages, locale en_US I put my Message.properties file in my fold

  • Unable to open Page Setup in CR11 in Design view

    Hello, I am using crystal reports professional v11.0.0.1994. I am unable to open the Page setup from the File menu in this report. The Page setup function works for my other reports, just not this one. I do not want to have to recreate this report as