I have a form that I'm trying to get to work "interactively" with a parent form.
The difficulty I have is I use a template table structure, which creates another table with a unique name, so that in a multi user environment I don't have a collision.
The difficulty is, when I call the form (DO FORM CHILDFORM.SCX) I created that form using the template table fields, so the controls are bound to that form. In the controls, I have changed the control sources to <alias>.<fieldname>.
I found in the form the "BindControls" property, which I set to .F. and in the form INIT I open the Template, copy the structure to the table with unique name, and then alias the table name (which I thought I could then use in the control source).
The purpose of the form is to stage some data before continuing and when done, control will go back to the parent form, but I think everything will be "done" in this form before returning.
So, the problem I have is, is there a way to use the temporary table, which I have aliased as TEMPDBF to this form as the control source? And if so, what am I missing?
Thanks.
Best Regards,
Scott
ATS, CDCE, CTIA, CTDC
"Everything should be made as simple as possible, and no simpler."
The difficulty I have is I use a template table structure, which creates another table with a unique name, so that in a multi user environment I don't have a collision.
The difficulty is, when I call the form (DO FORM CHILDFORM.SCX) I created that form using the template table fields, so the controls are bound to that form. In the controls, I have changed the control sources to <alias>.<fieldname>.
I found in the form the "BindControls" property, which I set to .F. and in the form INIT I open the Template, copy the structure to the table with unique name, and then alias the table name (which I thought I could then use in the control source).
The purpose of the form is to stage some data before continuing and when done, control will go back to the parent form, but I think everything will be "done" in this form before returning.
So, the problem I have is, is there a way to use the temporary table, which I have aliased as TEMPDBF to this form as the control source? And if so, what am I missing?
Thanks.
Best Regards,
Scott
ATS, CDCE, CTIA, CTDC
"Everything should be made as simple as possible, and no simpler."