Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Memo Field in a Grid
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00568983
Message ID:
00569013
Views:
36
>>>
>>>You are absolutely correct, it is the default action. Hrm. Is there a SET command that will turn that off? I created a completely new grid on my form, and ran the program, and the double click doesn't work. But it worked fine on my test form that was outside of the program. I must have some SET command turned on or off that disables the double clicking on Memo fields.
>>>
>>>Any ideas?
>>>
>>>Thanks!
>>
>>I don't know of a set command that would disable it. Grid might be a subclassed grid with code controlling it or something like a container in front of it ?
>>Also Ctrl+Home, Ctrl+PgDown or Up open memo window (only set command comes to mind is 'set window of memo to ...'
>>Cetin
>
>Cripes. It's not working because the form the grid is on is MODAL. therefore, it can't spawn the window to view the memo...
>
>So I've got this *completely* standard grid on a modal form. Just plopped on a grid from from the toolbox onto the form and didn't change any properties or methods. Is there a way to have EVERY column that is generated at runtime by that grid (which will display the current ALIAS()) run the exact same code on the double click event?
>
>What I want to do is
>
>IF TYPE(This.ControlSource)="M"
> DO FORM VIEWMEMO
>ENDIF
>
>(where ViewMemo is a modal form with an edit box on it, that will do nothing but show the data in the memo field). Is there any way to do this?

BTW, the form *has* to remain modal, I can't change that, it would screw all kinds of stuff up.
Scott
Previous
Reply
Map
View

Click here to load this message in the networking platform