Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Re: ADO vs foxISAPI server?
Message
General information
Forum:
Visual FoxPro
Category:
Internet applications
Miscellaneous
Thread ID:
00718811
Message ID:
00718979
Views:
18
Terry, foxisapi is NOT a part of this solution at all. oHTML is a VFP HTML class and htmlTable is one of it's methods. I'll probably make all the code available here within the next 2 days, but, here are the parameters for the VFP htmlTable method:
***  1.) lcTableTag-Name of the HTML table (from <htmltablename> in HTML)
***  2.) lcHTMLtable-HTML table text to be evaluated
***  3.) lnTotPerPage-Total number of records per page
***  4.) llpagenumbers-Include page numbers (need to include lnStart and lcButton params)
***  5.) lcBar-Alternating color for HTML table records (for example, #FFFFFF for white)
***  6.) llTableRec-Make every record an HTML table (faster writing of HTML tables)
***  7.) lnStart-Navigational - Page number to start list from, from URL
***  8.) lcButton-Navigational - First, last, next, previous, from URL
>Claude
>Thanks for the follow up. I must confess my understanding of VB is limited mostly to translation of OCX Help samples to a VFP frame work.
>It would be most helpful to see the underlying class code.
>Fo example:
>
lcHTMLout= oHTML.htmlTable('customers',lcHTMLout,10,.T.,'#E5E5E5',.F.;
>>	,VAL(oRequest.querystring("page")),oRequest.querystring("nav"))
>>lcHTMLout= oHTML.mergetext(lcHTMLout)
>
>
>Is oHTML a foxISAPI page generator? When you have a moment, could you briefly explain these this snippet. Meanwhile - I will go back and paruse your ActiveVFP site!
>
>Thanks
>Terry
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform