Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Get table name only
Message
From
20/03/2006 04:11:42
 
 
To
20/03/2006 03:39:54
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01105733
Message ID:
01105737
Views:
14
Hi,
ThisForm.text5.value = JUSTSTEM(ThisForm.select_file)
>my textbox include d:\mydir\source.dbf ,
>
>how i can show at my textbox only mytable name as (source) only
>
> ThisForm.text5.value = ThisForm.select_file&&via this code
>&& textbox have d:\mydir\source.dbf
>
>
>i try
>
>ThisForm.text5.value = left(ThisForm.select_file, 25)
>ThisForm.text5.value = SUBSTR(ThisForm.select_file,9,25)
>
>
>thanks
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform