03-18-2009, 01:04 AM
I'm facing a problem on my test that I'm doing for the company that I work for, I'll try to explain the best way possible.
In a specific page on the web site has a label that have a transaction authentication number, and as you might guess, it is a random number.
So far I know, I'll need to program a function to treat that. The web site will generate a random number, then I need to find that number on a table (maybe?) and fill the specified field with the correspondent code number from that random generated number.
The worse is that my knowledge on scripts in vb is very low, but I think with a code like that I'll resolve the problem.
If someone has some exemple similar to mine, I ask to give me a hand to solve this problem.
Thanks in advance.
In a specific page on the web site has a label that have a transaction authentication number, and as you might guess, it is a random number.
So far I know, I'll need to program a function to treat that. The web site will generate a random number, then I need to find that number on a table (maybe?) and fill the specified field with the correspondent code number from that random generated number.
The worse is that my knowledge on scripts in vb is very low, but I think with a code like that I'll resolve the problem.
If someone has some exemple similar to mine, I ask to give me a hand to solve this problem.
Thanks in advance.