Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Another VFP DLL Question
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Divers
Thread ID:
00538616
Message ID:
00539209
Vues:
13
Ok guys! O'm REALLY stuck here.

The DLL is simple. The AddUser method does:


SELECT Users
SCATTER NAME oRecord BLANK
RETURN oRecord


and the SaveChanges method simply does:


LPARAMETERS oRecord
SELECT Users
APPEND BLANK
GATHER MEMVAR NAME oRecord



In the debugger, I can see only ONE property on the object
oRecord. The SCATTER should create a property for each field.

Is anyone else having the same results???

Many thanks
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