Results 1 to 4 of 4

Thread: [RESOLVED] Using Tags

  1. #1

    Thread Starter
    PowerPoster Nitesh's Avatar
    Join Date
    Mar 2007
    Location
    Death Valley
    Posts
    2,556

    Resolved [RESOLVED] Using Tags

    Hi all,

    Im have used a method of assigning say for example a primary key from one table to a textbox and making the textboxes visible property false. I did this so i could use that primary key value in another function. I want to know if assigning the primary key to the textboxes tag property would be just as reliable. it seems to work fine. Please advise. Thanks.

  2. #2
    "Digital Revolution"
    Join Date
    Mar 2005
    Posts
    4,471

    Re: Using Tags

    Why not just store it in a variable?

    What you're doing will work, but it's not the ideal way to do it.

  3. #3
    Member jOrgo's Avatar
    Join Date
    Apr 2007
    Location
    Mountains
    Posts
    40

    Re: Using Tags

    Friend,

    I agree with DigiRev.

    You can use Tag Property for storing any extra data needed for your program. But this is good to use on the Form where tags has value on it.

    Using global variable, you can easily identify the value you want to use.

  4. #4

    Thread Starter
    PowerPoster Nitesh's Avatar
    Join Date
    Mar 2007
    Location
    Death Valley
    Posts
    2,556

    Thumbs up Re: Using Tags

    Quote Originally Posted by jOrgo
    Friend,

    I agree with DigiRev.

    You can use Tag Property for storing any extra data needed for your program. But this is good to use on the Form where tags has value on it.

    Using global variable, you can easily identify the value you want to use.

    Okay, thanks for the help guys.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width