Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Nesting Error
Message
From
08/04/2016 09:42:51
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows 7
Network:
Windows 2003 Server
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01634528
Message ID:
01634532
Views:
107
This message has been marked as a message which has helped to the initial question of the thread.
Try removing the ALLTRIM() from the SCAN clause
This.Caption = translatewrd(this.Caption)

SELECT defaults
SCAN FOR property = "Patient Order"
	This.grdList.Columns[defaults.column].ColumnOrder = defaults.setting
ENDSCAN
SCAN FOR property = "Patient Width"
	This.grdList.Columns[defaults.column].Width = defaults.setting
ENDSCAN
SELECT rx
This.cboOrder.RowSource = translatewrd("Name,First Name,ID,Phone,Shortcut,Prior,SSN,Birthday,Chart,Shortname")
Previous
Reply
Map
View

Click here to load this message in the networking platform