Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cursortoxml ??
Message
From
18/05/2001 09:20:55
 
 
To
18/05/2001 08:18:44
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00508631
Message ID:
00508657
Views:
23
Use three parameters. First param is the tablename or workarea; 2nd is type of output where 2 = element; 3rd is the output xml file name.
Try this instead:


cursorToXML('mytable', 2, 'test.xml')

HTH.

>Hi
>select 0
>use Mytable shared
>?CursorToXML(0, "test.xml")
>creates the following error:
>'Function argument,value or count is invalid'
>
>Why? the Helpfile state only 2 parameters are required.
>
>Peter
ramil
~~ learning to stand still
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform