Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
CCursor.OpenTable()
Message
From
29/12/1999 14:18:36
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
The Mere Mortals Framework
Title:
CCursor.OpenTable()
Miscellaneous
Thread ID:
00310015
Message ID:
00310015
Views:
69
Kevin,

The framework is bombing on the use command. Somewhere a very funky statement is being built. The results of This.cursorsource seem to have brackets around it. This is happening with tables, not views.
	*-------------------------
	*--- Build the USE command 
	*-------------------------
	IF NOT USED(This.Alias)	&& Don't reload aliases
		lcAlias = IIF(EMPTY(This.Alias),'',' ALIAS ' + This.Alias)
		lcNoData = IIF(This.NoDataOnLoad, ' NODATA', '')
		lcExclusive = IIF(This.Exclusive,' EXCLUSIVE', ' SHARED')
		
		lcUseCmd = 'USE ' + This.CursorSource + lcAlias + ;
		  lcNoData + lcExclusive + ' IN 0' 

		&lcUseCmd
		
	ENDIF
Next
Reply
Map
View

Click here to load this message in the networking platform