Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Presenting Addressbook using VBScript

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
hi,

I am working on a project which uses VBScript macros
at each node of a call-tree.

I am in a process to present to present a user's
address-book, presenting each address from user's
address-book one by one, wait for user's response
after each address and process further based on user's
choice.

At first node, I am retriving all the addresses for a
user from the database. And presenting the first address.

then goto next node, where a user will be given a chance
to select/deselect the address.(i have to goto next node
to get user's response, no choice)

Upon deselecting the current address, it will continue to
present the address-book, till EOF or till user select an
address.

Now, the query retrieves all the expected addresses, but
it present upto only 2 address and repeat the second one
upon delecting. Why?

Also, it doesn't support the rs.find, why?

Any help is great. And sorry for such a long post.
Thanks in advance.

You may reply me at mailtonipa@yahoo.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top