Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Excel automation
Message
From
19/04/2004 09:09:30
 
 
To
16/04/2004 05:59:42
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00895457
Message ID:
00896076
Views:
14
Noticed few typing errors ;

oXL.make_cell(1,25,10,'Hello There ')

would write given text in 1 sheet, 25 row and 7th column..

Above line should have been
oXL.make_cell(1,25,7,'Hello There ')

oXl.draw_box(4,2,4,6, 8) &&Draws box and paints it in color #6

Should be

oXl.draw_box(4,2,4,6, 8) &&Draws tick outlined box and paints it in color #8


Sorry for this possible misleading typing errors.
Sergio
*****************
Srdjan Djordjevic
Limassol, Cyprus

Free Reporting Framework for VFP9 ;
www.Report-Sculptor.Com
Previous
Reply
Map
View

Click here to load this message in the networking platform