Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Controling the font settings of a Memo's EditBox
Message
From
01/10/1998 12:40:27
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00139822
Message ID:
00142897
Views:
25
>>>Is there any way for me to control the font setings of the memo's EditBox?
>>>
>>
>>In place editing with editbox control is preferred but you could do it.
>>ie: * Init
>>define window showmemowindow ;
>> from 20,10 to 30,100 ;
>> font "Courier New",10 ;
>> system halfheight
>>* set memo field column text1.memowindow = showmemowindow
>>Cetin
>-------------------
>One more question here....
>can I have a vertical scrollbar without allowing the window to be resizeable?
>
>I can get the scrollbar if I add "GROW" to the define window...but I don't want the user changing the WIDTH of the window...but if I add "NOGROW" to the define window, I do not get the scrollbar.
>
>Any ideas?
>
>BTW - Did you get the ICQ authorization I sent last night?
>
>Rick
Hi Rick,
With nogrow it doesn't have scrollbars but after initialization with grow modify window or redefinition with nogrow cause scrollbars stay and not sizable. Problem it's not stable.
Instead what about calling another form with an editbox ?
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Reply
Map
View

Click here to load this message in the networking platform