rcathens
vfp9:
When I attempt to open a memo field (double click) while using a browse statement I receive an error message:
Program with error: App_Application .TMRREFRESH.ERROR
Error number: 1734
Line of Code with error : IF TYPE(¡°loForm.Parent¡±)= ¡°O¡± and INLIST(loForm.Parent.WindowType,WindowType_modal,Windowtype_readmodal)
I know it's not the best thing to execute a browse statement from within a program; I have attempted to use the field on a grid and the same thing happens. I found that Error #1734 means "property not found" but that doesn't help me much.
When I am in design mode it works fine, it is only when I run it as an application either as a app. or exe.. Interestingly, it does work properly on an old computer which has vfp6 on it
I have renamed the file, and reset the properties of the file containing the memo field to no avail.
Thanks