Code: Select all | Expand
#include "fivewin.ch"
REQUEST DBFCDX
function Main()
USE WWONDERS VIA "DBFCDX"
MEMOWRIT( "c:\fwh\samples\wwonders.html", FW_DbfToHtml() )
CLOSE DATA
HTMLVIEW( "c:\fwh\samples\wwonders.html" )
return nil

Code: Select all | Expand
#include "fivewin.ch"
REQUEST DBFCDX
function Main()
USE WWONDERS VIA "DBFCDX"
MEMOWRIT( "c:\fwh\samples\wwonders.html", FW_DbfToHtml() )
CLOSE DATA
HTMLVIEW( "c:\fwh\samples\wwonders.html" )
return nil
Otto wrote:Dear Mr. Rao,
I tested your program with mod harbour. All is working fine.
You can access it from here:
https://winhotel.org/mssql/hrbmssqw.prg
Best regards,
Otto
elvira wrote:What about Adotohtml()?
Thank you!!
Code: Select all | Expand
cHtml := FW_AdoRsToHTML( oRs )
Code: Select all | Expand
cHtml := FW_ArrayToHTML( RsGetRows( oRs ), FW_RecSetHeaders( oRs ) )