Staz
I tried to set a blank edit field to a Monaco font in PG. When I run it the
EF font defaults to Geneva. I then tried to set the text as shown below but
it didn't work. If I put something in it I can set the desired Text in PG.
The edit field has to start off empty.
Local Fn AddData2Fld (Txt$)
Edit Field _EFGrpData
TEXT _monaco,9,0'<------------ also tried TEXT before activating the EF
Setselect Window(_selEnd), Window(_selEnd)
Tekey$ = Txt$ + Chr$(13)
End Fn
Thanks Barrie
>