|
-
Dec 10th, 1999, 01:10 AM
#1
When you're assigning the value to your textbox use an empty string at the beginning:
Text1.Text = "" & rs(Index)
------------------
Serge
Software Developer
[email protected]
[email protected]
ICQ#: 51055819
-
Dec 10th, 1999, 01:17 AM
#2
There are several ways around the problem. One of them is to do the following before moving the data to the control. MyValue = MyValue & "". That is just a double-quote and not a blank.
------------------
Marty
-
Dec 10th, 1999, 12:46 PM
#3
Junior Member
Trying to retrive data from DB that initally containing nothing, NULL. Error when copying to a Mask Edit Box.
"Invalid use of Null" with Run-time error 94
Any idea.
Thanks.
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
|