Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Debugging ADO
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00704999
Message ID:
00705325
Vues:
9
Ok, here's my code, with the dubg stuff included:
The resulting text file shows all status codes as zero.

And I'm still getting the error.

Any ideas?
***** DEBUG CODE *****
nHandle = FCREATE("c:\debug_info.txt")

FOR nField = 0 TO oDetailRec.Fields.Count - 1

  cInfo = oDetailRec.Fields(nField).Name + " - " + ;
          TRANSFORM(oDetailRec.Fields(nField).Status) + " - " + ;
          TRANSFORM(oDetailRec.Fields(nField).DefinedSize) + " - " + ;
          TRANSFORM(oDetailRec.Fields(nField).ActualSize) + " - " + ;
          "'" + ALLTRIM(TRANSFORM(oDetailRec.Fields(nField).Value)) + "'"
  
=FPUTS(nHandle, cInfo)

ENDFOR
=FCLOSE(nHandle)
***** DEBUG CODE *****

** Save the record
oDetailRec.Update()
Everything makes sense in someone's mind
public class SystemCrasher :ICrashable
In addition, an integer field is not for irrational people
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform