Can anyone explain this HTML code to me?

Richard Kreiss rkreiss at gccconsulting.net
Sun Jul 7 18:52:33 PDT 2013



> -----Original Message-----
> From: filepro-list-bounces+rkreiss=verizon.net at lists.celestial.com
> [mailto:filepro-list-bounces+rkreiss=verizon.net at lists.celestial.com] On
> Behalf Of James Flanagan
> Sent: Friday, July 05, 2013 9:51 PM
> To: FilePro Mailing List
> Subject: Can anyone explain this HTML code to me?
> 
> I have been reading and rereading the Filepro manual regarding the html
> features, and I have just not been able to wrap my mind around it.
> 
> I have attached an image directly from the manual, and I have tried to test the
> sample code, and just like i suspected, it did not work.  based on the sample, i
> end up the following code:
> 
> :' Create hithere.htm document:HTML "1" :CR "hithere.htm" :TI "Hi There"
> 
> :' Start Body:HTML "1" :BO
> 
> :' Header1 Text Line:HTML "1" :H1 "Hi There America!"
> 
> :' Close Document:HTML "1" :CL
> 
> 
> Because filepro ignores everything after the 3rd colon (not to mention
> deletes everything beyond colon #3 in a syntax check), I cannot identify how
> this code could ever work because each line technically always ends with
> HTML "1" and ignores all the really important code that comes after it.
> 
> Clearly, i am missing something, but i have not been able to identify what that
> might be.  I would be very appreciative if someone would be so kind to
> enlighten me on this.  Thank you very much,
> 
> 
> 
> 
> 
> 
> James Flanagan
> Flantec.com

James,

I duplicated your processing without the comments - see below
 
> 1  -------   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -
     ◄ If:
     Then: HTML "1":CR "HiThere.htm":TI "Hi there"
2  -------   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -
     ◄ If:
     Then: HTML "1":BO
3  -------   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -
     ◄ If:
     Then: HTML "1":H1 "Hi There America"
4  -------   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -
     ◄ If:
     Then: HTML "1":CL
5  -------   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -


This is the output from the processing table.  It comes up in larger, bold type face.
Hi There America

My first question is what version of filePro are your running and what OS?

Next, did you create this as a report output of a process only output?


Richard Kreiss
GCC Consulting

Office: 410-653-2813




More information about the Filepro-list mailing list