Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 3 of 3
  1. #1
    Join Date
    Oct 2005
    Posts
    8

    I want to send value from page1 to page 2

    Sory I no i dea to make Code
    Thank very much
    Exp
    OS_Name = System.GetOSName()
    if (OS_Name=="Windows XP") then ..........

    I want send value in "OS_Name" to nex page for Process. Or At another page call value in "OS_Name" for Process.

    "OS_Name"

    Ps: Am still In bankong THAILAND
    Last edited by kinui; 11-01-2005 at 10:03 AM.

  2. #2
    Join Date
    Sep 2002
    Location
    Sol 3
    Posts
    3,160
    Quote Originally Posted by kinui
    Sory I no i dea to make Code
    Thank very much
    Exp
    OS_Name = System.GetOSName()
    if (OS_Name=="Windows XP") then ..........

    I want send value in "OS_Name" to nex page for Process. Or At another page call value in "OS_Name" for Process.

    "OS_Name"

    Ps: Am still In bankong THAILAND
    Variables are global unless otherwise specified as local. So by declaring the OS_Name variable on Page1 it will contain it's original value throughout the rest of the program.

    Tigg
    TJ-Tigger
    "A common mistake that people make when trying to design something completely foolproof was to underestimate the ingenuity of complete fools."
    "Draco dormiens nunquam titillandus."
    Map of IR Forum Users - IR Project CodeViewer - Online Help - TiggTV - QuizEngine

  3. #3
    Join Date
    Oct 2005
    Posts
    8

    Thank


Similar Threads

  1. How can I know the FS Command name of a movie???
    By yoske in forum AutoPlay Media Studio 5.0
    Replies: 27
    Last Post: 01-01-2005, 10:39 PM
  2. web object - load page - send login
    By sferguson in forum AutoPlay Media Studio 5.0
    Replies: 4
    Last Post: 11-14-2003, 07:24 AM
  3. Inheriting Page Properties
    By Desmond in forum AutoPlay Media Studio 5.0 Examples
    Replies: 0
    Last Post: 10-01-2003, 02:21 PM
  4. Setting Page Transition Effects
    By Desmond in forum AutoPlay Media Studio 5.0 Examples
    Replies: 0
    Last Post: 09-24-2003, 01:08 PM
  5. HOWTO: Create a Page Template
    By Support in forum AutoPlay Media Studio 4.0 Examples
    Replies: 0
    Last Post: 10-26-2002, 05:20 AM

Posting Permissions

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