|
-
Apr 19th, 2007, 01:07 AM
#1
Thread Starter
PowerPoster
[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.
-
Apr 19th, 2007, 01:11 AM
#2
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.
-
Apr 19th, 2007, 03:23 AM
#3
Member
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.
-
Apr 19th, 2007, 03:26 AM
#4
Thread Starter
PowerPoster
Re: Using Tags
 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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|