Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Excel automation
Message
De
19/04/2004 09:09:30
 
 
À
16/04/2004 05:59:42
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Divers
Thread ID:
00895457
Message ID:
00896076
Vues:
12
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform