FW_DbfToHTML() new

Post Reply
User avatar
nageswaragunupudi
Posts: 10729
Joined: Sun Nov 19, 2006 5:22 am
Location: India
Been thanked: 10 times
Contact:

FW_DbfToHTML() new

Post 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.
Regards

G. N. Rao.
Hyderabad, India
User avatar
Marc Venken
Posts: 1485
Joined: Tue Jun 14, 2016 7:51 am
Location: Belgium

Re: FW_DbfToHTML() new

Post 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>
Marc Venken
Using: FWH 23.08 with Harbour
Horizon
Posts: 1327
Joined: Fri May 23, 2008 1:33 pm
Has thanked: 5 times

Re: FW_DbfToHTML() new

Post by Horizon »

Hi Mr. Rao,

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

Thanks.
Regards,

Hakan ONEMLI

Harbour & MSVC 2022 & FWH 23.04
User avatar
MarcoBoschi
Posts: 1072
Joined: Thu Nov 17, 2005 11:08 am
Location: Padova - Italy
Contact:

Re: FW_DbfToHTML() new

Post by MarcoBoschi »

Nage,
can you share cust.html?
Many thanks
Marco
Marco Boschi
info@marcoboschi.it
Post Reply