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

Click here to load this message in the networking platform