Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Create a Excel file ?
Message
De
20/02/2001 03:53:55
 
 
À
19/02/2001 19:10:31
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00477104
Message ID:
00477533
Vues:
27
Hi, Alex

i have problem again, my program as bleow :-

**********
EXCEL_FILE= CREATEOBJECT("EXCEL.SHEET")
*EXCEL_FILE.APPLICATION.VISIBLE = .T.
EXCEL_FILE.APPLICATION.SHEETS("Time Sheet").SELECT
MUSER_NO = EXCEL_FILE.APPLICATION.CELLS(1,1).VALUE
WITH EXCEL_FILE.APPLICATION
.ACTIVEWORKBOOK.SAVE() && <-----[[[ERROR]]]
.WORKBOOKS.CLOSE()
.QUIT()
ENDWITH
***********

the system will get error at .ACTIVEWORKBOOK.SAVE()
and the message is "Member ACTIVEWORKBOOK does not evaluate to an object"
i don't know why ???

IT IS WORK BEFORE..... BUT I DON'T WHY IT HAS PROBLEM, TODAY !!!!!


Thank a lot
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform