Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
About free tables in business object
Message
General information
Forum:
Visual FoxPro
Category:
The Mere Mortals Framework
Miscellaneous
Thread ID:
00476706
Message ID:
00476710
Views:
22
this change make in ccursor.Initialize in \common30\libs\cdataenv.vcx

:-)

>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
Previous
Reply
Map
View

Click here to load this message in the networking platform