Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Help
Message
From
06/06/1997 03:18:28
 
 
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Re: Help
Miscellaneous
Thread ID:
00035338
Message ID:
00035356
Views:
32
>how do to edit a field into a smaller field.
>
>I.E - i have a field that has a length of 241 i only need from character 48 to 70. ?
>
>what can i do.
>
>Thansk in advance
Use the SUBSTR function

newValue = substr(this.value, 48, (70 - 48) )
during save, replace the field with newValue

Regards
Abdul Ahad Khan
CSi
www.csi-pk.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform