Text Boxes

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Leglessmonk
    New Member
    • Oct 2006
    • 3

    #1

    Text Boxes

    i am having trouble. i have created an encryption for a list of items, and then the items appear in a list box afterwards decrypted. i wanted to click on one of the items in the list and then be redirected to the form with the record i have clicked on, appearing. how do i do this? the record is in a excel spreadsheet and i am sing a datacontrol.

    Thanks Dave
  • albertw
    Contributor
    • Oct 2006
    • 267

    #2
    Originally posted by Leglessmonk
    i am having trouble. i have created an encryption for a list of items, and then the items appear in a list box afterwards decrypted. i wanted to click on one of the items in the list and then be redirected to the form with the record i have clicked on, appearing. how do i do this? the record is in a excel spreadsheet and i am sing a datacontrol.

    Thanks Dave
    hi
    try using a hidden listbox with the original names
    use the listbox.listite m from the encrypted litsbox to get the item from the hidden one

    Comment

    Working...