|
-
May 14th, 2000, 05:44 PM
#1
Thread Starter
Addicted Member
Hi Friend,
I am loading a child form based upon the masters primary key..
I am passing a Sql statement for doing this...
adodc1.commandtype = adunknown
adodc1.recordsource = "select * from childtable where child_fk='mastertable_pk'"
adodc1.refresh
the child form is loading successfuly but i am getting this error for certain bound fields
Error --> Title : Binding Collection Error
msg : Field not updatable,Bound property name
: Text Field name :<Field name>...
Thankz in Advance.............
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
|