Linking a chm file

hello,
i have a little help file. i like to link the chm file from inside the programm.
usually i use Runtime.. to launch an appropriate prog..
what is a common way for a chm file ?
marco

can be get the os directory with System.getProperty ?
btn.addActionListener(new ActionListener() {
public void actionPerformed(ActionEvent e) {
try {
String dir = System.getProperty("user.dir");
String destination = dir + "/help.chm";
String prog = "c:/winnt" + "/hh.exe";
Process p = Runtime.getRuntime().exec( prog + " " + destination );
catch (Exception x) {}
});

Similar Messages

  • Link to .chm file in JSF application

    Hello,
    I'm working on JSF , i have to link .chm (help file-user manual) to application using commandLink.
    Location of help file i.e .chm file will be in application.
    Requirements are , click on link , .chm file has to be opened in popup.
    If any one knows how to do this, pls do reply.
    Thank you,

    Hello,
    Thanks for reply, i working on '*jboss-4.0.5.GA* ', and i've placed .chm file where i've place jsp pages.
    This is code used to open word file in application .
    <h:commandLink onclick="javascript:openPopupWindow('help/Test.doc','650','300','yes');return false;" styleClass="label" style="color:white" value="#{str['label.help']}" tabindex="5" />
    And its working fine for word .doc. This code is not working for rest of the different file formats ..
    For .chm file
    <h:commandLink onclick="javascript:openPopupWindow('help/Test.chm','650','300','yes');return false;" styleClass="label" style="color:white" value="#{str['label.help']}" tabindex="5" />
    The popup will be shown but the contents of file are not same as original , look and feel and rest .
    Please check this code .
    Thank you,

  • Link / Merge chm files on Clients PC

    Hi,
    We have a main project and add in modules that we can distribute separately as required.
    We would like to have 1 searchable CHM file, but do not want to include all of our add-in modules into the 1 CHM file.
    My idea was that we have 1 main CHM, then it searches for other CHM files on the customers PC (in selected directories) and includes them.
    Is this possible. I am willing to move to WebHelp if it is possible using that.
    I am using Robohelp HTML 10.
    May Thanks,
    Joe

    Hi Joe
    Just to add another twist to things here, perhaps you have CHM A, CHM B and CHM C.
    If you want to search CHM A and have it find results that are also found in CHM B and CHM C as if they were a singular larger CHM, you would normally have them in a single folder and have CHM A (or one of them) designated as the Master.
    The twist here is that they wouldn't have to exist in the same folder. Sure, it's simpler that way, but if your developers have arranged things in such a fashion that you have CHM files in different folders, the information below may help.
    If you look at your RoboHelp Toolbox Pod (View > Pods > Toolbox) you should find a utility there named HTML Help Registration. When you run this tool you are able to add CHM file references to your Windows registry. And that's the key point. When CHM file references exist in the Windows Registry, pathing location is added. Many eons ago I created some instructions that helped with that. In this case, you will likely be interested in the last bit of that topic where I talk about exporting a registry key that may be used to amend other registries.
    Click here to view
    Cheers... Rick

  • Unable to open .chm file from a link in Weblogic 7.0

    Unable to open .chm file from a link in weblogic server. But the same
    jsp code works in Websphere
    Sample Code :
    <!-- < a href="JavaScript:window.navigate('help/manual.CHM')">
    Linked Text</a> -->
    The above link, works well in websphere. help is a folder that
    resides in the server. But when i tried to execute the same in
    Weblogic, some junk characters appeared . so i tried to direct the
    link to Display.jsp and passed the path of the chm file as the
    parameter. I cleared teh out buffer using out.clearBuffer() . i set
    the content type to application/x-msdownload and also set the header
    to content disposition.
    Nothing worked .
    I also tried another way.. That is the following
    I even tried including the mime type
    <mime-mapping>
    <extension>chm</extension>
    <mime-type>application/x-msdownload</mime-type>
    </mime-mapping>
    in the web.xml file. and still it doesnt work
    Nothing Worked . What should i do ? I need immediate help to sort out
    this issue. Can anybody help me
    - Angel

    This could be a Launch Services issue. The following article describes how to manually reset Launch Services — the notes at the bottom of the article also provide information about the side effects of deleting each of the files involved:
    Resetting Launch Services
    If you prefer using a cache cleaning utility instead of following the manual procedure described in the previous article, take a look at this other article for general troubleshooting and cache-cleaning procedures. Actually, you should also verify/repair the startup disk (not just permissions), as described there:
    Resolving Disk, Permission, and Cache Corruption
    The most appropriate utility for this particular problem probably is Tiger Cache Cleaner, but you may also want to consider other utilities, such as OnyX, or Cache Out X, which are free. Whatever utility you choose, be sure to read this first:
    Side effects of System cache cleaning
    As an example, this is how you should proceed with OnyX:
    1. Quit all applications.
    2. Launch OnyX and enter your administrator password.
    3. Go to Maintenance > Reset and check LaunchServices database.
    4. Un-check any other pre-checked options.
    5. Click the Execute button.
    6. Restart the computer.
    BTW, if you’re running Mac OS X 10.4 (Tiger), as your profile indicates, it would have been more appropriate to discuss this in the Mail & Address Book - Tiger forum. If the discussion applies to both Mail 1.x and Mail 2.x, it doesn’t really matter, but it’s difficult to know that in advance.

  • Link to a pdf page on web from a chm file

    Hello,
    I'm using RoboHelp 9.0.2.  I'm trying to create a link in a chm file to a specific pdf page using a URL.  The link I am using is http://www.actuarialstandardsboard.org/pdf/exposure/ASOP_No27_second%20exposure_2011.pdf#p age=41
    I put the above line in my chm file.  It appears correctly in the URL project list and shows correctly when I choose Show.  It also apeears to be correct in the HTML code of the page. 
    However when I create the chm clicking on the link just brings me the start of the pdf file.  After clicking on the link in the chm file and explorer opens, the URL in explorer does not show #page=41.  It ends at.pdf.
    Am I missing something or does anyone kno whys this is not working?
    Thanks
    John

    Hi there
    That link doesn't even work for me when I paste it into the address bar of my Firefox browser. It does work in IE, but not in Firefox. In Firefox it opens the PDF generically.
    I tested in a CHM and it did try and link, but it presents a black page. Looks like the correct page, but it's blacked out.
    CHM files rely upon elements of Internet Explorer to display their content. So perhaps it's something specific to a certain version of Internet Explorer as well as a certain version of the Acrobat Reader.
    Cheers... Rick
    Helpful and Handy Links
    RoboHelp Wish Form/Bug Reporting Form
    Begin learning RoboHelp HTML 7, 8 or 9 within the day!
    Adobe Certified RoboHelp HTML Training
    SorcerStone Blog
    RoboHelp eBooks

  • How can I create a link from a CHM file to a webhelp file?

    How can I create a link from a CHM file to a webhelp file?
    The CHM output (accreditation.chm) is stored in a parent directory, and the webhelp output (index.htm) is stored in a child directory.

    Open the usual Link dialog and enter the relative path from where the CHM will be installed to where the webhelp will be installed.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • Link in program won't open .htm page in .chm file

    Previously we were able to link to an individual topic in a RoboHelp .chm (this old copy may have been generated in RHx5 or earlier) by clicking a link in the program interface.
    This is how the link was written in MS Help Server Program HH -
         m_strHelpPath[0] = "mk:@MSITStore:%sSystem\\FabriTALK.chm::/Connecting_a_Control.htm";
    The .chm file compliled in RH8 will not open the topic level doc. It opens the .chm file, but for some reason won't dig down to the .htm to open it the way it used to.
    Is this a question of compile settings?
    Any suggestions?
    Thank you

    From the Safari menu bar, select
              Safari ▹ Preferences... ▹ Extensions
    Turn all extensions OFF and test. If the problem is resolved, turn extensions back ON and then disable them one or a few at a time until you find the culprit.

  • Trying to Link from CSH to Second (Custom) Window within same .CHM file

    We are using RH8 on Windows XP Pro 2002, SP3, outputting CHM.
    Background
    Our single help source has 2 custom window definitions--one for context sensitive topics (tall and narrow, opens on right, no TOC, always on top) and the second for the main help window (shorter and wider, opens with TOC, in center).  The intent is to enable the user fast access to field descriptions via the CSH, but then to link to the main help for those who want to peruse more background information.  Thus our goal is to allow two help windows to be open at the same time. 
    In our CSH windows we are ‘writing to the box,’ and our text is brief.  Our long-term design goal for the current CSH content is to create what we envision using in an embedded help pane during the next major product release.  We need the CSH window to obscure only a small portion of the application real estate, hence the ‘tall narrow’ window design.
    In our CSH topics, we want to add a link that when clicked opens up the separate main help using its own window definition, at a specific topic we specify on a case-by-case basis. 
    We have tried
    First we started with a simple hyperlink, but that opens Main in the CSH window.
    Next we tried HTML design time controls, but the second window opens in a browser window.
    Then we tried using shortcuts, which worked well temporarily, however they lost their definitions (‘program parameters’ on shortcut tab especially) for some reason.  Are there any fixes for this?
    We have tried searching the RH help system and the forums but we have not a specific answer. 
    Can anyone help point us in the right direction to be able to meet our design goals?  Are we missing something obvious or are we tilting at windmills?
    Thanks!
    Sue 

    Hi there
    That link doesn't even work for me when I paste it into the address bar of my Firefox browser. It does work in IE, but not in Firefox. In Firefox it opens the PDF generically.
    I tested in a CHM and it did try and link, but it presents a black page. Looks like the correct page, but it's blacked out.
    CHM files rely upon elements of Internet Explorer to display their content. So perhaps it's something specific to a certain version of Internet Explorer as well as a certain version of the Acrobat Reader.
    Cheers... Rick
    Helpful and Handy Links
    RoboHelp Wish Form/Bug Reporting Form
    Begin learning RoboHelp HTML 7, 8 or 9 within the day!
    Adobe Certified RoboHelp HTML Training
    SorcerStone Blog
    RoboHelp eBooks

  • Link to a specific topic in a chm file from Word

    Hi,
    How do I link to a specific topic in a chm file from Word? I can link to the chm but can't work out how to get it to open to a specific page. I have tried #filename and \filename at the end of the path but neither works.
    Thanks for any assistance.
    Emily

    Hi Emily
    Whether it works correctly on your C drive depends on how it arrived there.
    Click here to see what you may need to do
    Cheers... Rick
    Begin learning RoboHelp HTML 7 within the day - $24.95!
    Click here for Adobe Authorized Captivate and RoboHelp HTML Training
    Click here for the SorcerStone Blog
    Click here for RoboHelp and Captivate eBooks

  • Link to topic in CHM file

    Hello, all
    The problem: I need to link to a specific topic within a CHM
    file, via URL, rather than directly to the CHM file itself and I am
    having no luck finding a means to do so. I have tried the suggested
    methods from the support/web but not come up with functional code.
    Help?
    Thanks,
    V

    Unfortunately, that isn't working, either.
    I have tried the following:
    <a href="ms-its:filename.chm::/topic.htm></a>
    For this, I receive "Page could not be displayed."
    <a href="pathname\filename.chm"></a>
    This tries to download the file to the machine.
    Any use that I've tried with a ::/filename.htm on the end
    tends to give me page could not be displayed.
    Thanks for anythoughts!
    V

  • Word 2007 file not displaying from CHM file link

    Hello all!  I took the time to search around the forum before posting this, so I hope I didn't miss the answer somewhere.
    I'm using RH 8, working on a Policy and Procedure manual, resulting in a CHM file.  I've worked in earlier versions of RH with the same issues as everyone else (network deployment is a no-no, etc.), but this is the first time that I've had an issue with a linked-to Word file (linked as a "Link To File" link from within the project).
    When navigating through the CHM file on a local drive, and upon clicking on a link to a Word file, I get this warning dialog box:
    If you were to click "Open", you get a few-second delay (as if Word were opening), but then nothing happens.  The Word file does not open.  I believe the issue is with Office 2007.  I tested this exact same CHM file on a PC running an older version of Office, and the Word file opens without issue.
    Has anyone seen this type of behavior?  Is there a RH 8-based solution?
    Thanks for any help you can give!
    Bob

    Try Word Repair Toolbox, it's open source and may get your info back
    http://www.word.repairtoolbox.com/
    As free method to get your word documents back:
    Word may have automatically saved your file.When you start Word the next time, if any AutoRecover files were found, results will be displayed in the Document Recovery pane. Auto recovery option for word 2007 are below:
    1 Click the Microsoft Office Button, and then click Word Options.
    2 In the Navigation Pane, click Save.
    3 In the AutoRecover file location box, note the path, and then click Cancel.
    4 Close Word.
    5 Open the folder that you noted in step 3.
    6 Look for files whose names end in .asd (AutoRecover files).
    7 If you find the Word document that you are looking for, double-click it to open it.
    8 Save it immediately.

  • Can .chm files link to .html files?

    Hi,
    I'm using RoboHelp X5 and cannot find a way to link from a
    .chm file to an .htm page. It seems like it should be simple,
    but.....
    Is this a known issue, software limitation, or am I missing
    something? Any tips would be greatly appreciated!
    Thanks,
    :) Kathy

    Kathy,
    A couple of items.
    In linking to an external .htm file it is useful to use the
    parser function to find it. This is documented in the Help Workshop
    help file. I've never had any trouble with using it for external
    files.
    Secondly, the compiler is fickle and wants to be smarter than
    you so if you link to an external file it just might include that
    file in the compiled project, thinking you want it there. Of
    course, you don't. You just put it in the project directory to test
    it. So, what you get is a version of your .htm file compiled into
    the help, which defeats the purpose of having it external so it can
    be edited outside of the help. I think this is a Microsoft design
    flaw, but someone might think it is a great feature.
    John

  • Linking a Flash Tutorial File to a online help chm File

    I am trying to create links from a page in my online help chm
    file to an animated tutorial of our product. I want to create links
    from specific topics in the chm to specific topics in the tutorial.
    For example a section of the help deals with a specific topic. The
    tutorial covers the topic but it is covered 10 minutes into the
    tutorial. How do I create a link from the help topic directly to
    the specific section of the tutorial? Is it possible? Can eanyone
    provide me with some code examples to use?

    use getURL()

  • Help: External Links not coming properly in generated chm file

    Hi
    I am a new user of RoboHelp for Word/HTML. I am currently
    having Robohelp 6. But I have also used evaluation version of
    Robohelp 7.0. I am trying to convert .HLP files into .chm files.
    I would like to give an example for explaining things:
    Say I have two .HLP files say AHelp.hlp and BHelp.hlp. Now
    AHelp contains a link to some page (say VA_X.htm) in BHelp. And
    this link works correctly. When I generate CHM files from these HLP
    files, then though the link is correctly highlighted in AHelp. But
    it points to some incorrect page like BHelp.chm::/VA_X..htm.
    Whereas in BHelp.chm the name VA_X.htm has changed into say
    BHelp_Voltage_Amplifier_X.htm.
    So what can I do to correct this problem so that the links
    are generated correctly?
    Plz help!!
    Thanks
    Regards
    TheIlliterate

    Hi. Sorry for the slow response. We "gurus" (ha!) are
    employees like you and have to balance responding against our
    workload. We do try to answer what we can when we can.
    As to your specific problem, the way interhelp file links are
    handled between HLP and CHM files is different. I have to admit to
    not converting HLP files that had inter-help links so I may be off
    the mark here. That said, I suspect your course of action will be
    to go into each inter help file link and re-add it. You can do this
    by double clicking on the link, clicking on the "Remote Topic"
    option and selecting the CHM file to link to. You'll be asked to
    copy the CHM into the project directory and then you can select the
    correct topic.
    I'm happy for someone else to chip in here if there is an
    easier way.

  • Index in .chm file is incorrect

    Hi,
    I'm using RoboHelp X5 with Windows XP SP3. I have an index that is correct in RoboHelp but not in the .chm file. In RoboHelp, I have General Ledger as a keyword and several sub-keywords. However, in the .chm file, the sub-keywords show up under General Ledger Journal instead of General Ledger. I've attached screen shots of both at the bottom of this post, and I've pasted the applicable section of the project's .hhk file. (The .hhk file is really long, so I didn't want to insert the whole thing.)
    While troubleshooting this issue, my coworker changed the keyword from General Ledger to General edger, and that fixed the problem, but obviously we can't keep it that way.
    I tried the following:
    Compared that section of the HHK file to others. I may have missed something, but it looked OK to me.
    Started the project, deleted the HHK file, and then saved a change to the index so RH regenerated the HHK file.
    Deleted the .cpd file.
    Deleted and reentered all of the keywords.
    When the issue first started, the General Ledger subkeywords appeared under Future Periods instead of General Ledger Journal - I'm not sure what I did to change that, but I think it was when I deleted and then reentered the Future Periods keyword.
    Unfortunately, none of these worked.I saw another thread with a similar issue where the solution was to create a second index and copy the keywords to it, but I don't think X5 allows a second index.
    Any suggestions will be greatly appreciated.
      <li><object type="text/sitemap">
        <param name="Name" value="General Ledger Journal">
        <param name="Name" value="General Ledger Journal">
        <param name="Local" value="GLOverviews\GLJournal_Overview.htm">
      </object>
      <ul>
        <li><object type="text/sitemap">
          <param name="Name" value="overview">
          <param name="Name" value="General Ledger Journal">
          <param name="Local" value="GLOverviews\GLJournal_Overview.htm">
        </object>
        <li><object type="text/sitemap">
          <param name="Name" value="fields">
          <param name="Name" value="General Ledger Journal - Fields">
          <param name="Local" value="GLFields\GLJournal_Fields.htm">
        </object>
        </ul>
      <li><object type="text/sitemap">
        <param name="Name" value="General Ledger">
      </object>
      <ul>
        <li><object type="text/sitemap">
          <param name="Name" value="account record layout">
          <param name="Name" value="Account Segments Record Layout">
          <param name="Local" value="GLConcepts\Account_Segments_Record_Layout.htm">
        </object>
        <li><object type="text/sitemap">
          <param name="Name" value="adding account groups">
          <param name="Name" value="Add or Change General Ledger Account Groups">
          <param name="Local" value="GLProcedures\Add_a_General_Ledger_Account_Group.htm">
        </object>
        <li><object type="text/sitemap">
          <param name="Name" value="adding accounts">
          <param name="Name" value="Add or Change General Ledger Accounts">
          <param name="Local" value="GLProcedures\Add_or_Change_a_General_Ledger_Account.htm">
        </object>
        <li><object type="text/sitemap">
          <param name="Name" value="daily activities flowchart">
          <param name="Name" value="General Ledger Daily Activities Flowchart">
          <param name="Local" value="GLFlowcharts\GL_Daily_Activities_Flowchart.htm">
        </object>
        <li><object type="text/sitemap">
          <param name="Name" value="data, limiting export of">
          <param name="Name" value="Limit Export of General Ledger Data by Account Number">
          <param name="Local" value="GLProcedures\Limit_Export_of_General_Ledger_Data_by_Account_Number.htm">
        </object>
        <li><object type="text/sitemap">
          <param name="Name" value="deleting accounts">
          <param name="Name" value="Delete General Ledger Accounts">
          <param name="Local" value="GLProcedures\Delete_General_Ledger_Accounts.htm">
        </object>
        <li><object type="text/sitemap">
          <param name="Name" value="exporting information">
          <param name="Name" value="Export General Ledger Information">
          <param name="Local" value="GLProcedures\Export_General_Ledger_Information.htm">
        </object>
        <li><object type="text/sitemap">
          <param name="Name" value="features">
          <param name="Name" value="General Ledger Overview">
          <param name="Local" value="GLConcepts\accounts_receivable_overview.htm">
        </object>
        <li><object type="text/sitemap">
          <param name="Name" value="flowcharts">
          <param name="Name" value="General Ledger Maintenance Flowchart">
          <param name="Local" value="GLFlowcharts\General_Ledger_Maintenance_Flowchart.htm">
        </object>
        <li><object type="text/sitemap">
          <param name="Name" value="history, purging">
          <param name="Name" value="Purge General Ledger History">
          <param name="Local" value="GLProcedures\Purge_General_Ledger_History.htm">
        </object>
        <li><object type="text/sitemap">
          <param name="Name" value="import utilities">
          <param name="Name" value="General Ledger Import Utilities">
          <param name="Local" value="GLConcepts\General_Ledger_Import_Utilities.htm">
        </object>
        <li><object type="text/sitemap">
          <param name="Name" value="importing information">
          <param name="Name" value="Import General Ledger Information">
          <param name="Local" value="GLProcedures\Import_General_Ledger_Information.htm">
        </object>
        <li><object type="text/sitemap">
          <param name="Name" value="integrating with Accounts Payable">
          <param name="Name" value="General Ledger Overview">
          <param name="Local" value="GLConcepts\accounts_receivable_overview.htm">
        </object>
        <li><object type="text/sitemap">
          <param name="Name" value="integrating with Accounts Receivable">
          <param name="Name" value="General Ledger Overview">
          <param name="Local" value="GLConcepts\accounts_receivable_overview.htm">
        </object>
        <li><object type="text/sitemap">
          <param name="Name" value="integrating with Advanced Consolidations">
          <param name="Name" value="General Ledger Overview">
          <param name="Local" value="GLConcepts\accounts_receivable_overview.htm">
        </object>
        <li><object type="text/sitemap">
          <param name="Name" value="integrating with Cash Management">
          <param name="Name" value="General Ledger Overview">
          <param name="Local" value="GLConcepts\accounts_receivable_overview.htm">
        </object>
        <li><object type="text/sitemap">
          <param name="Name" value="integrating with Inventory Management">
          <param name="Name" value="General Ledger Overview">
          <param name="Local" value="GLConcepts\accounts_receivable_overview.htm">
        </object>
        <li><object type="text/sitemap">
          <param name="Name" value="integrating with Multicurrency Management">
          <param name="Name" value="General Ledger Overview">
          <param name="Local" value="GLConcepts\accounts_receivable_overview.htm">
        </object>
        <li><object type="text/sitemap">
          <param name="Name" value="integrating with Purchase Order">
          <param name="Name" value="General Ledger Overview">
          <param name="Local" value="GLConcepts\accounts_receivable_overview.htm">
        </object>
        <li><object type="text/sitemap">
          <param name="Name" value="overview">
          <param name="Name" value="General Ledger Overview">
          <param name="Local" value="GLConcepts\accounts_receivable_overview.htm">
        </object>
        <li><object type="text/sitemap">
          <param name="Name" value="multicurrency reports">
          <param name="Name" value="Multicurrency Reports for General Ledger">
          <param name="Local" value="GLConcepts\Multicurrency_Reports_for_General_Ledger.htm">
        </object>
        <li><object type="text/sitemap">
          <param name="Name" value="period-end flowchart">
          <param name="Name" value="General Ledger Period End Flowchart">
          <param name="Local" value="GLFlowcharts\General_Ledger_Period_End_Flowchart.htm">
        </object>
        <li><object type="text/sitemap">
          <param name="Name" value="Registers">
          <param name="Name" value="General Ledger Registers">
          <param name="Local" value="GLConcepts\General_Ledger_Registers.htm">
        </object>
        <li><object type="text/sitemap">
          <param name="Name" value="reprinting transaction registers">
          <param name="Name" value="Reprint a General Ledger Transaction Register">
          <param name="Local" value="GLProcedures\Reprint_a_General_Ledger_Transaction_Register.htm">
        </object>
        <li><object type="text/sitemap">
          <param name="Name" value="transactions record layout">
          <param name="Name" value="General Ledger Transactions Record Layout">
          <param name="Local" value="GLConcepts\GL_Transactions_Record_Layout.htm">
        </object>
        <li><object type="text/sitemap">
          <param name="Name" value="using reports as auditing tools">
          <param name="Name" value="General Ledger Reports as Auditing Tools">
          <param name="Local" value="GLConcepts\General_Ledger_Reports_as_Auditing_Tools.htm">
        </object>
        <li><object type="text/sitemap">
          <param name="Name" value="viewing account information">
          <param name="Name" value="View General Ledger Account Information">
          <param name="Local" value="GLProcedures\View_General_Ledger_Account_Information.htm">
        </object>
        </ul>
      <li><object type="text/sitemap">
        <param name="Name" value="Future Periods">
        <param name="Name" value="Future Periods">
        <param name="Local" value="GLConcepts\Future_Periods.htm">
      </object>
    </ul>
    </html>

    Hi there
    Are you using any Build Tags along with a Build Expression to control the output?
    I ask because the screen capture of the CHM seems to intimate that General Ledger is absent from the list. If it was linked to a topic and the topic was removed from the build, it would seem to make sense.
    Cheers... Rick
    Helpful and Handy Links
    RoboHelp Wish Form/Bug Reporting Form
    Begin learning RoboHelp HTML 7, 8 or 9 within the day!
    Adobe Certified RoboHelp HTML Training
    SorcerStone Blog
    RoboHelp eBooks

Maybe you are looking for

  • JTA and XA, Mqueue

    Trying to get XA to work with Oracle and Ibm mqueue series. I'm not having much luck. Lot's of problems and lack of info? We want Mqueue to be the TM and oracle to be the resource? There seems to be no docs on how to make oracle a XA resource and und

  • Error Handling in File Adapter

    I have been working on a requirement where the file adapter picks up the file and gives to the BPEL for processing the data. So, in order to do Error Handling for file adapter, i have been reading the Oracle documentation for technology adapters. In

  • Need a field  for purchase order quantity

    We need a field that is fixed once the PO is created and is never updated even if the qty is changed later on.

  • Snow Leopard audio midi setup (AMS) is cumbersome

    as of 10.6, the MIDI window will not allow user definable device spacing. The OS snaps everything back to a left-to-right sprawl. It's silly! AMS never was as good as FreeMIDI or OMS, but now it's just simply a huge step backwards. Hopefully this get

  • Outlines around flash objects

    When I roll my mouse over the flash obejects on my page an outline of the object appears. When I click on the objects the outline goes away. Is there a simple way to get rid of these outlines that appear?