Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Grid to Html

Status
Not open for further replies.

NEE4NEE

Programmer
Nov 23, 2010
14
IN
How to export Grid contents to html
just like option available in vfp menu.
 
Using VFP6 menu options, there's no direct way to export a grid to HTML. But there are a couple of other possibilities:

- To export a table to HTML, go to Tools / Wizards / Web Publishing.

- Or, open a Browse window, then go to Files / Save As HTML.

Hope this helps.

Mike

__________________________________
Mike Lewis (Edinburgh, Scotland)

Visual FoxPro tips, advice, training, consultancy
Custom software for your business
 
I do not see what version of VFP you are using, colleague NEE4NEE, but if it's VFP7 or later - there's CURSORTOXML() function.


Regards,

Ilya
 
This question is pretty vague.

Do you mean only the visible portion of the grid, or all rows of the table that populates it whether visible or not?

If you just want the visible portion, you're probably better served just grabbing a screen shot (with something like SnagIt or Win7's Snipping tool).

What are you actually after here? HTML might not be the best solution for you.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top