I had written a small function to return the HTML format of a string and would like to expand on it or use something better. I use the returned content of the function to send it in the body of my emails within my VFP9 app.
Here is my small function
FUNCTION formathtmlbody
PARAMETERS html_Body...
I have a report that need to print 5 possible fields varchar(200) which are comments within my application. Within my report I include a label bold and beside it I place the field. I go down the report and end up with all 5 fields each having a label in bold. My problem with this is that it...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.