Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
About free tables in business object
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
The Mere Mortals Framework
Title:
About free tables in business object
Miscellaneous
Thread ID:
00476706
Message ID:
00476706
Views:
55
Hello, when i debug the behavior of the cfretable cursor i see this:

the this.cursorsource=[s:\logist\emp01\articulo.dbf]

then:

This.CursorSource = STRTRAN(This.CursorSource,"'","") = [s:\logist\emp01\articulo.dbf]
This.CursorSource = STRTRAN(This.CursorSource,'"','') = [s:\logist\emp01\articulo.dbf]
IF NOT EMPTY(This.CursorSource) = .t.
This.CursorSource = '[' + This.CursorSource + ']' = [[s:\logist\emp01\articulo.dbf]]
ENDIF


now i add this lines:
This.CursorSource = STRTRAN(This.CursorSource,'[','')
This.CursorSource = STRTRAN(This.CursorSource,']','')

best regards
Next
Reply
Map
View

Click here to load this message in the networking platform