Can anyone explain this HTML code to me?

James Flanagan James at Flantec.com
Sun Jul 7 20:01:56 PDT 2013


I am using FP 5.7 on FreeBSD 9.

ok, I am getting closer.  

My first mistake is that I never use the edit processing function except to check syntax.  I use vi, and that explains that the extra colons are ^a and are not literal ":" in vi.  

the next issue might be that I am trying to use the code in input processing.  is the html functionality only useable in output processing?  if so, i did not gather that from the manual.  thank you very much, 

James Flanagan
Flantec.com

email:	James at Flantec.com
mobile:	760-458-8498
home: 	219-221-6219
text:		7604588498 at txt.att.net

aim:		Flantec
oovoo:	Flantec
Skype:	Flantec
ichat:	Flantec at mac.com

home:	1901 Cidermill Road
		Michigan City, IN 46360

On Jul 7, 2013, at 8:52 PM, Richard Kreiss <rkreiss at gccconsulting.net> wrote:

> 
> 
>> -----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
> 
> 
> _______________________________________________
> Filepro-list mailing list
> Filepro-list at lists.celestial.com
> Subscribe/Unsubscribe/Subscription Changes
> http://mailman.celestial.com/mailman/listinfo/filepro-list

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.celestial.com/pipermail/filepro-list/attachments/20130707/e4b2db39/attachment.html 


More information about the Filepro-list mailing list