Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Run a PowerPoint Show using PowerPoint Viewer from VFP
Message
 
 
À
20/07/2007 16:10:24
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01242097
Message ID:
01242506
Vues:
18
>>>>>I ran your program and it returns the correct association. Computer magic ?
>>>>>But I still get a "No association." error.
>>>>
>>>>When you right click on the .PPT file, what action verb is on the top of the shortcut menu? Try to run with default action
>>>>
>>>>*lnResult=ShellExecute(FindWindow( 0, _SCREEN.caption), "Open", tcDocument, "", "c:\temp\", 1)
>>>>lnResult=ShellExecute(0, "", tcDocument, "", "", 1)
>>>>
>>>
>>>"Show" I changed the "Open" to "Show" and BINGO!
>>
>>Did you test it with PowerPoint installed?
>
> Yes. And guess what - I get a "No association." error when PowerPoint is installed.
>If I change the "Show" back to "Open" on the PowerPoint machine the program runs again.

That's why I suggested to use default action
lnResult=ShellExecute(0, "", tcDocument, "", "", 1)
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform