Can Designer10gR2 generate Forms with Pluggable Java Components and WebUtil

I know that Forms 10g supports Pluggable Java Components and WebUtil. Designer 10g R2 provides Design Capture of Forms to Modules. Can Designer capture a Form with Pluggable Java Components and WebUtil and then regenerate Form from within Designer? IF yes, would you give me more details. Thanks.

Hi
I am also looking for an alternative way to implement Drop and Drag functionality in Forms 9i.
Regards
Janet

Similar Messages

  • Generating forms with absolete preferences

    We have designer 6i with patch 4.2.
    We generate forms with preference OLBOLD='Y' and CALLFM='Y' and USEPKR='QUERY'.
    The generator make globals of primary keys as
    GLOBAL.CG$<table_name>_<column_name>.
    We have long table names
    example: ZMPT_POSTAVKE_DOKUMENTOV_PO and primary key columns:
    IID_DOKUMENT_PO,POSTAVKA_DOKUMENTA_PO,STATUS_STORNO
    After generation all globals for primary keys are same:
    GLOBAL.CG$ZMPT_POSTAVKE_DOKUMENTOV_PO.
    So Generator generating code in procedure CGFF$CALL_MODULE only for one global
    primary key variable (The others two are the same and Generator ignore them).
    Is posible that Generator don't cut global primary variable at 37 character?
    (global from example must be like this:
    -GLOBAL.CG$ZMPT_POSTAVKE_DOKUMENTOV_PO_IID_DOKUMENT_PO
    -GLOBAL.CG$ZMPT_POSTAVKE_DOKUMENTOV_PO_POSTAVKA_DOKUMENTA_PO
    -GLOBAL.CG$ZMPT_POSTAVKE_DOKUMENTOV_PO_STATUS_STORNO)

    If you are using Designer 6i, create an item of Display Type "Image", and put the filename in the 'Default Value'. Make sure the file is somewhere in your forms60 path in your deployment environment. If you are using Headstart 6i, take a look at the Demo Application startform (HSD0000F) for an example.
    Peter
    null

  • ANNOUNCEMENT:  New How-To on Debugging Pluggable Java Components

    Forms Product Management are pleased to announce a new How-To document demonstrating how you can debug Forms Pluggable Java Components running "live" in a Form, from within JDeveloper.
    The direct URL is:
    http://otn.oracle.com/products/forms/htdocs/howto_debug_pjc.html
    Or from the OTN Forms Homepage:
    http://otn.oracle.com/products/forms

    How to debug pjc by passing Different config otpion
    I have separate config for webutil so my forms with runs like localhost:8889/forms/f90servlet?config=webutil.......
    I want to debug pjc used in one of the webutil form how do i achive that
    when I run with abouve example look like is not usign frmwebutil.jar which i try to place all over and i gets error "frm-47023 No such parameter name WEBUTILCONFIG exists in form <formname>."
    here is my debug_pjc.html
    <HTML>
    <!-- FILE: debug_pjc.htm (Oracle Forms) -->
    <!-- -->
    <!-- This is a HTML file used for debugging Pluggable Java Components -->
    <!-- update the serverArgs parameter to include your test module -->
    <!-- name and any other required Forms arguments -->
    <!-- Amend references of localhost:8889 to the correct server and -->
    <!-- Port number if you are using a remote server -->
    <HEAD><TITLE>Debug My PJC</TITLE></HEAD>
    <BODY>
    <APPLET CODEBASE="http://localhost:8889/forms90/java"
    CODE="oracle.forms.engine.Main" WIDTH="1040"
    HEIGHT="738"
    HSPACE="0"
    VSPACE="0">
    <PARAM NAME="serverURL" VALUE="http://localhost:8889/forms90/l90servlet">
    <PARAM NAME="serverArgs" VALUE="module=gzipidc">
    <PARAM NAME="ARCHIVE" VALUE="banicons.jar,bannerui.jar,banspecial.jar,banorep.jar,f90all_jinit.jar,frmwebutil.jar" >
    <PARAM NAME="serverURL" VALUE="http://localhost:8889/forms90/l90servlet?ifcfs=http://localhost:8889/forms90/f90servlet?config=dvl&separateFrame=false&acceptLanguage=en-us">
    <PARAM NAME="networkRetries" VALUE="30">
    <PARAM NAME="lookAndFeel" VALUE="Oracle">
    <PARAM NAME="colorScheme" VALUE="blaf">
    <PARAM NAME="serverApp" VALUE="default">
    <PARAM NAME="logo" VALUE="no">
    <PARAM NAME="imageBase" VALUE="codeBase">
    <PARAM NAME="heartBeat" VALUE="1">
    <PARAM NAME="formsMessageListener" VALUE="">
    <PARAM NAME="recordFileName" VALUE="">
    <PARAM NAME="config" VALUE="webutil">
    <PARAM NAME="WebUtilArchive" VALUE="frmwebutil.jar,jacob.jar,fjtable.jar ">
    <PARAM NAME="WebUtilLogging" VALUE="server">
    <PARAM NAME="WebUtilLoggingDetail" VALUE="Detailed">
    <PARAM NAME="WebUtilErrorMode" VALUE="server">
    <PARAM NAME="archive_jini" VALUE="banspecial.jar,f90all_jinit.jar,banicons.jar,bannerui.jar,frmwebutil.jar,jacob.jar,fjtable.jar">
    <PARAM NAME="baseHTML" VALUE="webutilbase.htm">
    <PARAM NAME="baseHTMLjinitiator" VALUE="webutiljini.htm">
    <PARAM NAME="baseHTMLjpi" VALUE="webutiljpi.htm">
    <PARAM NAME="pageTitle" VALUE="Vipul's forms server-webutil">
    <PARAM NAME="escapeparams" VALUE="true">
    <PARAM NAME="form" VALUE="gzipidc.fmx">
    <PARAM NAME="envFile" VALUE="webutil.env">
    <PARAM NAME="WebUtilMaxTransferSize" VALUE="16384">
    </APPLET>
    </BODY>
    </HTML>

  • Error in generating form with 6i

    I have installed designer 6i rel 2 with form developer 6i on NT
    4.0.
    When in design editor, I want to generate the form with generate
    module, the system generate "CDR-21600: A running Generator or
    Utility has failed."
    Also in action column writes: " It is possible that the internal
    cache is now in an inconsistent state. You are therefore
    recommended to close and restart the application."
    Could anyone tell me what is the problem and how to solve it.
    thanks

    Here is an document which describes some known causes of CDR-
    21600 errors. I hope it will help you.
    PURPOSE
    To describe some known causes of CDI-21600 errors and to
    suggest possible solutions and workarounds.
    SCOPE & APPLICATION
    This note was written for users of Oracle Designer releases 2.1.x
    and 6.0.
    CDI-21600 errors occur most frequently during Design Capture and
    when generating forms with the Forms and WebServer generators.
    Investigating CDI-21600 errors
    In Oracle Designer Release 2.1.2 and Release 6.0, this error has
    the form:
    CDI-21600 'A running generator or utility has failed'
    The Release 2.1.1 error message was: 'Generator or Utility throw
    an Exception'
    The CDI-21600 error message means that the generator is hitting
    an unhandled exception, also known as a GPF (general protection
    fault). The CDI-21600 error masks the underlying exception error.
    To see the real error do the following:
    1. Go into the Registry Editor (REGEDIT).
    2. Navigate to HKEY_LOCAL_MACHINE\software\oracle\des2_70
    3. Set EXCEPT_HANDLING to 0 (by default it is 1).
    Repeat the action that resulted in the error.
    Known Causes of CDI-21600 Errors and Possible Solutions
    Some of the reasons why CDI-21600 errors occur are listed below.
    1. A common cause of CDI-21600 errors is failure to install the
    necessary
    Developer patches.
    See [NOTE:64630.1] Developer Patches required to run
    Designer with Developer
    2. Check that Designer is running on a supported database. Also
    check that the
    TNS connection is correct.
    See [NOTE:60705.1] Designer Certification Matrix (HTML)
    3. Check for 'dangling' foreign keys, in other words FKs no longer
    owned by any
    table in the repository. Delete all invalid constraints.
    Invalid constraints may be created if you use the repository
    dump utility to
    dump and restore external foreign keys referencing tables
    shared into the
    application system, without dumping and restoring the tables
    that own them.
    If you restore a complete dump (rather than a 'skeleton' one),
    and then use
    the 'Reconnect Share Links' option when restoring, you may be
    able to
    resolve this problem.
    To get a complete list of 'dangling' constraints in your
    repository, connect
    using SQL*Plus and use the following query:
    SELECT app.name, key.name
    FROM ci_application_systems app, ci_constraints key
    WHERE key.table_reference IS NULL
    AND key.application_system_owned_by = app.id;
    You can also run CKAZANAL.ANAL_REFERENCES on your
    repository and delete all
    the invalid constraints that it finds. You can run the Repository
    Analyzer
    from: Front Panel -> Repository Administration Utility -> Utilities.
    NOTE: There may be inconsistencies in the repository that the
    Repository
    Analyzer cannot fix. You might solve such problems by
    dropping all the
    tables of your application, recreate them from the ERD,
    then use the
    DDT and recreate your modules.
    [BUG:847190] CDI-21600 during forms generation: 'dangling'
    foreign key
    "Since the generator is running on a repository that contains
    invalid
    constraints and the Repository Analyzer solves the problem,
    bug closed as
    unfeasible to fix."
    4. Check your modules for invalid or missing references such as
    missing window
    placements.
    5. Try generating your module against default templates and
    object libraries.
    6. When capturing forms or libraries, try capturing the form or
    library without
    application logic, then capture the application logic on its own.
    See [NOTE:1064690.6] CDI-21600 when capturing design of
    form with
    application logic
    [BUG:757541] DESCAP: CDI-21600 error reported when
    capturing with
    application logic
    Fixed In Ver: 6.0
    [BUG:926383] Duplicate of [BUG:757541] This has been fixed in
    2.1.2 patch
    779559. However you would be advised to apply a later patch
    such as 855635
    which fixes more bugs in this area.
    7. Make sure that all objects that are referenced by the form have
    been
    captured into the repository before capturing the form.
    8. A CDI-21600 will occur if a lookup usage displays only one
    column of
    datatype DATE or if the column of datatype DATE is displayed
    as the first
    item in the block.
    Workaround
    Add more column usages to the lookup block and do not
    display the DATE data
    type column usage as the first item in the block.
    9. [BUG:810472] CDI-21600 when 'Argument in Caller' is set
    Fixed In Ver: 6.5.3.0
    Workaround
    Make sure that you have an argument in the called module that
    is mapped to
    the "Argument Passed Value" in the calling module. The only
    way to get this
    mapping back once the APV has the <Module Argument> label
    is to delete it
    and recreate it.
    10. [BUG:801736] CDI-21600 on design capture of a form with
    subclassed object
    Fixed In Ver: 6.0.3.1.0 (backport)
    Fixed In Ver: 6.5
    You have an item that has been subclassed to an object.
    Checking the Design
    Capture option 'Capture Control Blocks' causes the CDI-21600
    error. Uncheck
    'Capture Control Blocks' and the problem does not occur. Open
    the FMB in
    Forms*Builder and look at Data Blocks -> Items. Break the link
    to the
    object, save the FMB, and the form will capture (similar to
    [BUG:794872]).
    Alternatively, ensure the link can be established.
    11. [BUG:850436] CDI-21600 on generation of a form with template
    having
    subclassed object group
    You try to generate a form out of Designer that uses a user-
    defined
    template. If a collection of objects in the template is grouped
    into an
    object group, dragged into the object library and then either
    copied or
    subclassed into a form, when the form is generated you get a
    CDI-21600
    error.
    12. [BUG:822659] Module generation fails (CDI-21600) with multi-
    column PK having
    long prompt text
    Fixed In Ver: 6.5.3.2
    Module generation with multi-column primary key having long
    prompt text
    causes CDI-21600 with preference MSGSFT set.
    Workaround
    Shorten the prompt text of PKs may not be not applicable. You
    may loose end
    user information.
    You may have the same problem with a mandatory compound
    FK. CASEOFG tries to
    generate a message '<P1> must be entered', where <P1>
    contains all the
    prompts of the bound items from the FK. If you reduce the
    length of the
    prompts, or set MSGSFT = NULL or WEDI = S or property
    Mandatory?=No, it
    works correctly.
    13. [BUG:792542] Capturing application logic causes CDI-21600
    (V2 style
    triggers)
    Fixed In Ver: 6.5.5
    After removal of the v2 triggers, the form captures/merges OK
    on 5.0.24.8,
    provided patch 875027 has not been applied.
    14. [BUG:790877] CDI-21600 if the primary/foreign keys have no
    key components
    Fixed In Ver: 6.5.11
    Generating a module with tables having a primary key not
    correctly defined
    (no PK component) will cause a CDI-21600 error. This can
    occur when
    unloading a module from the RON. If you pick up the module
    (and only the
    module) in the unload set, the table and its PK are unloaded as
    a skeleton.
    Loading the .DAT file into a new application will create a PK
    without a
    component.
    15. [BUG:771549] CDI-21600 if cannot connect to the DB with
    connect string in
    Options (Compile)
    Fixed In Ver: 6.5.13
    If you cannot connect to the DB with the connect string
    specified in options
    (Compile), the forms generator will fail with CDI-21600.
    This problem occurs when you cannot connect to the DB
    because:
    - the username or password is wrong;
    - or the SQL*Net alias is not defined in the TNSNAMES.ORA
    file;
    - or the SQL*Net listener is not started;
    - or the DB is down.
    16. [BUG:785106] CDI-21600 when generate master detail form
    with preserve layout
    [BUG:855812] is a duplicate of this bug.
    Fixed In Ver: 5.0.24.6.0 (Bug:860426 Backport request for 2.1.2)
    Fixed In Ver: 6.0
    Fixed In Ver: 6.5.3
    You have a master-detail Form with the Master having items
    partly on a TAB
    Canvas. Generate Module works OK. You enter Forms Builder
    and move some
    items on the tabs (just small changes, items are still on the
    same tabs).
    You change the look of the Detail and change Records
    Displayed. Now in
    Designer you generate the Module with Preserve Layout. You
    get a CDI-21600
    error. The problem might reproduce without doing any changes
    in Forms
    Builder, just by generating with Preserve Layout.
    17. [BUG:891306] If primary key column of lookup in check
    constraint comment of
    base table
    Fixed In Ver: 6.5.5
    Workaround
    Do not use the name of the bound item that is based on the
    primary key
    column of the lookup table in a check constraint comment of
    the base table.
    18. [BUG:896026] Forms gen throws assertion failure in
    CVINI/BUILDACTIONITEM@/CV/CVI/CVIBNI.CPP
    Fixed In Ver: 6.5.7
    A problem is caused by a PL/SQL definition (function, package,
    procedure)
    being defined as a called module for the module you are trying
    to generate.
    To resolve the problem and enable the module to be generated,
    remove all
    Called Modules that are PL/SQL definitions (functions,
    procedures or
    packages).
    See [NOTE:2107207.6] CDI-21600 during generation of module
    or Assertion
    Failure \cv\cvi\cvibni.cpp
    19. [BUG:812333] CDI-21600 generating a web module after
    adding an unbound item
    Fixed In Ver: 6.5.3.0
    Backport [BUG:1280667] raised to fix by 6.0.3.9
    You add an unbound item (SQL expression) to a Web module.
    When you try to
    generate the module you get a CDI-21600 error. If you delete the
    unbound
    item the Web module generates correctly.
    In a test case the problem occurred during validation of the
    derivation
    text, if the master module component was in a different module.
    A workaround
    was to rearrange module components so that this was not the
    case.
    20. [BUG:1627963] CCVDIAG::TRACEGENERATORMESSAGE
    WHEN GENERATING INCORRECT
    DERIVATION EXPRESSION
    Message
    CDR-21605: Failed while processing Module <mod> in function
    CCVDiag::TraceGeneratorMessage BOF
    Cause
    The generator failed due to an unexpected error - the
    error indicates the object the generator was processing
    when it failed.
    Helena

  • Can't style forms with CSS in DWCS6 / Need to add WYSIWYG menu

    Hello everyone,
    i put both my "problems" in a single topic:
    1) I was trying to add some style to my pages with forms in them, but it seems it doesn't work so well.... i explain: i create a php page, i insert a form with text fields (username and password, for example) and the "login" button. The form ID is "LogForm". I create a CSS class, called ".FormCSS" and inside i put the rule "align text: right". I apply the rule to the form and all the text inside goes to the right. I try online (real server and local server, i tried both) but nothing happens, the elements of the form stay on the left. I tried to apply the rul to the ID of the form. Nothing.
    Probably i'm doing something wrong. Even with text and tables inside the form, i can't move/modify them, at all. In design view i see all the changes, online i can't (chrome and IE). What do i have to do?
    2) I'm creating a page to insert long text in a database, like when you post in a forum. I'd like to insert a sort of toolbar with the align options, style, and so on, like the WYSIWYG editors. Is it possibile? Is there a way to put a toolbar like that in DWCS6?
    Thanks

    #1 You're not styling the correct form selectors: form, fieldset, lable label, input, textarea...
    See example of a CSS styled HTML5 form. View source to see the code.
    HTML5 Form with jQuery Validation
    #2 Look at CK Editor.
    CKEditor.com | The best web text editor for everyone
    Nancy O.

  • Generate Forms with a Batch

    Hello,
    Is it possible to generate forms with a batch program or similar multiple adobe interactive forms to a network/local drive? Same form but with pre-filled content?
    Cheers,
    Hoplaa

    We are doing something similar...  We generate a certain form for X number of projects in background and email them to the requestor.
    We collect all the data, call FMs 'FP_JOB_OPEN', loop at our form data table and pass data to the form (import back the fpformoutput parameter). then call Fm 'FP_JOB_CLOSE'
    We then use that data to create an email.
    So, yes it seems very possible to just save that fpromoutput to your local drive

  • Can Designer generate ADF Entity Objects, View Objects and Apps Module ?

    Hi all,
    On what way can Designer integrate with JDeveloper (+ ADF) ?
    Can Designer generate ADF Entity Objects, View Objects and Apps Module ?
    Thank you for your help,
    xtanto

    Designer itself has no direct integration with JDeveloper. However, there are three options. First of all, you can get a JDeveloper extension (download this separately) that lets you create a Connection to a Designer repository. From that Connection you can find modules that you defined in Designer and generate Entity and View objects for the tables and columns that you used in those modules, and an Application Module. It does not create JSPs or other user interface objects.
    Another option is to buy JHeadstart from Oracle. This contains a set of code generators and ADF extensions that include an ability to get information from a Designer repository. JHeadstart works fine for non-Designer users too, but was built by the same people who wrote Designer Headstart - they know the repository API intimately.
    The third option is to download Oracle Designer Extension Builder (ODEB) which was just recently made available. This is a product of a collaboration between Designer users from the Oracle Development Tools Users Group (ODTUG) and Oracle to extend the capabilities of Designer with user written tools and utilities. You could use ODEB to write your own generators for ADF Business Components. Or you could wait and see if someone else in the user community does this. I hope that you or whoever does such a generator will be willing to share it with us all.

  • Adobe Interactive Forms with Browser Apple Safari and Mozilla Firefox

    Hi Experts,
    We have a requirement to implement HCM P&F using Adobe Interactive Forms. These Adobe Forms will be accessed using Browser Apple Safari and Mozilla Firefox. I have come across that the Adobe Interactive Forms are not supported on these browsers. In the same regard I have also gone through the Product Availability Matrix by SAP which specifies that Forms are not support on these browser and neither SAP has future plans to support them.
    PAM can be found on link:          http://service.sap.com/pam
    I would like to know from experts that if any of the project has successfully implemented Adobe Interactive Forms with browser Apple Safari and Mozilla Firefox or
    is there any solution which can make these forms work successfully on browser Apple Safari and Mozilla Firefox.
    Your early reply will be highly appreciated.
    thanks
    Manoj

    Hello,
    Mozilla Firefox is supported for Adobe Interactive Forms on Windows operation system.
    Unfortunatelly we do not have support for Mac OS and Safari browser.
    Please re-check the PAM.
    Best regards,
    Dezso

  • Can you do FaceTime with 4th generation iPod and iPhone?

    Can you do FaceTime with 4th generation iPod and iPhone?

    Yes.
    See Here...
    Using FaceTime
    http://support.apple.com/kb/ht4319
    http://www.apple.com/mac/facetime/

  • Can't Safe Boot with 10.6.2 and GTX 285

    Can't safe boot with 10.6.2 and NVIDIA GTX 285 (2009 Mac Pro).
    What the heck am I supposed to do, take out the graphics card every time I want to safe boot?!
    Suggestions please!

    No, I think what it is, is that the GTX 285 drivers somehow are being treated as 3rd party extensions not to be loaded on a safe boot, but the problem is that without those drivers, even if I switch my monitor over to my GT 120 card, it still won't boot. Ugh.
    I am considering reinstalling 10.6 over on top of my current system, then putting the 10.6.2 on top of that. If I do this, do I risk losing any preferences or having to reinstall any 3rd-party software? At this point, I'll happily reinstall whatever it takes... I just didn't want to have to do a clean system where I have to track down every single bookmark file and saved preference for my main apps, but it could be this is now starting to take more time than it simply would have to do that from the get-go. Sigh.

  • HT1339 I did a reset on my iPod, the a restore now I can't do anything with it, turns off and on all the time, is there anything I can do cheers

    i did a reset on my iPod, then a restore now I can't do anything with it, turns off and on all the time, is there anything I can do?? cheers

    Try the remaining items of:                           
    - iOS: Not responding or does not turn on
    - Also try DFU mode after try recovery mode
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings
    - If not successful and you can't fully turn the iOS device fully off, let the battery fully drain. After charging for an least an hour try the above again.
    - Try another cable
    - Try on another computer                            
    - If still not successful that usually indicates a hardware problem and an appointment at the Genius Bar of an Apple store is in order.
    Apple Retail Store - Genius Bar                                     

  • Im switching email accounts on my itunes account am the computer isnt recognizing purchases made from my other account on the new one (apps). How can I sign in with my new account and get the purchases apps on both accounts?

    Im switching email accounts on my itunes account am the computer isnt recognizing purchases made from my other account on the new one (apps). How can I sign in with my new account and get the purchases apps on both accounts?

    This was EXACTLY what I needed about the purchases I made from my device. However, is there a way to re-download other ones you've made from a computer? Because I realized some of them were not just purchased from my device.
    This is a picture of what it looks like now:
    http://tinypic.com/r/107quxu/7
    As you can see, the stuff circled in red doesn't give me an option to download from Cloud Beta because it already says "downloaded".
    any way to get around that?

  • HT201269 Where are the notes from my iphone backup and how can I sync them with my new macbook and ipad. And my galaxy 3g if someone is feeling especially generous with their time and attention. Many thanks.

    Where are the notes from my iphone backup and how can I sync them with my new macbook and ipad. And my galaxy 3g if someone is feeling especially generous with their time and attention. Many thanks.

    - The iTunes backup that iTunes makes included photos in the camera roll. If yo go to iTunes>Preferences>Devices what is the date of the backup? Is it when the photos were on the iPod? You have to restore from that backup.
    - What may have happened is that you backup the iPod after you restored the iPod but before restoring from backup. iTunes only keeps one backup and overwrites the previous backup with the changes.

  • Can we generate forms from different locations on same account?

    We're thinking of subscribing for the unlimited forms plan. Would this plan allow us to generate forms (and receive reports) from various locations on the same account? Or would each location need its own account?
    Thanks, Meg

    Hi Meg;
    Depending on the roles each user needs to play, you could have one "Plus" membership that can have all of the "live" forms in it, that user could share forms and/or responses with the other users so they could collaborate in the editing and view responses and reports.  The permissions in the form (ability to use paid features) are based on the form author, so the "Free" level users could use the paid features in these forms that were shared by the one Plus membership.
    Here is some information on sharing forms: http://forums.adobe.com/docs/DOC-2462
    Also some good gneral Quick Start guides and How To's: https://www.acrobat.com/formscentral/en/library/how-to-make-create-survey-or-form.html
    In addition, if any of the free users were to create a form for the team they could export that form as a design file for the Plus member to import and then share.  Since the free user can only create one form, but have unlimited shared with them, and since the form rights are from the author the Free user wouldn't want to share the form, but instead export it so that when the Plus user imports it they are the author and when it is shared the form would have the Plus level features (I hope that made sense). 
    As far as organization there are no folders in FormsCentral at this time.
    Thanks,
    Josh

  • How compatible is Oracle forms with OCX / ActiveX components

    How compatible is Oracle forms 6.0 with OCX / ActiveX components?
    IFve got to very nice activeX controls (ctSchedule and ctMday)
    from DBI-TECH(www.dbi-tech.com) but they donFt work properly
    within Forms. They work great within VBA (word).
    Sometimes they donFt display things well or donFt react to the
    mouse in the properly manner.
    What can be wrong os is Oracle forms not 100% activeX compatible.
    Thanks
    Guido Reulen
    [email protected]
    null

    Hi b w,
    I do not know much about Simply Accounting, however, if the Crystal Reports can be integrated with this software, then their tech support would be the best one to answer the issue with limited access to reports.
    Secondly, if you can get an ODBC driver for your Simply Accounting, you might be able to create reports in Crystal reports (Again with no guarantee as Simply Accounting does not fall in the supported platforms for Crystal Reports).
    I would suggest you to contact the tech support of Simply Accounting to know if there is any specific version of Crystal reports that works best with your software.
    It is simple to create highly professional reports with Crystal reports and you can either refer to the help included with the software or can log on to SAP support site and download the Crystal Reports user's guide to get step by step instructions on creating reports.
    Please do let us know if you have any further questions.
    Regards,
    Abhishek Jain.

Maybe you are looking for

  • TS1702 siri is not working correctly

    siri is not working correctly & i need how to transfer the Microsoft office files example MS-Word file from my laptop to Ipad. how i install alredy purchased apps to my Ipad.

  • Unable to load console info in SUNMC 4.0

    hi all Unable to load console info in SUNMC 4.0 in alarm it is giving error info ie.Agent on host (.....),1161 port not responding. plz try to solve the problem Regards spandhan

  • Upgrade from Oracle 9.2.0.1 to Oracle 9.2.0.4

    Hi, I want to upgrade from Oracle 9.2.0.1 client to Oracle 9.2.0.4 client, from where I can find 9.2.0.4 version. Can any tell me what is patch number for this. my orale admin tried to find the patch but he did not had any success. Thanks naren

  • Error in loading itunes 7

    i have installed and reinstalled, also deleted itunes 7 a number of times and each time it tries to load it comes up with the same error problem and shuts down... not even the splash screen loads.. thus i cannot update my ipod..sigh appversion is 7.0

  • Netcfg not reaching full bitrate

    So i got a new wireless adapter with the rt2870 chipset. I could only get it to work with Wireless N by installing the rt2870 package from the AUR. So at the minute i'm using the network daemon to connect without encryption. It uses a config from /et