Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Could not figure out exactly what this code does
Message
From
04/06/2009 22:15:45
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01403230
Message ID:
01403850
Views:
42
This message has been marked as a message which has helped to the initial question of the thread.
The line you point out is just adding a node. So it's not a framework issue.

Hank

>>Sorry, my specialty is in using the framework. <s>
>>
>>Same As looks for a field name; the other field's validation scheme is then used for the that field. This won't work for RI validation, of course. I have no idea why you are getting the error you are getting.
>>
>>Hank
>>
>The error seems to be here
>
>IF sllLoadTree
>				* Fill the TreeView control with values from the data dictionary tables.
>				slcSavePK = ddf_v.cPK
>				_SCREEN.oApp.BypassErrorHandling_Start()
>				oTree = This.pgfFieldEdit.Page2.oSameAs.oleTreeView
>				oTree.ImageList = This.pgfFieldEdit.Page2.oSameAs.oleImages
>                             The line bellow gives this error
>				oTree.Nodes.Add(,1,'CL_','CursorAdapter Libraries','cl',)
>				oTree.Nodes.Add(,1,'DB_','Databases','dbc',)
>				oTree.Nodes.Add(,1,'FT_','Free Tables','tbl',)
>				SELECT ddd_v
>				PKValue = '%'
>				GETcName = '%'
>				GETnType_nMin = 1
>				GETnType_nMax = 2
>				REQUERY()
>
>
>We don't have CA libraries, also in the application folder I don't see Classes folder at all.
Previous
Reply
Map
View

Click here to load this message in the networking platform