|
-
Nov 22nd, 1999, 10:43 PM
#1
Thread Starter
Member
Can someone tell me how to bind data to a text box at runtime when using data environment?
This is what am using:
Set txt1.DataSource = DtEn1
txt1.DataMember = DtEn1.Command1
txt1.DataField = DtEn1.rsCommand1.Fields(2)
But I get an error on line two :"Type miss match"
but at design time thats exactly how it binds!????
Many thanks for you help.
regards
sultan
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
|