Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Another VFP DLL Question
Message
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00538616
Message ID:
00538679
Views:
11
Kevin,

Your comment says adding a new user, but I don't see an APPEND BLANK.

Also, can we see your SaveChanges() code?

good luck,

JimN

>Whats wrong here?
>
>
>** Create an instance of the DLL
>oScProcs = CREATEOBJECT("ScProcs.Procedures")
>WITH oScProcs
>
>  ** Add a new user
>  oRecord = .AddUser()
>
>  ** Fill in the user properties
>  oRecord.RecordId = "00000001"
>  oRecord.FullName = "Joe Person"
>  oRecord.Age = 26
>  oRecord.MarritalStat = 1
>
>  ** Save changes
>  .SaveChanges(oRecord)
>
>ENDWITH
>

>
>The 4 lines with the oRecord are the problem. No matther which of the 4 lines I list first, it's the only
>property that seems to exist on the oRecord object.
>
>In the AddUser method, I have
>SELECT Users
>SCATTER NAME oRecord
>RETURN oRecord
>

>
>So who do I only see one field in the table as a property on the record???
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform