Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Continuous Dialog to save Excel file
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Versions des environnements
Visual FoxPro:
VFP 9 SP2
Database:
Visual FoxPro
Divers
Thread ID:
01516586
Message ID:
01516593
Vues:
48
>It happens at the last line of code I am displaying here:
>
>
>SET EXACT ON
>
>RELEASE ALL LIKE o*
>PUBLIC oExcel
>SET STEP ON
>CLEAR ALL
>USE c:\dev\tmpNearly01 IN 0
>USE c:\dev\tmpNearly02 IN 0
>USE c:\dev\tmpNearly03 IN 0
>USE c:\dev\tmpNearly04 IN 0
>USE c:\dev\tmpNearly05 IN 0
>USE c:\dev\tmpNearly06 IN 0
>USE c:\dev\tmpNearly07 IN 0
>USE c:\dev\tmpNearly08 IN 0
>USE c:\dev\tmpNearly09 IN 0
>USE c:\dev\tmpNearly10 IN 0
>USE c:\dev\tmpNearly11 IN 0
>USE c:\dev\tmpNearly12 IN 0
>
>* Create the Spreadsheet object.
>oExcel = CREATEOBJECT("Excel.Application")
>oExcel.Visible = .T.
>oWorkBook = oExcel.WorkBooks.Add()
>oSheet = oWorkBook.ActiveSheet && <--- This is when the dialog opens to ask me to save the file.
>
I don't see the same problem.
If it's not broken, fix it until it is.


My Blog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform