FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour library of utility functions of FWH also for mod HARBOUR
Posts: 6984
Joined: Fri Oct 07, 2005 07:07 PM
library of utility functions of FWH also for mod HARBOUR
Posted: Mon Apr 19, 2021 08:48 AM

Dear friends,

A library of some utility functions of FWH is also available for mod-harbour.
You can access very comfortable databases (DBF & SQL), arrays, hashes, and JSON strings.

At present, the following functions are ready:

function MH_ArrayToHTML( aData, aHead, lWebPage )
function MH_BinrayRsToHTML( oRs )
function MH_DbfToArray( cFieldList, bFor, bWhile, nNext, nRec, lRest, aData )
function MH_DbfToHTML( cFieldList, lWebPage )
function MH_ImageToBase64( cImage )
function MH_RecordSetToHTML( oRs, lHtmlPage )
static function CloseTag( cTag )
static function ImageType( cBuf )
static function IsBinaryData( cData, nLen )
static function MH_ValToHTML( uVal, cTag )

These functions are working well and are generic functions.
If we see that there is some interest we will post the code for use by all.

Best regards,
Otto

Continue the discussion