Want to get rid of Google Ads, click here.
+ Reply to Thread
Results 1 to 2 of 2

Thread: system.forms

  1. #1
    Junior Member
    Join Date
    Jan 2003
    Location
    Marlborough, CT
    Posts
    24

    Default system.forms

    Ok so I broke down and took the Javascript class. And in typical Peregrine...HP fashion, they only cover what they want to cover and leave everything else alone. One piece that I am really curious about is the system.forms global object. Does anyone know its purpose or how we would use it? It looks like it loads a form into memory when you call it and give it a form name. That's all I have figured out so far.

    Thanks in advance!

  2. #2
    Senior Member tuncay's Avatar
    Join Date
    Jul 2004
    Location
    Germany
    Posts
    113

    Default from documentation

    system.forms
    The system.forms object allows you to call a particular ServiceCenter form into memory. It is unique to ServiceCenter.
    The syntax is: system.forms.form_name. There are no arguments or methods for this object...

    Example
    This example sets a variable equal to system.forms.ScriptLibrary, and displays the contents of the ScriptLibrary form. It requires a valid ServiceCenter form name (for example, ScriptLibrary) as sample data:
    var fm = system.forms.ScriptLibrary;
    print( "The value of system.forms.ScriptLibrary is:\n" + fm );

    but no example how to use it in "real" life :-)

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Bookmarks

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts