At 06:34 PM 7/17/2010, Jim Belisle wrote:

I have been successful in getting forms to come up as MDI
when they are based on tables. I have so far been unable
get other forms to come up as MDI that use temp tables. Is
this always true? Is there some special programming that I
must do for temp tables to be used as MDI?

Jim

Sorry! I meant to say FORMS BASED on temp tables to be used
as MDI.


Jim,

Any form used as MDI, either a Variable Form, or a form based
on a permanent/temporary table, should always work as expected.

In your specific case, just make sure that the actual temporary
table is defined prior to using the form as MDI.

Where in your routine are you defining TEMPORARY table(s) for
all those MDI forms based on TEMPORARY tables?

Did you know that you can define the appropriate temporary
table(s) related to any specific form as "On Before Design"
and "On Before Start" EEP?

Also, keep in mind that all TEMPORARY Tables/Views are DROPped
when using the DISCONNECT command.

Last but not least, you may TRACE your routine to pin down
the actual problem.

Very Best R:egards,

Razzak.


Reply via email to