I am creating a VB project that accesses multivalues. How do I create a
new record? Here is my approach.
OpenFile
ReadRecord
Record Nothing ? (this is not nothing with new record) or
Record.Count=0?
    No - get MV count +1, update field values and write -- this works
    Yes - create a new record UniDynArray (VB won't let me do this),
insert values, set file.record=new rec, write -- this does nothing. No
new record.

Any suggestions? The documentation on VB uniobjects is real weak.

Thanks,

Jeff
-------
u2-users mailing list
[email protected]
To unsubscribe please visit http://listserver.u2ug.org/

Reply via email to