Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
HTML inside the program
Message
De
28/03/2005 15:44:35
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
28/03/2005 13:00:39
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00999405
Message ID:
00999528
Vues:
13
>>>Hi all,
>>>
>>>I know we can save myreport.frx as myreport.html while opening it.
>>>
>>>How to do it inside the program and to call the browser to view immmediately ?
>>>
>>>Any help or advice would be reallly appreciated ?
>>>Tia
>>
>>
>>m.lcOutPut = fullpath("myOutput.htm")
>>Declare Long ShellExecute In "shell32.dll" ;
>>	long HWnd, String lpszOp, ;
>>	string lpszFile, String lpszParams, ;
>>	string lpszDir, Long nShowCmd
>>ShellExecute(0,'Open', m.lcOutput,0,0,1)
>>
Cetin
>
>Much better than what I had been doing. A further question if I may?
>
>Which parameter opens a new browser session?
>
>Thanks.........Rich

This appears to be a way:
ShellExecute(0,'Open', 'iexplore',m.lcOutput,0,1)
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform