Can anybody help me on this:on my web application when i create one form that wil generate one number and next time i have to click that numbered link and edit that formso, how can i set that number to the link ? automaticaly because while running the script i can not input that data.Thanks in advance.

Questions by priya123   answers by priya123

Showing Answers 1 - 4 of 4 Answers

ramanjaneyulu

  • Aug 16th, 2006
 

Hi,

This problem you can overcome

1)by using Regular Expression

or

2) first you need to capture that random number and store it in datatable

   and in object repository, you need to parameterize the property "name " of link object with that datatable value

  Was this answer useful?  Yes

srikanth nagabiru

  • Sep 16th, 2006
 

Hi

Output the number that is generated into the data table by using the output check point concept.

Then use the same value whereever yu require

Eg . Object.Output checkpoint("text_out") -- this will keept the value in the data table

    Object.Set DataTable("text_out",dtGlobalSheet)

i hope this will serve your purpose

  Was this answer useful?  Yes

priys

  • Sep 18th, 2006
 

Thanks, now i got it...i'll try

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions