Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid Calculated Field
Message
From
08/08/2003 11:48:35
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00818254
Message ID:
00818279
Views:
21
>This is a little frustrating problem - maybe I am missing something simple.
>
>I had a simple check writing form so far. Changed the To field from character
>to memo to accomodate address.
>
>I am using a grid to display the 5 fields (Checkno, Datetime, To, Ammount, memo) and have changed the To field control source to MLINE(Checks.To, 1) to
>display only the first line in the grid. No matter what I do it allways shows
>just the "Memo" symbol in that field - instead of the first line. Tried changing it to LEFT(Checks.To, 20) still no go. The column is read only.
>I have done something like this before in other apps with no problem.
>
>I have no problem displaying this with a
>BROWSE FIELDS...., ToField = MLINE(Checks.To, 1), .......
>
>Any ideas? Win XP problem? VFP5?

Paul,

Can you make the the CurrentControl an editbox, no scrollbars, ... , Column.Sparse = FALSE, and ControlSource 'Checks.To'
Gregory
Previous
Reply
Map
View

Click here to load this message in the networking platform