Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
About free tables in business object
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
The Mere Mortals Framework
Divers
Thread ID:
00476706
Message ID:
00476710
Vues:
21
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform