Page 1 of 1

FW_DbfToHTML() new

Posted: Thu May 20, 2021 1:09 am
by nageswaragunupudi

Code: Select all | Expand

  USE CUSTOMER
   HB_MEMOWRIT( "c:\fwh\samples\cust.html", FW_DbfToHTML() )
   ShellExecute( 0, "Open", "c:\fwh\samples\cust.html" )
   return nil
 


Image

With Vertical and Horizontal scroll bars.

Re: FW_DbfToHTML() new

Posted: Thu May 20, 2021 8:35 am
by Marc Venken
Can we use this maybe for this purpose ?

I want to show the composed html code that sits insite a memo field from a Xbrowse, so when i move in xbrowse , the html should also be repainted. in the dialog on a fixed say control maybe

Mostly I found html vieuw options for websites ...

screen = xbrowse and a say control.

Het html will be mostly small table data that shows some product options.


<table class="styled-table"><br><thead><br><tr><br><th>Catalogus</th><br><th>Omschrijving</th><br><th></th><br></tr><br></thead><br><tbody><br><td>De &#39;European Textile Catalogus&#39; Topcatalogus voor promotionele kleding</td><br><td></td><br></tr><br><tr><br><td>De &#39;Textile Europe&#39; top catalogus voor promotionele kleding<br /><br>&nbsp;</td><br><td></td><br></tr><br><tr class="active-row"><br><td>De &#39;Printwear&#39; catalogus.&nbsp; De referentie voor promotionele textiel</td><br><td></td><br></tr><br></tbody><br></table>

Re: FW_DbfToHTML() new

Posted: Fri Aug 12, 2022 9:34 am
by Horizon
Hi Mr. Rao,

Is it possible to convert this table to Array to show xbrowse?

Thanks.

Re: FW_DbfToHTML() new

Posted: Fri Aug 12, 2022 5:07 pm
by MarcoBoschi
Nage,
can you share cust.html?
Many thanks
Marco