冻粗的手指变细小妙招:vfp用代码生成htm

来源:百度文库 编辑:偶看新闻 时间:2024/04/29 01:05:57
用vfp代码生成html文件。非html部分用## 与 ##隔开
SET SAFETY OFFSET TEXTMERGE ONSET TEXTMERGE DELIMITERS TO "##","##"SET TEXTMERGE TO temp.htm noshow\\\\\\My First VFP-HTML\\
\
\\\\\
\

Description\

\

You can use \the PrintWhen expression to change the fontstyles printed based on the values being \printed. In thiscase, the detail line is printed in red for those products whose in stock is below \the reorder level. Also, any products that have been discontinued are printed in strikeout.\

\

 

*\

\

\

\\\\\\\\
ProductIn StockOn Order
\\\\\
\for i=1 to 10\\\\\\\endfor\
第##i##行1列第##i##行2列第##i##行3列第##i##行4列第##i##行5列
\\SET TEXTMERGE OFFSET TEXTMERGE TOSET TEXTMERGE DELI DECLARE INTEGER ShellExecute ;     IN SHELL32.DLL ;     INTEGER nWinHandle,;     STRING cOperation,;        STRING cFileName,;     STRING cParameters,;     STRING cDirectory,;     INTEGER nShowWindow aa=ShellExecute(0,"Open","temp.htm","",".",1)