FFI and old forms ?

Hi,
We have some lagacy forms installations (ms windows), 4.5 as oldest one, running an application. Now this application must be modified, and part of this modification is access to external system native (dll) libraries. In newer forms (eg 6) we can use ffi but how about 4.5 ? Is there any way to access dll from forms 4.5 ?
regards,
Martin

I am not sure, because I have never work with 4.5.
But as far as I know, User Exits is very old method. Maybe it is possible to use User Exits with Forms 4.5. Take a look at Forms documentation to find out extra information about User Exits. For instance, see Note:47918.1 ORA_FFI and User Exits FAQ at metalink.oracle.com.

Similar Messages

  • How to publish infopath forms to open new and old form templates in sharepoint2007

    Hi All,
    My requirement is , we are having a form library with the Infopath form templated(V1) published.
    Then we have added about 300 items using template(v1) into the sharepoint library.
     Then client asked for the changes in form and we deveploped infopath template (V2) and published, able to create the items using the new template(v2).
    But ,the issue is when we open item from the 300 items which are created with template(v1), its is opening using template(v2) and we are loosing the functionality of template(v1).
    Can i know ,how to publish the form template to use both template versions and it should open the form with  wahatever the  template it used for creation.
    Thanks in Advance.
    Anil Kumar K

    Hi,
    If you want the InfoPath forms for displaying the items in the list, then I recommend to click Customize Form button in the ribbon of the list to edit the form in InfoPath and then publish the form back to SharePoint.
    After that, you will see there are three new forms(displayifs.aspx, editifs.aspx, newifs.aspx) when you view the list in SharePoint Designer.
    Then you can create the custom action to navigate to the custom InfoPath form:
    Thanks,
    Victoria
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Victoria Xia
    TechNet Community Support

  • Hi, just need to know how to get my music, video, pictures and apps form my iPhone to my new laptop as the old computer, which I used before was stolen. I only have my phone left and if I try to conect it to my new laptop it's trying to delete everything.

    Hi, just need to know how to get my music, video, pictures and apps form my iPhone to my new laptop as the old computer, which I used before was stolen. I only have my phone left and if I try to conect it to my new laptop it's trying to delete everything.

    I have also noticed all my settings won't stay set, example....I removed the check mark from "third party cookies", the when I close Firefox and reopen the check mark is back, also my tool bar has screwed up....can't reset, been having trouble the up grade.

  • How can i transfer all my datas and email form old Mac G5 to new iMac ?

    How can i transfer all my datas and email form old Mac G5 to new iMac ?

    Generally Mugration Assistant will suffice importing all Data ito a new user, but you can manually import it...
    Users/YourUserName/Library/Mail
    Users/YourUserName/Library/Mail Downloads
    (Could be a different folder here if you chose such in Mail Prefs)

  • Can I duplicate the design and layout of an old form to create a new form?

    Can I duplicate the design and layout of an old form to create a new form?

    Hi;
    You sure can.
    From the "My Forms" tab with the form selected there is a "Duplicate" button on the toolbar along the top, there is also "Duplicate" in the right click context menu on a form:
    Also, you can export a "Design file" (basically a template) of any form locally that can be implorted into your or anyone elses account.  With the form open click "File" - "Export design File".  This will save a design file to your computer which you can use to "Import Design file".
    Thanks,
    Josh

  • Old computer I had is OSX Snow Leopard with Entourage. New one is OSX Mavericks. Using Mail where are my addresses and old address book. Transferred old computer backup by Time Machine and other things work? Can't see a symbol for address book.

    Old computer I had is OSX Snow Leopard with Entourage. New one is OSX Mavericks. Using Mail where are my addresses and old address book. Transferred old computer backup by Time Machine and other things work? Can;t see a symbol for address book.

    Where are addresses kept on MAIL?  I don;t like the new format at all. Frances
    Begin forwarded message:
    From: Frances Topping <[email protected]>
    Subject: Re: - Old computer I had is OSX Snow Leopard with Entourage. New one is OSX Mavericks. Using Mail where are my addresses and old address book. Transferred old computer backup by Time Machine and other things work? Can't see a symbol for address book.
    Date: August 25, 2014 at 9:46:01 AM EDT
    To: discussions-replies <[email protected]>
    Old Entourage is POP and new Mavericks MAIL  is IMAP I believe. I don;t know how to export in the forms you mention. Frances

  • How to make the new drawing line on the old form?

    I have been reading about Java about 2 months, and now I have to start my first project within this week. I still don't know how to do it!!! I have to get the info from the keyboard to draw a line on the old form of the original project. Please tell me what I should study more, the applet or the java bean. This form will be shown on the website, but I'm not sure that the applet is the right or the java bean is the right one. Yes, now I'm very confusing!!!
    Thanks in advance for all reply :)

    Describe the form please given we know nothing of the Origional one!

  • Share Data between Pro and Designer Form

    Good evening,
    Old Form:
    I recently inherited an adobe pro form created a few years ago. The naming conventions are horrible, and they refuse to replace the form to spit out an xml file. But they want the data to fill into an access database.
    New Form:
    I was able to create an adobe designer form, with proper naming conventions, that exports an xml file that can be imported into the access database.
    Help:
    Is there a way to link the old form data to the new form, with the naming conventions being different?
    Ideally, id like to create a button that will display a dialog box to select the old form and import the data without converting to an xml first…is this possible?
    Thanks in advance!

    Hello Pieter,
    Ok, it sounds like you are asking about 5 different things here.  Let me break them up and respond individually.
    There is no overhead inherent to using a MathScript node on RT.  Since the MathScript code is implemented on top of LabVIEW code, there will be varying levels of performance with respect to a native LabVIEW implementation, but simply having the node itself does not cause any overhead.
    On a Windows platform (or other desktop platform), the answer is the same: the node does not introduce any overhead into your algorithm.
    If you use the application builder to create a compiled program that uses the run-time engine, you are no longer able to change the .m file.  Or, to be a little more technically accurate, the LabVIEW run-time engine does not have a compiler.  Thus, you can change the .m file all you want, but the actual .m file that is used by your built application is the version that was present when you built the application.
    The behavior you observe with MathScript executing new code will only happen if you are running a VI with the full development version of LabVIEW.  We need the LabVIEW compiler in order to generate new code when you update a .m file and this is only present with the full development version of LabVIEW.
    The search path is only necessary when you are developing your VI on the host.  You can set a search path by right-clicking on "My Computer" in your project, choosing Properties, and then "MathScript: Search Paths."  Note: your VI will need to be in the "My Computer" target to locate your .m file.  After you have created your MathScript node, you can drag the VI to the target.  You are correct that the .m file is compiled when the program is deployed and you do not need to transfer the .m file to the target.
    Grant M.
    Staff Software Engineer | LabVIEW MathScript | National Instruments

  • 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.

  • Application reverts to old form module

    On several occasions when creating an application in Forms 6i, a form module will "revert" to an previous version. Changes are made, compiled and saved and show up on the design/layout canvas, but when the form is run the previous incarnation of the module will appear. The only way I have been able to work around this problem has been to save the module under a new name and drop the old form and change all the associated triggers, etc.
    Has anyone else experienced this? Any suggestions?

    Sherry,
    I've had similar problems in the past, and it usually ends up being that FORMSnn_PATH contains a directory with an older version of the form in it. Alternatively, I have found that if the "new" form is invoked from a form that I already have open, then the O/S seems to use a cached version of the target form. Exiting Forms and re-running the app sometimes helps.
    Hope this is of some use.
    null

  • Form modification: Old form appearing

    Hi,
    We made some changes to the existing form layout. In the quality system, sometimes instead of new layout
    old form layout is coming up. Any idea on why this is happening?
    Thanks,
    Aravind

    Hi Arvind,
    If you think it may be cache problem then check the below property of the form:
    1. Open the form layout in SFP.
    2. Go to edit->form properties in designer menu.
    3. Go to performance tab and check the property "Allow form rendering To be cached on the server".
    It should not be checked.
    Regards,
    Vaibhav

  • Sharepoint new form but view old form

    Dear all,
    I'm with sharepoint 2010 without infopath.
    I had a form called newForm.asp for my time sheet.
    I created a new form in a files called mytimesheet.aspx.
    Then I copy/paste all the code from mytimesheet.aspx to newform.aspx.
    Everything I did is javascript only.
    But now I have a problem. With my account I can see the new form. But for all the other user when they access to the newForm.aspx, they still see the old form who doesn't exist anymore ... !!
    I tried to delete cache from their browser but the problem is still the same.
    I connect with one other user on my laptop and I still have the problem. And if I connect with my account to their laptop, it's working.
    Any idea ?
    thanks

    It seems that you are working on Windows XP operating system ..... try this setting:
    Open wireless network connection properties .... go to wireless network tab....
    remove all networks from preferred network list .......click "ADD" ..... type in the new network name under SSID blank space ......
     Network authentication leave it under "open" .....
     Data encryption make it disable .....
     Click ok ....
     Again go to "view available network" ..... try to connect to new network..... it will ask you for network key ..... type in the key ...... confirm it & click connect ........
    Wait for the message when it shows connected ............
    Try going online .......

  • SQL*Menu 5.0 and SQL*Forms 3.0

    We are running Oracle 7.3.4 on HP UX 10.2.(We know it is not supported-but have no option to upgrade at present) We are upgrading our server and will be installing Oracle 7.3.4 Enterprise edition on the new server. I read on the Oracle Installation guide that SQL*Menu 5 and SQL*Forms 3.0 is not avalilable on the 7.3.4 Installation(They said it is avalilable on 7.2- we have got the CD for that)
    COuld you confirm if SQL*MEnu 5 .(SQL*Menu Version 5.0.11) and SQL*Forms 3.0 (SQL*Forms version 3.0.16)is available or not on the Oracle7.3.4 CD. If not , how do I install these two from the Oracle 7.2 CD- (Since I need to install Oracle 7.3.4) . Or can I just copy the relevant directories from the old server to the new server. If i do that will I have to relink executables after copying ? Many thanks in anticipation

    The SQL*Menu 5.0 and SQL*Form 3.0 tools are not on (our) 7.3.4 CD for HP-UX 10.20. The tools on the 7.2 CD are actually the v6 versions, and I think you have to install them to a seperate oracle home anyway, in which case, all you need to do is install 7.3.4 server to a different oracle home.
    I did have a go at re-linking them, but I could not get it to work, so I just copied the binaries and configuration over. They've worked perfectly since we did that in '98/'99.
    Good luck.
    Tak Tang

  • FBZ5 and Payment Form

    Hello,
    I have copied a Sap Script/Payment From from a previously customized Sap Script/Payment. The thing is the MAIN window is identical to that of the previous program.
    But when I execute Check -> Print in FBZ5, the copieid Sap Script/Payment Form is calling another Text Element and that shouldnt be because when I use the old Form its not being called.
    <b>
    Question is what program is being called to execute the Sap Script Form? I need to know why my new program is calling that Text Element.</b>
    Note: The only thing I added in the New Form is a new Window w/o a text element being called. Just uses a perform statement to execute an ABAP program and display the details in that window.
    Thank you and hope to hear from you soon.

    Hi gwen.davis,
    if you mean a template, yes. However, iuf your answer is no then please explain the issue.
    Thanks,
    Vikrantt Singh

  • When I sync my iPod to my MacBook through iTunes new events do not show up and old events are not deleted. I am using Snow Leopard  and not iSync.

    I am using Snow Leopard on a MacBook. I have an iPod touch 3G. I do not use iSync it Mobile Me. When I sync my iPod through iTunes new events on my iPod do not show up on my Mac and old events do not delete. I have read help instructions that include deleting the data on the iPod. The iPod has the correct data and the Mac does not so I have not followed those instructions. I need help as the only reason I bought the Mac was to be able to sync, back up, view and print my calendar. Currently it is useless. If only Apple could have learned from the elegance of the Palm software.

    Start here:
    iPhone, iPad, or iPod touch: Device not recognized in iTunes for Windows

Maybe you are looking for

  • Mail Server Relay Authentication Failure in Server Admin

    I need to set up Mail Server to relay through my ISP.  I know that I can authenticate to smtp.comcast.net:587 using my account and TLS usnig a mail client. However, when I use Server Admin to configure my server's SMTP to send all outgoing email thro

  • HP 4050 Printer no longer working

    not sure if its related but since I've updated the software release on both 10.6.4 on the macbook and airport extreme, the printer is no longer working and has dissapeared from the airport extreme usb summary. I've changed the Parallel to US cable, t

  • How to add action link to EPM FR

    I'm trying to add capability of linking to EPM FR by adding <registry> section in ActionFrameworkConfig.xml ,after that the content looks like this,      <registries>           <registry>                <id>HDPreg</id>                <name>Hyperion D

  • Intercompany Sales

    Hi Can somebody provide me a good link for the materials or a link on PDF or a Powerpoint on configuring Intercompany sales and Consignment process. Regards

  • HT1911 i am trying to update my apps on my iphone and it keeps saying my apple ID is disabled. how do i make it enabled?

    I keep trying to update my apps on my phone and when i do a notifaction pops up saying my Apple ID has been disabled. It also does this when i try to download new apps. This is getting very frustrating can somebody help me?