Results 1 to 5 of 5

Thread: How to get the data of some fields from previous form to current form?

  1. #1
    Junior Member
    Join Date
    Apr 2008
    Answers
    2

    How to get the data of some fields from previous form to current form?

    Hi,

    I am working on a Web application. (Insurence domain.) I am giving User details (Around some 45 fields) in the first form/tab. After coming to the next form/tab, i have to get data for some fields (for 10 fields) from the previous form/tab, then only some options will activate in this form/tab. But i am not able to get those details when i come to the second form/tab. So not able to use those options in the second form/tab.

    So please help me how can i get the data in to the corresponding fileds from the first form/tab to second from/tab.

    I am using SQLServer2000 as backend.

    (When manually doing these things its working properly. So help me in this how we can automate this.)

    Thanks in advance,
    Satish.


  2. #2

    Re: How to get the data of some fields from previous form to current form?

    Are you hard-coding values in the first form?

    Also, do you want to get the values that you have set in the first form or values that result from your actions in Form 1 (i.e. output values)?


  3. #3
    Junior Member
    Join Date
    Apr 2008
    Answers
    2

    Re: How to get the data of some fields from previous form to current form?

    I am giving the values through a excel sheet.

    Yes i want to get those values what i have given in the first form, in to those corresponding fields in the second form.


  4. #4
    Contributing Member
    Join Date
    Feb 2008
    Answers
    36

    Re: How to get the data of some fields from previous form to current form?

    Hi there,

    Try to use Environment variables. These variables can be used accross scripts.
    Eg. if you want to use user name in two or more different scripts and it has a constant value for all,
    Syntax:
    Environment(“Username") = “User1”

    This environment variable can be accessed in the scripts as follows:
    gbl_UserName = Environment(“Username")

    Regards,
    Tina Mahajan


  5. #5
    Junior Member
    Join Date
    Apr 2008
    Answers
    15

    Re: How to get the data of some fields from previous form to current form?

    Hi ,
    cant you give the same inputs from excel , if its not changing and if you before hand know what inputs are required.

    Else environment variable can be used


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
About us
Applying for a job can be a stressful and frustrating experience, especially for someone who has never done it before. Considering that you are competing for the position with a at least a dozen other applicants, it is imperative that you thoroughly prepare for the job interview, in order to stand a good chance of getting hired. That's where GeekInterview can help.
Interact