Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
GenHTML
Message
 
 
To
22/07/2003 16:16:29
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00812526
Message ID:
00812643
Views:
12
This message has been marked as a message which has helped to the initial question of the thread.
Ilya,

Do you have some specific problems?
create cursor x1 ( c1 c(10), i1 i )
for i = 1 to 10
   insert into x1 values ( transform( i ), i )
endfor

do (_genhtml) with "x1.htm", "x1"
oIE = createobject( "internetexplorer.application" )
oIE.Visible = .t.
oIE.Navigate( "x1.htm" )
Look at the help topic genhtml.prg for a better definition of all the parameters to the code.

mk:@MSITStore:c:\program%20files\vfp8\dv_foxhelp.chm::/html/smpGenHTMLPRG.htm


>HI, does anybody could help with genHTML.prg, anything will help: examples, opinions, expirience...
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform