Author: A Hilton
Posted: 2001-06-05 at 11:59:07
I have options for passing back numeric values, straight text, delimited
text, HTML, File path pointer (Pre-made HTML file, picture, ...), Arrays,
ADO and XML. These options are simply passed into the VFP COM server method
as a parameter. Again, it depends on the situation as to what I use but at
least those options are there.
Yes, VFP is very efficient in constructing and spitting back HTML strings. I
tend to let VFP handle that instead of the ASP page when I can. What's neat
(to me anyway) is when you are working on a project with actual "Web
Designers" and they want to enforce all of these visual design features,
elements and rules. You give them a few tables and a frontend to those
tables where they can store and manage their 'art of design' whereby you can
access those tables from your VFP COM server and spit back that stuff on the
fly. So, IOW, you have easy access to their web design (stored and updated
by them at anytime in the tables).
- AHilton
> So your ASP pages are simply passing HTML back and forth that is generated
> in/from your VFP COM objects? That should be more efficient anyway. That
> also sounds easier to control/code.
>