mercwrought
Programmer
Hi all it is question time.
If you can not guess I am not a very good programmer. But I usually can find what I need. This one has got me stumped. I have a program that has 6 views that all have the same variable recordset I need to from the main frame gain access to a member of that recordset. Here is the thought
From in the mainframe
I know it is possible but I am not sure how. thx for any help
If you can not guess I am not a very good programmer. But I usually can find what I need. This one has got me stumped. I have a program that has 6 views that all have the same variable recordset I need to from the main frame gain access to a member of that recordset. Here is the thought
From in the mainframe
Code:
Int x =CView->CRecordset->int;
I know it is possible but I am not sure how. thx for any help