I feel foolish asking this question, but I have beat my head against the computer screen for several hours now.
I have scoured the Help files and tried everything there, plus all kinds of unlikely combinations of suggestions they have there (what's up with FoxPro Help files anyway...they don't believe in examples??)
Anyway, I've tried:
forms."myformname".release
form."myformname".release
forms.'myformname'.release
forms.'myformname'.release
myformname.release
"myformname".release
'myformname'.release
myformname release
forms![myformname].release
forms!"myformname".release
form![myformname].release
form!"myformname".release
form![myformname].release
...I'll spare you the rest...
I've stumbled across:
_screen.activeform.release
and this does work OK, but obviously, it's not always sufficient.
1) Can you help?
While we're at it (hope it's an acceptable practice to ask two questions...), I also have:
report form (cReportPath+'myReport') PREVIEW
2) Is there a way to have the window that this report shows up in default to being maximized?
Thanking you in advance...
-Mike
I have scoured the Help files and tried everything there, plus all kinds of unlikely combinations of suggestions they have there (what's up with FoxPro Help files anyway...they don't believe in examples??)
Anyway, I've tried:
forms."myformname".release
form."myformname".release
forms.'myformname'.release
forms.'myformname'.release
myformname.release
"myformname".release
'myformname'.release
myformname release
forms![myformname].release
forms!"myformname".release
form![myformname].release
form!"myformname".release
form![myformname].release
...I'll spare you the rest...
I've stumbled across:
_screen.activeform.release
and this does work OK, but obviously, it's not always sufficient.
1) Can you help?
While we're at it (hope it's an acceptable practice to ask two questions...), I also have:
report form (cReportPath+'myReport') PREVIEW
2) Is there a way to have the window that this report shows up in default to being maximized?
Thanking you in advance...
-Mike