DBAsupport.com Forums - Powered by vBulletin
Results 1 to 2 of 2

Thread: PARAMETERS FROM COMMAND KINE TO FORMS

  1. #1
    Join Date
    Nov 2000
    Posts
    29
    Does anyone know weather i can run fmx file
    from command line with parameters which go in this form
    and to global variables or fields?

    ex.
    run example.fmx par1 par2 ...

  2. #2
    Join Date
    Jun 2000
    Location
    Memphis,TN
    Posts
    30
    In the object navigator there is a node called parameter.Create a parameter and in when new form instance assign the the appropriate value to the parameter.that way when the form is opened it will assign the value at run time.

    so at run time u can do f50run32.exe form_name.fmx un/pw@cs parameter_name = 'your_value'


    HTH


Posting Permissions

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


Click Here to Expand Forum to Full Width