Friendly Help for Server Javascript

In case anyone missed it on the Scripting forum:
I've added Friendly Versions of the OMV Help files for InDesign Server CS5, 5.5, and 6 to my set of downloadable files: http://www.jongware.com/idjshelp.html
They are also browsable on-line, courtesy of John Hawkinson: http://jongware.mit.edu/ (then go to the URL for your version).
The Friendliness is best appreciated with the Windows CHM versions (when viewed with a good viewer), but the HTML versions also are much improved over the original ESTK Viewer versions: a better insight in class hierarchy, and much, much more internal links.

Hi,
where are you writing to this tag from (LabVIEW DSC, Lookout etc)?
What is the tag for (plc etc)?
When it hangs, how do you get it back? - Reboot, Restart server explorer.
Since you said "is this a fault in my server" what happens to the tag in that server - is it still running OK? What's the server?
The help file which should have installed into your Program Files\National Instruments\shared\server explorer directory is the best source for information on how to use the server explorer.
If you can provide some more information on this, that would be helpful.
Thanks
Sacha Emery
National Instruments (UK)
// it takes almost no time to rate an answer

Similar Messages

  • Help for execute javascript in windows

    Dear developers i am new for using java script in acrobat please tel me where i write my java script and how can i execute please give a sample for read a pdf file and write it in a new file
    thank you....................

    Do you want to copy an entire page or a collection of indidual words? Do you want to create a new document or copy the content into an existing document?
    It's possible to read individual words using JavaScript, but you don't get punctuation and a lot of other things that can be on a page, and words may not appear in the order you think they should.
    It's also possible to insert pages from one document into the current document using JavaScript, and you can create a new document with JavaScript using the Report object, but you cave limited control over the layout.

  • Hi Friend, Help for Scale view binding for current images.

    i create one scale transaction effect, also i have images view.
    i want to create hover effect, when the mouse is hover on that image ,
    the scale transition play and the image will be display in rectangle of scale transition.
    For Better understand.
    Here is example created in javafx 1.3 . I want to create effect same like in that application.
    Please click on following link to open the page.
    http://javafx.com/samples/MyTVSchedule/index.html
    Please , Tell me, How i will done it in javafx 2.0 , Please

    Hi Sumit,
    I have used the entity btadminh to create a model node.
    this i have used for a table view.
    initially, this i'm not using as cross component but with in the component.
    i can put this way:
    i have created a custom component with only one view(table view).
    this view has only one context node(model node).
    this model node shows the basic structure of the output i need.
    i have to populate this table view with values(which i'm fetching from backend tables).
    i can do this by value node but, at the next step i have to call a standard component from the order number.
    so, the concept of model node.
    basic doubt is, am i missing some steps while using bol entities/model nodes in my view?
    in the same process, i have one more issue:
    the getter methods, get_<fieldname> is not being triggered. i checked while debugging also.
    had i missed some coding, still the getter methods should be triggered(since the view and node creation is through wizard).
    need some pointers on this. pls revert back for any clarification on the above issues, if confusing.

  • [Ann] HTML/CHM for CS6 Javascript

    I don't think I've ever been so fast before:
    http://www.jongware.com/idjshelp.html is updated, it now also contains my Friendly Help for CS6, as both HTML (separate files) and CHM (one compiled file for use with a Windows Help viewer).
    By way of experiment I added a "Full Index" to the HTML version. This is a single huge file, 2.7MB, but it contains links to all properties and methods in the entire set of files. So if you can't use the live one in the compiled CHM, you can still use this one to get a good overview of What to find Where.
    ... Enjoy!

    Maybe I'll be enthused to try this before my idea of when Jongware wakes up :-)
    Right. So, here's some XSLT:
    <?xml version="1.0" encoding="UTF-8"?>
    <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
      <xsl:output method="text"/>
      <xsl:template match="text()|@*"/> <!-- Suppress default text output -->
      <xsl:template match="property|method">
        <xsl:call-template name="list-name-and-grandparent-name-with-tabs"/>
      </xsl:template>
      <xsl:template name="list-name-and-grandparent-name-with-tabs">
        <xsl:value-of select="name()"/>
        <xsl:if test="../../@enumeration">(enum)</xsl:if>
        <xsl:text>&#9;</xsl:text>
        <xsl:value-of select="name()"/><xsl:text>&#9;</xsl:text>
        <xsl:value-of select="../../@name"/><xsl:text>&#9;</xsl:text>
        <xsl:value-of select="@name"/><xsl:text>&#9;</xsl:text>
        <xsl:text>&#10;</xsl:text>
      </xsl:template>
    </xsl:stylesheet>
    Hopefully it's self-explanatory. I even added the "(enum)" to distinguish enums from regular properties. Just for you, Peter K!
    Then we just run it on the omv cachefiles, sort the output, and do some comparisons with "comm."
    That is:
    xsltproc omv.xsl omv\$indesign-7.5\$7.5.xml | sort > 7575.txt
    xsltproc omv.xsl omv\$indesign-8.0\$8.0.xml | sort > 8080.txt
    I hope it's not a dumb idea to put this all in one long post...
    For instance, the following 29 items were removed from CS5.5 to CS6 (comm -23 7575.txt 8080.txt):
    property
    Button
    visibilityInPdf
    property
    DocumentPreference
    masterTextFrame
    property
    DocumentPreset
    masterTextFrame
    property
    EPubExportPreference
    cssExportOption
    property
    EPubExportPreference
    externalCSSPath
    property
    EPubExportPreference
    format
    property
    EPubExportPreference
    marginUnit
    property
    EPubExportPreference
    spaceUnit
    property
    EPubExportPreference
    useTocStyle
    property
    HTMLExportPreference
    bottomMargin
    property
    HTMLExportPreference
    externalCSSPath
    property
    HTMLExportPreference
    javascriptURL
    property
    HTMLExportPreference
    leftMargin
    property
    HTMLExportPreference
    linkToJavascript
    property
    HTMLExportPreference
    marginUnit
    property
    HTMLExportPreference
    rightMargin
    property
    HTMLExportPreference
    spaceUnit
    property
    HTMLExportPreference
    topMargin
    property
    ObjectExportOption
    customImageAlignment
    property
    ObjectExportOption
    spaceUnit
    property
    PagesPanel
    verticalView
    property(enum)
    SpaceUnitType
    CSS_EM
    property(enum)
    SpaceUnitType
    CSS_PIXEL
    property(enum)
    StyleSheetExportOption
    EXTERNAL_CSS
    property(enum)
    StyleSheetExportOption
    STYLE_NAME_ONLY
    property(enum)
    VisibilityInPdf
    HIDDEN_BUT_PRINTABLE_IN_PDF
    property(enum)
    VisibilityInPdf
    HIDDEN_IN_PDF
    property(enum)
    VisibilityInPdf
    VISIBLE_BUT_DOES_NOT_PRINT_IN_PDF
    property(enum)
    VisibilityInPdf
    VISIBLE_IN_PDF
    And the following 1,984 were added in CS6 (comm -13 7575.txt 8080.txt):
    method
    Button
    contentPlace
    method
    CellStyleMapping
    addEventListener
    method
    CellStyleMapping
    getElements
    method
    CellStyleMapping
    remove
    method
    CellStyleMapping
    removeEventListener
    method
    CellStyleMapping
    toSource
    method
    CellStyleMapping
    toSpecifier
    method
    CellStyleMappings
    method
    CellStyleMappings
    add
    method
    CellStyleMappings
    anyItem
    method
    CellStyleMappings
    count
    method
    CellStyleMappings
    everyItem
    method
    CellStyleMappings
    firstItem
    method
    CellStyleMappings
    item
    method
    CellStyleMappings
    itemByRange
    method
    CellStyleMappings
    lastItem
    method
    CellStyleMappings
    middleItem
    method
    CellStyleMappings
    nextItem
    method
    CellStyleMappings
    previousItem
    method
    CellStyleMappings
    toSource
    method
    CharStyleMapping
    addEventListener
    method
    CharStyleMapping
    getElements
    method
    CharStyleMapping
    remove
    method
    CharStyleMapping
    removeEventListener
    method
    CharStyleMapping
    toSource
    method
    CharStyleMapping
    toSpecifier
    method
    CharStyleMappings
    method
    CharStyleMappings
    add
    method
    CharStyleMappings
    anyItem
    method
    CharStyleMappings
    count
    method
    CharStyleMappings
    everyItem
    method
    CharStyleMappings
    firstItem
    method
    CharStyleMappings
    item
    method
    CharStyleMappings
    itemByRange
    method
    CharStyleMappings
    lastItem
    method
    CharStyleMappings
    middleItem
    method
    CharStyleMappings
    nextItem
    method
    CharStyleMappings
    previousItem
    method
    CharStyleMappings
    toSource
    method
    CheckBox
    addEventListener
    method
    CheckBox
    applyObjectStyle
    method
    CheckBox
    asynchronousExportFile
    method
    CheckBox
    autoTag
    method
    CheckBox
    bringForward
    method
    CheckBox
    bringToFront
    method
    CheckBox
    changeObject
    method
    CheckBox
    clearObjectStyleOverrides
    method
    CheckBox
    clearTransformations
    method
    CheckBox
    contentPlace
    method
    CheckBox
    convertShape
    method
    CheckBox
    convertToObject
    method
    CheckBox
    detach
    method
    CheckBox
    duplicate
    method
    CheckBox
    exportFile
    method
    CheckBox
    extractLabel
    method
    CheckBox
    findObject
    method
    CheckBox
    fit
    method
    CheckBox
    flipItem
    method
    CheckBox
    getElements
    method
    CheckBox
    insertLabel
    method
    CheckBox
    markup
    method
    CheckBox
    move
    method
    CheckBox
    override
    method
    CheckBox
    placeXML
    method
    CheckBox
    redefineScaling
    method
    CheckBox
    reframe
    method
    CheckBox
    remove
    method
    CheckBox
    removeEventListener
    method
    CheckBox
    removeOverride
    method
    CheckBox
    resize
    method
    CheckBox
    resolve
    method
    CheckBox
    select
    method
    CheckBox
    sendBackward
    method
    CheckBox
    sendToBack
    method
    CheckBox
    store
    method
    CheckBox
    toSource
    method
    CheckBox
    toSpecifier
    method
    CheckBox
    transform
    method
    CheckBox
    transformAgain
    method
    CheckBox
    transformAgainIndividually
    method
    CheckBox
    transformSequenceAgain
    method
    CheckBox
    transformSequenceAgainIndividually
    method
    CheckBox
    transformValuesOf
    method
    CheckBoxes
    method
    CheckBoxes
    add
    method
    CheckBoxes
    anyItem
    method
    CheckBoxes
    count
    method
    CheckBoxes
    everyItem
    method
    CheckBoxes
    firstItem
    method
    CheckBoxes
    item
    method
    CheckBoxes
    itemByID
    method
    CheckBoxes
    itemByName
    method
    CheckBoxes
    itemByRange
    method
    CheckBoxes
    lastItem
    method
    CheckBoxes
    middleItem
    method
    CheckBoxes
    nextItem
    method
    CheckBoxes
    previousItem
    method
    CheckBoxes
    toSource
    method
    ClearFormBehavior
    addEventListener
    method
    ClearFormBehavior
    extractLabel
    method
    ClearFormBehavior
    getElements
    method
    ClearFormBehavior
    insertLabel
    method
    ClearFormBehavior
    remove
    method
    ClearFormBehavior
    removeEventListener
    method
    ClearFormBehavior
    toSource
    method
    ClearFormBehavior
    toSpecifier
    method
    ClearFormBehaviors
    method
    ClearFormBehaviors
    add
    method
    ClearFormBehaviors
    anyItem
    method
    ClearFormBehaviors
    count
    method
    ClearFormBehaviors
    everyItem
    method
    ClearFormBehaviors
    firstItem
    method
    ClearFormBehaviors
    item
    method
    ClearFormBehaviors
    itemByID
    method
    ClearFormBehaviors
    itemByName
    method
    ClearFormBehaviors
    itemByRange
    method
    ClearFormBehaviors
    lastItem
    method
    ClearFormBehaviors
    middleItem
    method
    ClearFormBehaviors
    nextItem
    method
    ClearFormBehaviors
    previousItem
    method
    ClearFormBehaviors
    toSource
    method
    ComboBox
    addEventListener
    method
    ComboBox
    applyObjectStyle
    method
    ComboBox
    asynchronousExportFile
    method
    ComboBox
    autoTag
    method
    ComboBox
    bringForward
    method
    ComboBox
    bringToFront
    method
    ComboBox
    changeObject
    method
    ComboBox
    clearObjectStyleOverrides
    method
    ComboBox
    clearTransformations
    method
    ComboBox
    contentPlace
    method
    ComboBox
    convertShape
    method
    ComboBox
    convertToObject
    method
    ComboBox
    detach
    method
    ComboBox
    duplicate
    method
    ComboBox
    exportFile
    method
    ComboBox
    extractLabel
    method
    ComboBox
    findObject
    method
    ComboBox
    fit
    method
    ComboBox
    flipItem
    method
    ComboBox
    getElements
    method
    ComboBox
    insertLabel
    method
    ComboBox
    markup
    method
    ComboBox
    move
    method
    ComboBox
    override
    method
    ComboBox
    placeXML
    method
    ComboBox
    redefineScaling
    method
    ComboBox
    reframe
    method
    ComboBox
    remove
    method
    ComboBox
    removeEventListener
    method
    ComboBox
    removeOverride
    method
    ComboBox
    resize
    method
    ComboBox
    resolve
    method
    ComboBox
    select
    method
    ComboBox
    sendBackward
    method
    ComboBox
    sendToBack
    method
    ComboBox
    store
    method
    ComboBox
    toSource
    method
    ComboBox
    toSpecifier
    method
    ComboBox
    transform
    method
    ComboBox
    transformAgain
    method
    ComboBox
    transformAgainIndividually
    method
    ComboBox
    transformSequenceAgain
    method
    ComboBox
    transformSequenceAgainIndividually
    method
    ComboBox
    transformValuesOf
    method
    ComboBoxes
    method
    ComboBoxes
    add
    method
    ComboBoxes
    anyItem
    method
    ComboBoxes
    count
    method
    ComboBoxes
    everyItem
    method
    ComboBoxes
    firstItem
    method
    ComboBoxes
    item
    method
    ComboBoxes
    itemByID
    method
    ComboBoxes
    itemByName
    method
    ComboBoxes
    itemByRange
    method
    ComboBoxes
    lastItem
    method
    ComboBoxes
    middleItem
    method
    ComboBoxes
    nextItem
    method
    ComboBoxes
    previousItem
    method
    ComboBoxes
    toSource
    method
    ContentPlacerObject
    addEventListener
    method
    ContentPlacerObject
    getElements
    method
    ContentPlacerObject
    load
    method
    ContentPlacerObject
    removeEventListener
    method
    ContentPlacerObject
    toSource
    method
    ContentPlacerObject
    toSpecifier
    method
    Document
    createAlternateLayout
    method
    Document
    deleteAlternateLayout
    method
    EPS
    contentPlace
    method
    EPSText
    contentPlace
    method
    FontLockingPreference
    addEventListener
    method
    FontLockingPreference
    getElements
    method
    FontLockingPreference
    removeEventListener
    method
    FontLockingPreference
    toSource
    method
    FontLockingPreference
    toSpecifier
    method
    FormField
    contentPlace
    method
    Graphic
    contentPlace
    method
    GraphicLine
    contentPlace
    method
    Group
    contentPlace
    method
    Guide
    resolve
    method
    Guide
    transformValuesOf
    method
    HtmlItem
    addEventListener
    method
    HtmlItem
    applyObjectStyle
    method
    HtmlItem
    asynchronousExportFile
    method
    HtmlItem
    autoTag
    method
    HtmlItem
    changeObject
    method
    HtmlItem
    clearObjectStyleOverrides
    method
    HtmlItem
    clearTransformations
    method
    HtmlItem
    contentPlace
    method
    HtmlItem
    convertShape
    method
    HtmlItem
    detach
    method
    HtmlItem
    duplicate
    method
    HtmlItem
    exportFile
    method
    HtmlItem
    extractLabel
    method
    HtmlItem
    findObject
    method
    HtmlItem
    fit
    method
    HtmlItem
    flipItem
    method
    HtmlItem
    getElements
    method
    HtmlItem
    insertLabel
    method
    HtmlItem
    markup
    method
    HtmlItem
    move
    method
    HtmlItem
    override
    method
    HtmlItem
    place
    method
    HtmlItem
    placeXML
    method
    HtmlItem
    redefineScaling
    method
    HtmlItem
    reframe
    method
    HtmlItem
    remove
    method
    HtmlItem
    removeEventListener
    method
    HtmlItem
    removeOverride
    method
    HtmlItem
    resize
    method
    HtmlItem
    resolve
    method
    HtmlItem
    select
    method
    HtmlItem
    store
    method
    HtmlItem
    toSource
    method
    HtmlItem
    toSpecifier
    method
    HtmlItem
    transform
    method
    HtmlItem
    transformAgain
    method
    HtmlItem
    transformAgainIndividually
    method
    HtmlItem
    transformSequenceAgain
    method
    HtmlItem
    transformSequenceAgainIndividually
    method
    HtmlItem
    transformValuesOf
    method
    HtmlItems
    method
    HtmlItems
    add
    method
    HtmlItems
    anyItem
    method
    HtmlItems
    count
    method
    HtmlItems
    everyItem
    method
    HtmlItems
    firstItem
    method
    HtmlItems
    item
    method
    HtmlItems
    itemByID
    method
    HtmlItems
    itemByName
    method
    HtmlItems
    itemByRange
    method
    HtmlItems
    lastItem
    method
    HtmlItems
    middleItem
    method
    HtmlItems
    nextItem
    method
    HtmlItems
    previousItem
    method
    HtmlItems
    toSource
    method
    Image
    contentPlace
    method
    ImportedPage
    contentPlace
    method
    Link
    goToSource
    method
    LinkedPageItemOption
    addEventListener
    method
    LinkedPageItemOption
    getElements
    method
    LinkedPageItemOption
    removeEventListener
    method
    LinkedPageItemOption
    toSource
    method
    LinkedPageItemOption
    toSpecifier
    method
    ListBox
    addEventListener
    method
    ListBox
    applyObjectStyle
    method
    ListBox
    asynchronousExportFile
    method
    ListBox
    autoTag
    method
    ListBox
    bringForward
    method
    ListBox
    bringToFront
    method
    ListBox
    changeObject
    method
    ListBox
    clearObjectStyleOverrides
    method
    ListBox
    clearTransformations
    method
    ListBox
    contentPlace
    method
    ListBox
    convertShape
    method
    ListBox
    convertToObject
    method
    ListBox
    detach
    method
    ListBox
    duplicate
    method
    ListBox
    exportFile
    method
    ListBox
    extractLabel
    method
    ListBox
    findObject
    method
    ListBox
    fit
    method
    ListBox
    flipItem
    method
    ListBox
    getElements
    method
    ListBox
    insertLabel
    method
    ListBox
    markup
    method
    ListBox
    move
    method
    ListBox
    override
    method
    ListBox
    placeXML
    method
    ListBox
    redefineScaling
    method
    ListBox
    reframe
    method
    ListBox
    remove
    method
    ListBox
    removeEventListener
    method
    ListBox
    removeOverride
    method
    ListBox
    resize
    method
    ListBox
    resolve
    method
    ListBox
    select
    method
    ListBox
    sendBackward
    method
    ListBox
    sendToBack
    method
    ListBox
    store
    method
    ListBox
    toSource
    method
    ListBox
    toSpecifier
    method
    ListBox
    transform
    method
    ListBox
    transformAgain
    method
    ListBox
    transformAgainIndividually
    method
    ListBox
    transformSequenceAgain
    method
    ListBox
    transformSequenceAgainIndividually
    method
    ListBox
    transformValuesOf
    method
    ListBoxes
    method
    ListBoxes
    add
    method
    ListBoxes
    anyItem
    method
    ListBoxes
    count
    method
    ListBoxes
    everyItem
    method
    ListBoxes
    firstItem
    method
    ListBoxes
    item
    method
    ListBoxes
    itemByID
    method
    ListBoxes
    itemByName
    method
    ListBoxes
    itemByRange
    method
    ListBoxes
    lastItem
    method
    ListBoxes
    middleItem
    method
    ListBoxes
    nextItem
    method
    ListBoxes
    previousItem
    method
    ListBoxes
    toSource
    method
    MasterSpread
    contentPlace
    method
    MediaItem
    contentPlace
    method
    Movie
    contentPlace
    method
    MultiStateObject
    contentPlace
    method
    Oval
    contentPlace
    method
    PDF
    contentPlace
    method
    PICT
    contentPlace
    method
    PNGExportPreference
    addEventListener
    method
    PNGExportPreference
    getElements
    method
    PNGExportPreference
    removeEventListener
    method
    PNGExportPreference
    toSource
    method
    PNGExportPreference
    toSpecifier
    method
    Page
    contentPlace
    method
    Page
    deleteAllLayoutSnapshots
    method
    Page
    deleteLayoutSnapshot
    method
    Page
    snapshotCurrentLayout
    method
    PageItem
    contentPlace
    method
    ParaStyleMapping
    addEventListener
    method
    ParaStyleMapping
    getElements
    method
    ParaStyleMapping
    remove
    method
    ParaStyleMapping
    removeEventListener
    method
    ParaStyleMapping
    toSource
    method
    ParaStyleMapping
    toSpecifier
    method
    ParaStyleMappings
    method
    ParaStyleMappings
    add
    method
    ParaStyleMappings
    anyItem
    method
    ParaStyleMappings
    count
    method
    ParaStyleMappings
    everyItem
    method
    ParaStyleMappings
    firstItem
    method
    ParaStyleMappings
    item
    method
    ParaStyleMappings
    itemByRange
    method
    ParaStyleMappings
    lastItem
    method
    ParaStyleMappings
    middleItem
    method
    ParaStyleMappings
    nextItem
    method
    ParaStyleMappings
    previousItem
    method
    ParaStyleMappings
    toSource
    method
    Polygon
    contentPlace
    method
    PrintFormBehavior
    addEventListener
    method
    PrintFormBehavior
    extractLabel
    method
    PrintFormBehavior
    getElements
    method
    PrintFormBehavior
    insertLabel
    method
    PrintFormBehavior
    remove
    method
    PrintFormBehavior
    removeEventListener
    method
    PrintFormBehavior
    toSource
    method
    PrintFormBehavior
    toSpecifier
    method
    PrintFormBehaviors
    method
    PrintFormBehaviors
    add
    method
    PrintFormBehaviors
    anyItem
    method
    PrintFormBehaviors
    count
    method
    PrintFormBehaviors
    everyItem
    method
    PrintFormBehaviors
    firstItem
    method
    PrintFormBehaviors
    item
    method
    PrintFormBehaviors
    itemByID
    method
    PrintFormBehaviors
    itemByName
    method
    PrintFormBehaviors
    itemByRange
    method
    PrintFormBehaviors
    lastItem
    method
    PrintFormBehaviors
    middleItem
    method
    PrintFormBehaviors
    nextItem
    method
    PrintFormBehaviors
    previousItem
    method
    PrintFormBehaviors
    toSource
    method
    RadioButton
    addEventListener
    method
    RadioButton
    applyObjectStyle
    method
    RadioButton
    asynchronousExportFile
    method
    RadioButton
    autoTag
    method
    RadioButton
    bringForward
    method
    RadioButton
    bringToFront
    method
    RadioButton
    changeObject
    method
    RadioButton
    clearObjectStyleOverrides
    method
    RadioButton
    clearTransformations
    method
    RadioButton
    contentPlace
    method
    RadioButton
    convertShape
    method
    RadioButton
    convertToObject
    method
    RadioButton
    detach
    method
    RadioButton
    duplicate
    method
    RadioButton
    exportFile
    method
    RadioButton
    extractLabel
    method
    RadioButton
    findObject
    method
    RadioButton
    fit
    method
    RadioButton
    flipItem
    method
    RadioButton
    getElements
    method
    RadioButton
    insertLabel
    method
    RadioButton
    markup
    method
    RadioButton
    move
    method
    RadioButton
    override
    method
    RadioButton
    placeXML
    method
    RadioButton
    redefineScaling
    method
    RadioButton
    reframe
    method
    RadioButton
    remove
    method
    RadioButton
    removeEventListener
    method
    RadioButton
    removeOverride
    method
    RadioButton
    resize
    method
    RadioButton
    resolve
    method
    RadioButton
    select
    method
    RadioButton
    sendBackward
    method
    RadioButton
    sendToBack
    method
    RadioButton
    store
    method
    RadioButton
    toSource
    method
    RadioButton
    toSpecifier
    method
    RadioButton
    transform
    method
    RadioButton
    transformAgain
    method
    RadioButton
    transformAgainIndividually
    method
    RadioButton
    transformSequenceAgain
    method
    RadioButton
    transformSequenceAgainIndividually
    method
    RadioButton
    transformValuesOf
    method
    RadioButtons
    method
    RadioButtons
    add
    method
    RadioButtons
    anyItem
    method
    RadioButtons
    count
    method
    RadioButtons
    everyItem
    method
    RadioButtons
    firstItem
    method
    RadioButtons
    item
    method
    RadioButtons
    itemByID
    method
    RadioButtons
    itemByName
    method
    RadioButtons
    itemByRange
    method
    RadioButtons
    lastItem
    method
    RadioButtons
    middleItem
    method
    RadioButtons
    nextItem
    method
    RadioButtons
    previousItem
    method
    RadioButtons
    toSource
    method
    Rectangle
    contentPlace
    method
    SignatureField
    addEventListener
    method
    SignatureField
    applyObjectStyle
    method
    SignatureField
    asynchronousExportFile
    method
    SignatureField
    autoTag
    method
    SignatureField
    bringForward
    method
    SignatureField
    bringToFront
    method
    SignatureField
    changeObject
    method
    SignatureField
    clearObjectStyleOverrides
    method
    SignatureField
    clearTransformations
    method
    SignatureField
    contentPlace
    method
    SignatureField
    convertShape
    method
    SignatureField
    convertToObject
    method
    SignatureField
    detach
    method
    SignatureField
    duplicate
    method
    SignatureField
    exportFile
    method
    SignatureField
    extractLabel
    method
    SignatureField
    findObject
    method
    SignatureField
    fit
    method
    SignatureField
    flipItem
    method
    SignatureField
    getElements
    method
    SignatureField
    insertLabel
    method
    SignatureField
    markup
    method
    SignatureField
    move
    method
    SignatureField
    override
    method
    SignatureField
    placeXML
    method
    SignatureField
    redefineScaling
    method
    SignatureField
    reframe
    method
    SignatureField
    remove
    method
    SignatureField
    removeEventListener
    method
    SignatureField
    removeOverride
    method
    SignatureField
    resize
    method
    SignatureField
    resolve
    method
    SignatureField
    select
    method
    SignatureField
    sendBackward
    method
    SignatureField
    sendToBack
    method
    SignatureField
    store

  • Help with embedding Javascript for Lightbox Photo Gallery in Muse!

    Hi all:
    I am fairly new to Muse and I have been having trouble finding relevant information for embedding Javascript in order to get a lightbox to work in Muse. Would anyone be able to walk me through embedding the Javascript for the Lightbox Photogallery for Picasa in Muse?
    This is the code I want to use: Lightbox Photo Gallery and Slideshow for Picasa
    And this is the look I am trying to accomplish within my Muse site: Cycling Around The World / January 2006 / Picasa Template by www.paulvanroekel.nl
    Any help would be appreciate. Thanks much,
    Alexis

    Hi,
    I have tried inserting the script that you have pasted above as HTML on my test site and it worked.
    What happens is whenever you insert something as HTML, Muse by default creates a div tag and places the content within the div tag. What I have done differently is I have inserted the JS with in the <script> tag and it has inserted the Javascript in this manner,
    I beleive that since this a browser re-direct script that you are using, you would like to place this in the head section and not in the body tag, however, that is certainly not possible using Muse as it does not allow access to the code it generates as a muse file.
    You, can still export the pages as HTML and make the appropriate changes there before uploading to the server.
    Hope that helps.
    Regards,

  • Javascript help for date.

    I am starting to create a website and would like to include
    the current date on my site. I searched around on the internet and
    came across this code but it doesn't seem to show up when I include
    it in the code of the webpage.
    <script type="text/javascript">
    var d=new Date()
    var weekday=new
    Array("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday")
    var monthname=new
    Array("Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec")
    document.write(weekday[d.getDay()] + " ")
    document.write(monthname[d.getMonth()] + " ")
    document.write(d.getDate()] + ", ")
    document.write(d.getFullYear())
    </script>
    Is this code incorrect? Or am I not using character spacing
    correctly? I have been looking for additional javascript to use but
    I thought that I should try this forum for assistance. Any help
    would be greatly appreciated. Thanks in advance.

    And the URL is:
    http://blog.kaosweaver.com/index.php?entry=entry071010-093431
    (sorry)
    Paul Davis
    http://www.kaosweaver.com/
    Visit us for dozens of useful Dreamweaver Extensions.
    http://www.communitymx.com/
    Partner at Community MX - Extend your knowledge
    JaneGarner wrote:
    > Bregent, I agree that there is better content to have on
    a website, but I am
    > very new to web design and am trying to learn different
    things. I am interested
    > in learning the javascript to have the date, but not
    sure if I will include it
    > when I design my website. And the date would be the date
    that the visitor views
    > my website, not the current date of the server.
    >
    > E Michael Brandt, yes the script is all on one line and
    it is in the body of
    > the page
    >
    > I did attach the code but this is just a test page to
    work with the date.
    >
    > <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
    Transitional//EN"
    > "
    http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    > <html xmlns="
    http://www.w3.org/1999/xhtml">
    > <head>
    > <meta http-equiv="Content-Type" content="text/html;
    charset=iso-8859-1" />
    > <title>TestPage</title>
    > </head>
    >
    > <body><script type="text/javascript">
    > var d=new Date()
    > var weekday=new
    >
    Array("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday")
    > var monthname=new
    >
    Array("Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec")
    > document.write(weekday[d.getDay()] + " ")
    > document.write(monthname[d.getMonth()] + " ")
    > document.write(d.getDate()] + ", ")
    > document.write(d.getFullYear())
    > </script>
    > </body>
    > </html>
    >

  • FM for F4 help for presentation server path

    hi Experts,
    FM  for F4 help for presentation server path .
    and also for download to the presentation server.
    Regards,
    Amit

    Amit,
    PARAMETER: pfile LIKE rlgrap-filename OBLIGATORY.
    CALL FUNCTION 'F4_FILENAME'
       EXPORTING
         program_name        = syst-cprog
         dynpro_number       = syst-dynnr
    *   FIELD_NAME          = ' '
       IMPORTING
         file_name           = pfile.
    and use gui_download for download to presentation server:
    CALL FUNCTION 'GUI_DOWNLOAD'
            EXPORTING
              filename              = _filename
              filetype              = 'ASC'
              append                = l_append
              trunc_trailing_blanks = space
              write_lf              = l_write_lf
    ** here we know that we are working with GUI (not batch process) so we can ask user,
    ** if he is really sure to overwrite file in case of overwriting
    *          confirm_overwrite     = l_confirm_overwrite
              confirm_overwrite     = space
            TABLES
              data_tab              = lt_header
            EXCEPTIONS
              error_message         = 98
              OTHERS                = 99.
    Amit.

  • RH Server 7 Necessary for HTML Help on Server?

    Hello,
    I'm currently evaluating RH Server 7. The reports, etc.,
    could be useful, but my real need is to be able to
    publish/republish my HTML help files to the server in support of a
    .NET web app; that is, repost files ongoing with updates, as
    needed. Can I do this with just RH 7 (simple updates to the "live"
    content), or is RHS7 required, does anyone know or is anyone
    already doing this (perhaps with RH 5 or 6)?
    Thanks.
    Carl

    Hi, RollBarBound.
    >So I can publish WebHelp or WebHelp Pro for server-based
    applications without Server 7?
    Good question
    One part yes, one part no! Some clarification is needed.
    The word "server" is getting mangled here because you're
    talking about the RoboHelp Server 7 on the one hand and
    "server-based applications" on the other. Let's see if I can sort
    it out.
    It sounds like WebHelp would be the most appropriate in your
    situation (without the RoboHelp Server). You would use WebHelp Pro
    *only* if you were publishing directly to RoboHelp Server 7. That
    said, you can also have that same WebHelp Pro project provide help
    to any server-based application.
    Hope this helps.
    john

  • How to Provide search Help for files on Application Server

    Hi Guys,
                   Can anyone tell me How to Provide search Help for files on Application Server. I have put a file name on selection screen. I want to give search help for files on application server.
    Thanks & Regards.
    Harish.

    Hi Harish,
    Use the following code,
    tables sxpgcotabe.
    data: lt_execprot LIKE btcxpm OCCURS 0 WITH HEADER LINE,
            w_filepath(60)       TYPE c, --> length depending on your Directory path.
      SELECT SINGLE *
        FROM sxpgcotabe
             WHERE name = 'LIST_DB2DUMP'
               AND opsystem = sy-opsys.
      IF sy-subrc <> 0.
        SELECT SINGLE *
          FROM sxpgcotabe
               WHERE name = 'LIST_DB2DUMP'
                 AND opsystem = 'UNIX'.
        IF sy-subrc <> 0.
          MESSAGE e000 WITH 'External operating system command '
                            'LIST_DB2DUMP not found'.
        ENDIF.
      ENDIF.
      sxpgcotabe-parameters = p_filepath. --> provide the directory path.
      CALL FUNCTION 'SXPG_COMMAND_EXECUTE'
           EXPORTING
                commandname                   = sxpgcotabe-name
                additional_parameters         = sxpgcotabe-parameters
                operatingsystem               = sxpgcotabe-opsystem
           TABLES
                exec_protocol                 = lt_execprot 
           EXCEPTIONS
                no_permission                 = 1
                command_not_found             = 2
                parameters_too_long           = 3
                security_risk                 = 4
                wrong_check_call_interface    = 5
                program_start_error           = 6
                program_termination_error     = 7
                x_error                       = 8
                parameter_expected            = 9
                too_many_parameters           = 10
                illegal_command               = 11
                wrong_asynchronous_parameters = 12
                cant_enq_tbtco_entry          = 13
                jobcount_generation_error     = 14
                OTHERS                        = 15.
      IF sy-subrc <> 0.
        MESSAGE e000 WITH text-e01 p_filepath.  "Directory failed
      ENDIF.
    Loop round the directory list, split each line up into a line table
    and get the last data for each line, should be the filename
    Then build the dirlist.
      REFRESH t_dirlist.
      LOOP AT lt_execprot.
        REFRESH t_dirline.
        SPLIT lt_execprot-message AT space INTO TABLE t_dirline.
        DESCRIBE TABLE t_dirline LINES w_nolines.
        READ TABLE t_dirline INDEX w_nolines.
        MOVE t_dirline-data TO t_dirlist-filename.
        APPEND t_dirlist.
      ENDLOOP.
    Here you will get all the files in the directory mentioned in Application server.
    For displaying them as a Search help use the FM '/BMC/ZPOPUP_GET_VALUE'
    Pass the Internal table to this FM.
    Regards,
    Paul.

  • F4 help for application server path

    hi gurus ,
    i have  used f4 help for application server using this fm
    DATA: c_fnh_mask TYPE dxfields-filemask VALUE '.',
          search_dir TYPE dxfields-longpath VALUE '/sapglobal/users',
          file_path LIKE dxfields-longpath.
    CALL FUNCTION 'F4_DXFILENAME_TOPRECURSION'
    EXPORTING
    i_location_flag = 'A'
    i_server = ' '
    i_path = search_dir
    filemask = c_fnh_mask
    fileoperation = 'R'
    IMPORTING
    o_path = file_path
    EXCEPTIONS
    rfc_error = 1
    OTHERS = 2.
    IF sy-subrc EQ 0.
    p_file = file_path.
    ENDIF.
    but i am getting a short dump for that can anybody please help
    Edited by: Ambarish annapureddy on Jun 19, 2008 1:31 PM

    this for presentation server
    CALL METHOD cl_gui_frontend_services=>file_open_dialog
          EXPORTING
            window_title            = w_title
          CHANGING
            file_table              = i_filetable
            rc                      = w_return
          EXCEPTIONS
            file_open_dialog_failed = 1
            cntl_error              = 2
            error_no_gui            = 3
            OTHERS                  = 5.
    this is for application server.
    CALL FUNCTION '/SAPDMC/LSM_F4_SERVER_FILE'
             IMPORTING
                  serverfile       = p0100_path
             EXCEPTIONS
                  canceled_by_user = 1
                  OTHERS           = 2.
    Edited by: S.r.v.r.Kumar on Jun 19, 2008 5:05 PM
    Edited by: S.r.v.r.Kumar on Jun 19, 2008 5:08 PM

  • Need help in decoding javascript tag for HTML5 output.

    Hello all,
    I am working on a project in Adobe captivate 7 64 bit which consists of around 500 slides with most of the slides being text and image. The problem I am facing is very unusual which I guess I am the first one to experience (as per my search on google and forums). So, after I publish my project the output works fine in html (local and online) BUT when I run index.html (i.e., HTML5 output) the course does not run and screen is blank.
    After spending a week on searching online and using the trail and error strategy I was able to find out that it was the URL text "F:\usrnew\purchase" placed in the the middle of the course which caused the whole damage. However the url was removed and the project was submitted.
    After spending some extra time I found out that the letter "\u" which is a javascript tag was causing the problem for the HTML5 output. I don't really know much about javascripting but found out that the tag can be decoded using some programming strategy. Now this is where my knowledge comes to a standby and needs a lift from you guys.
    Any ideas, help, knowledge sharing would be very helpful for me and all those who might face this issue in future.
    Looking forward for your views.
    Kind Regards,
    Mirza

    Voila! The issue is resolved.
    Solution: Change the single slash "\" to a double slash "\\".
    Cheers,
    Mirza

  • F4 Help for presentation server filepath/name

    Hi,
      Can anyone tell me how can I get a F4 help for selecting a file or directory from the PC...i.e I should get a pop-up “Open File” dialog to select the File on PC.
    Thanks!
    Sunitha.

    Hi Sunitha.,
    You can write the following code in the At selection screeb value request event.
    Using ABAP Objects:
    PARAMETER : p_file LIKE rlgrap-filename.
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR path.
      DATA: directory TYPE string,                            
            filetable TYPE filetable,                         
            line      TYPE LINE OF filetable,                 
            rc        TYPE i.                                 
      CALL METHOD cl_gui_frontend_services=>get_temp_directory
        CHANGING                                              
          temp_dir = directory.                               
      CALL METHOD cl_gui_frontend_services=>file_open_dialog  
        EXPORTING                                             
          window_title      = 'SELECT THE FILE'         
          initial_directory = directory                       
          file_filter       = '*.XLS'                         
          multiselection    = ' '                             
        CHANGING                                              
          file_table        = filetable                                                         
           rc                = rc.                         
       IF rc = 1.                                          
         READ TABLE filetable INDEX 1 INTO line.           
         P_FILE = line-filename.                         
       ENDIF.                                              
    Using Normal ABAP:
    DATA:   P_FILE LIKE RLGRAP-FILENAME,
            DPATH LIKE RLGRAP-FILENAME,
            UPATH LIKE RLGRAP-FILENAME,
            MODE TYPE C,
            FLG_UD TYPE C.
      CALL FUNCTION 'WS_ULDL_PATH'
           IMPORTING
                DOWNLOAD_PATH = DPATH
                UPLOAD_PATH   = UPATH.
      IF FLG_UD <> 'D'.
        DPATH = UPATH.
        MODE = 'O'.
      ELSE.
        MODE = 'S'.
      ENDIF.
      CALL FUNCTION 'WS_FILENAME_GET'
           EXPORTING
                DEF_FILENAME     = '*.XLS'
                DEF_PATH         = DPATH
                MASK             = ',*.XLS,*.*,*.*.'
                MODE             = MODE
           IMPORTING
                FILENAME         = P_FILE
           EXCEPTIONS
                SELECTION_CANCEL = 3.
      IF SY-SUBRC <> 0.
        EXIT.
      ENDIF.
    Just copy paste the code this should work fine.
    Cheers
    VJ

  • Need free anti virus for Server 2012 Standard Edition.

    I am taking online course for Server 2012 Standard and need to find a free anti-malware solution. Can anyone please help me ?
    Thank you in advance.
    Pedro Rivero

    Dear Friend,
    See the following link.
     http://www.win2012workstation.com/tag/antivirus/
    U can also following all are i tested and working fine !!!!
    Unthreat Antivirus ( http://www.unthreat.com/ )
    Immunet 3.0 ( http://www.immunet.com/main/index.html )
    And dont forgot to mark it as answer if you find usefull to you !!!

  • Security Patch for server 2003

    Hi Friends,
    Can anyone confirm if Microsoft releasing new security/critical patches for server 2003 STD/ENT versions or not !!

    Hi Mr. Rohit,
    You can refer the Microsoft Update Catalog the Microsoft Update Catalog provides updates, including drivers, that are for distribution across a corporate network. For non-corporate
    scenarios, we recommend you use automatic updating or the Microsoft Update website.
    Microsoft®Update Catalog
    http://catalog.update.microsoft.com/v7/site/home.aspx
    I’m glad to be of help to you!
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • While trying to install Creative cloud for my PC all i keep getting is Searching for Server

    Searching for Server    that is all i get when trying to install creative cloud on my pC   and YES i am running Windows 7 and have high speed internet service.  HELP  

    Sweetpea5154 you may be facing a connection error.  Is the computer you are utilizing on a managed network?  If not then please see Sign in, activation, or connection errors | CC, CS6, CS5.5 - http://helpx.adobe.com/x-productkb/policy-pricing/activation-network-issues.html for information on how to resolve connection errors.

Maybe you are looking for

  • Anyone able to use Google Docs with Safari?

    In Safari 6, I always get this error when I open any docs: https://docs.google.com A server error occurred.  Please press 'Reload' in your browser. (screenshot: http://d.pr/i/qalj) Of course, reloading doesn't work.  Any one else have that problem or

  • Can't get to any apps in App Store to download just keeps on searching

    When searching for an app or trying to upgrade an app the App Store keeps on searching and searching but never gets to any apps what is going on in  the App Store ? This just started today

  • Drop Down Skin Menu equivalent in Captivate 4?

    I've been at this for hours and I'm about to give up, so someone please help.  Time is of the essence and I'm working with an incredibly unreasonable client.  Here's the deal: 1.  I have a fairly complex course broken into four modules.  Modules vary

  • Add XControl Properties in LV2010 is not working correctly

    Could someone verify this, on my end only the properties folder is created without any templates vi's inside. Am I doing something wrong?  It seems to work in LV2009

  • Info on "Redo Entries" and "dirty buffers"

    Hi all, as per my knowledge, dirty buffers will have changed information and the information related to changed data will be stored in redo entries and these redo entries will be stored in archivelog if archivelog is enabled . my question is, what is