Attaching help file to forms 6i

hi, how can we attach help file to d2k forms. can we pop a particular content int hat file when the user presses F1 key.
thankz in advance
sanki

There are different ways:
1) To use .hlp files (Win help).
host('c:\winnt\help\Regedit.hlp',no_screen);
2). To use .chm (robo help).
host('hh c:\winnt\help\iexplore.chm');
3). To use .HLP with win_api_shell.winhelp.
win_api_shell.winhelp('c:\winnt\system32\Odbcjet.hlp', '', win_api.help_finder);
In order to use win_api_shell.winhelp procedure, you need to attach the D2KWUTIL.PLL to your form.

Similar Messages

  • How can i attach a file in Form 10g

    Hi all
    I have searched in otn about attaching a file in forms but no proper solution i got.
    Actually I want to attach a file in Forms 10G . How can I do that anyone can help me??
    Thanks

    Which one of the various solutions did you try, and what error did you get?
    http://www.google.com/search?q=send+email+attachment+oracle
    Note that when sending mails from the database the email attachment file needs to reside on the filesystem of the database (or any location the database server has access to).
    Did you configure your mailserver properly? Or do you want to send a E-Mail via a Mailprogram from the client? And last but not least: what database version on which platform do you use? Questions over questions...
    cheers

  • Attach a file with forms (developer suite 10g)

    Hi, can some one help me with these problem, i wants to attach a file , i wants to know how to doit with Developer Suite 10g
    Thanks

    you understand meNot really.
    attach a file to a specific profile of a client in the application that we develop What exactly do you mean with "specific profile"? Is that a feature of your application? Or are developing custom forms in the eBusiness-suite?

  • Attaching .jar file to Forms

    First of all, I would like to extend many thanks to those who solve so many problems for many of us on this forum with your wisdom. Maybe some day I will learn enough to return these many favors. My problem, is it possible (and how is it done) to call a .jar file from within Forms? Any help would be greatly appreciated. Thanks again.

    you don't call a jar file you call a class in a jar file.
    It depends on where you want the java to run.
    If you want to use java to enhance the forms UI then you need to change the HTML that invokes your form on the web to include the jar file with the new component you created.
    If you want to invoke Java on the server side then you should add the jar to the classpath on the server and use the java importer to wrap the class you want to activate.

  • Attaching help...to forms

    hi
    does any body knows how to attach a help file to forms....?
    kk

    Hello,
    I have made a tool that allow to get contextual help html pages called from forms.
    You can get explanation and code at the following url:
    http://sheikyerbouti.developpez.com/forms_aide/
    the paper is written in French. Sorry but i have no time to translate it into Engish.
    Francois

  • Unable to submit form without attachment if file upload fails

    Hi All,
    I have a form, in which I have a input file component.
    Scenario 1 - If i don't attach anything and submit the form, it is successful.
    Scenario 2 - If I attach a file of size less than 2 MB and then submit, it is successful.
    Scenario 3 - If I attach a file of size greater than 2 MB and then submit, ADF gives an error message saying " File is large" which is expected.
    3.1 - In the scenario 3, after file upload fails, I want to submit the form without attaching any file. But the form isn't submitted and the warning message always pops up.
    3.2 - If I upload file of size less than 2MB again and then submit, it is successful.
    Please help me in resolving the issue.
    Thanks,
    Harini.

    Try clearing the error messages
    <af:resource type="javascript">
    function clearMessagesForComponent(evt){
    AdfPage.PAGE.clearAllMessages();
    evt.cancel();
    </af:resource>Now all yo uneed to do is to call this javascript method e.g. using a <af:clientListener method="clearMessagesForComponent" type="focus"/>on a button or any other field.
    Timo

  • Can I create a fillable PDF that allows the user to attach a file to the submitted form?

    There are suggestions in the Help documentation and on this site that indicate it is possible to attach files to a fillable PDF form that is being submitted. But I do not see any instructions for adding this functionality to a form. I am using Acrobat 9 Pro to create my form. I have a Submit button with an Action/Menu Item/Submit a form option, and the URL link for the submission is a local coldfusion file with a #FDF suffix. The export format is HTML. The form also contains a hidden EMAILTO field, with an Options/DefaultValue option identifying the recipient's email address. (I'm guessing the local cfm file uses this field.) There is also a hidden URL field in the form, and its Options/DefaultValue specifies the URL of the fillable form itself. (Perhaps the local cfm file uses this field too.)
    How can I add functionality to this form, using Adobe/PDF, to allow the user who submits the form to attach a file to the submission?

    You have to first configure a text field so it can be used for file selection. You do this on the Options tab of the field properties dialog. In order to select the corresponding check box, make sure only the "Scroll long text" option is selected.
    You then can set up a button that has the following JavaScript attached to the Mouse Up event:
    // Mouse Up script for button
    getField("upload_text_field").browseForFileToSubmit();
    Replace "upload_text_field" with the actual name of the file selection text field.

  • How to attach a file to a PDF form

    Hi there,
    I have this great form all set up with buttons allowing the user to save a copy to their pc, submit the form by email and print a copy but the button I've added allowing the user to submit additional documents with the form (using the menu action 'Attach a file') does not seem to work?  I've enabled user rights and when I first open the form and attempt to attach a doc I get a message saying that this function does not work and I have to save another copy of the form.  I do this and then the attach command works but when I submit the form (to myself) I can't see the attachment anywhere? What am I doing wrong?
    Any help appreciated.
    Thanks in advance.
    Roger

    Actually, if you extend your PDF form with LiveCycle Reader Extensions ES (or ES2) your users with Adobe Reader can attach files. If you use Acrobat Professional to extend your PDF form your users with Adobe Reader cannot attach files.

  • I am currently having trouble with an attached PDF fill-able form...Help Please

    Hello, I was wondering if you would be able to help me out?
    I am having trouble with my attached PDF fill-able form, I am creating a form that has a limit of one page so in order for more room in a certain field I have added a Hyperlink to an additional fill-able(secondary) form within the Parent document (primary fill-able form. The secondary form is inserted as an attachment into the Primary form. My problem is when I open this document up in Adobe Reader, the Primary fill-able form is savable but the attached Secondary form for which the hyperlink leads to is non-savable and is a must print only. Is there a way to make the Secondary form savable as well within the same document? or is there another way I could execute what it is I am trying to achieve?
    Help would be greatly appreciated please and thank you!

    Here is the code, thought I had put it in the first time, guess not heh. Anyway, I converted the arrayList(accountList) to a String so that I could see the that element I am trying to index is in there, which it is. I also checked the file that i'm populating the arrayList from and it also has the element in it.
    public static void getAccountNumbers() {
              accountList = LoadStoreAccounts.readCollectionObject();     
              accountInfo = accountList.toString();
              JOptionPane.showMessageDialog(null, accountInfo);
              acctNumIndex = accountList.indexOf(accountNumber);
              acctIndex = String.valueOf(acctNumIndex);
              JOptionPane.showMessageDialog(null, "Index of accountNumber    is: " + acctIndex);

  • How can I attach any type of file in forms runtime

    Hi Friends,
    I need some help from any one of you.
    Is there any possibility to attach any type of file in forms runtime?
    If there is, how can. Please let me know the code.
    Thanks

    I think that you are going to have to explain what you want to do more clearly...

  • Attaching a file after signing the form

    Hi,
    On my form there are two signatures. On signing the first signature field all the fieds above it get locked. Then i have the attchments sections and below it is the second signature field. But if i sign the first signature field the attachment(import data object) wont work.I know this is clearly tampering with the pdf after the form is signed. I handled the exception and it says " Not allowed error : Security settings prevent access to this property or method". But stil,l is there any workaround through which i can achieve this business requirement ? Please help !!!

    Hi,
    I fell foul of this as well and I couldn't find a workaround. Once the form is signed the process of attaching a file appears to be considered too much of a change.
    For one form we dropped the digital signatures and went with a less secure/robust method of indicating that a section was signed, just so that we could maintain the ability of attaching files throughout the form process.
    I'm afraid it is either one or the other - digital signature or attach files.
    Good luck,
    Niall

  • How to attach HLP file with the existing forms

    We have FORMS 5.0 application running. We have developed .HLP and .CNT files using ROBOHELP utility. I would like to attach the help file to the existing form. I want to use the registry to set the help file path so that I won't hardcode the path. I tried
    using WINHLP32.exe file using the HOST command. This need path settings in the machine. Does any body know other methods instead of using HOST command.
    Thanks in advance.
    Bye
    Meenakshi Sundaram Ganesh

    You could use the d2kwutil.pll and execute the Win_api_shell.Winhelp procedure

  • Attaching files using Forms To Go

    Can anyone help with this?
    I've just been trying out forms to go so that I can easily
    validate my contact forms.
    But how do you set it up to attach files?
    I've posted a screenshot below, where it looks as tho' it's
    asking for me to select a field that should be used to attach a
    file, but the list is empty...
    Presumably I'm just missing something simple, but if anyone
    could point me in the right direction that'd be appreciated.
    Cheers,
    Iain
    screenshot

    I've never used Forms to Go .. but your screen shot looks as
    though one
    would click that paper clip to open a dialogue box to browse
    to the file to
    attach and after doing that, the file name would appear in
    the window that
    is now empty? Did you try that?
    Nancy Gill
    Adobe Community Expert
    BLOG:
    http://www.dmxwishes.com/blog.asp
    Author: Dreamweaver 8 e-book for the DMX Zone
    Co-Author: Dreamweaver MX: Instant Troubleshooter (August,
    2003)
    Technical Editor: DMX 2004: The Complete Reference, DMX 2004:
    A Beginner's
    Guide, Mastering Macromedia Contribute
    Technical Reviewer: Dynamic Dreamweaver MX/DMX: Advanced PHP
    Web Development
    "Iain71" <[email protected]> wrote in
    message
    news:e8h9jh$499$[email protected]..
    > Can anyone help with this?
    >
    > I've just been trying out forms to go so that I can
    easily validate my
    > contact
    > forms.
    >
    > But how do you set it up to attach files?
    >
    > I've posted a screenshot below, where it looks as tho'
    it's asking for me
    > to
    > select a field that should be used to attach a file, but
    the list is
    > empty...
    >
    > Presumably I'm just missing something simple, but if
    anyone could point me
    > in
    > the right direction that'd be appreciated.
    >
    > Cheers,
    > Iain
    >
    >
    http://www.handprintdvd.co.uk/attach.htm
    >

  • How can I remove a help file frameset that I mistakenly attached to a specific topic?

    I'm using RH7 HTML to update a client's help file that was developed in RH5. The help file opens with an initial topic (Welcome to...) using the frameset that was built for the help file. 
    In adding a new section to this help file, I somehow linked the help file frameset to one of the new topics. In this new topic's properties, the topic title now shows as the frameset name, but the file name is still the name of the original topic.
    I've recreated the new topic and the frameset attaches to it as well. 
    1.  How can I disconnect the frameset from the topic without affecting the entire help file? If so, how?
    2.  If this isn't possible, is there any other way I can correct this problem?
    Thanks!!
    pkoczko

    How about a screenshot of the relevant portion of the help output (just the upper left quadrant?). I just can't figure what the issue is, sorry.
    Save it as a file, and attach that image to your reply, using the little camera thingie.
    Good luck,
    Leon

  • Attach video file as a help to BW reports on the portal

    Hello,
    I would like to attach video file as a visual manual to BW reports published on the portal (one vide file to many reports)
    Can somebody tell me what is best way to do it.
    Thanks

    Hello.
    The best way is your way and depends on your requirements and available resources.
    I can only give you a few points to start from:
    1. You may use either Help property of BW reports iviews or [Dynamic Navigation iView|http://help.sap.com/saphelp_nw04/helpdata/en/32/66c53e5ae84d3be10000000a11405a/frameset.htm] to point users to a video. The second variant is most visible to users.
    2. Video may be stored:
    2.1.  in KM and played by:
      a) software on user's workstation.
      b) custom developed iView which holds streamed video.
      c)  javascript/flash video player embedded in custom KM html page.
    2.2. on an intranet media server or external video hosting as Youtube. If a security concern does not matter, in general you have only provide a URL to the video.
    Best regards,
    Aliaksandr Zhukau

Maybe you are looking for

  • Firefox 3.6.15 is not loading pages in mac osx 10.6.6

    Hi, I have a macbook white running snow leopard 10.6.6, core 2 duo, 2 GB and firefox is not loading pages. I have tried: 1) install flashplayer again(i found a topic in Internet about that) 2) restart 3) reinstall 4) clean the cache and other browser

  • Quicktime 7.1.5 disabled Shockwave/Flash on Firefox

    After installing QT 7.1.5 yesterday a number of web sites that use Shockwave/Flash no longer work. Instead of the video pane that should come up, I get the Quicktime logo with a question mark in it. This includes sites like espn.com, youtube.com etc.

  • Trouble with Dreamweaver CS4 activation

    Hi, I have been using a 30day trial downloaded from the DW Adobe page. The trial expired whilst my purchased DW CS4 was in transit. Today it arrived and I installed it, however when I am prompted to enter my serial number, found on the back of the DV

  • BPC NW 7.0: Limit of records in Application

    Hello Experts, I have heard that there is a limit of records in BPC application (I mean fact table records) till 4 millions records. Is it true? What happens if this limit will be exceeded? Thanks in advance.

  • I have a problem with the sound and voice communication programs amplifier

    I have a problem with the sound and voice communication programs amplifier