|
-
May 23rd, 2013, 08:03 PM
#1
Thread Starter
Fanatic Member
[RESOLVED] How to get the BindingSource.Current of a different form?
Hi -
Is it possible for form B to read form A's BindingSource current position?
For example, if "x" is an integer variable on Form B:
Dim frm as Form
frm = FormA
x = frm.BindingSource.Current("RecordID")
I can read other Form A properties from Form B (e.g., the Form A's ActiveControl.Name).
Appreciate anyone's input on this question.
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
|