Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Nesting Error
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Nesting Error
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:
01634528
Views:
239
Hi Gang!!!

This is a new and weird bug in the code I've run into here..... never happened before.... at least no one has let us know......

I am getting this error

Program:
FRMRX.PGFSCREEN.RAPIDPAGE.PGFDATA.PATIENTPAGE.INIT
Line:6
Error: 96
Message: Nesting Error

A nesting error ???? Let's look at the code in question...
This.Caption = translatewrd(this.Caption)

SELECT defaults
SCAN FOR ALLTRIM(defaults.property) = "Patient Order"
	This.grdList.Columns[defaults.column].ColumnOrder = defaults.setting
ENDSCAN
SCAN FOR ALLTRIM(defaults.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")
Line 6 is
ENDSCAN

Notice it has a beginning SCAN before it... and we've never had this error before.

Any ideas?

Thanks!!!
Tommy
Tommy Tillman A+ NetWork+ MCP
Next
Reply
Map
View

Click here to load this message in the networking platform