Index
2011-02-19 16:52Jerry Foote : HTML in VFP9
2011-02-20 09:25Stephen Russell : Re: HTML in VFP9
2011-02-22 12:23Kurt Wendt : RE: HTML in VFP9
2011-02-22 14:50Jerry Foote : RE: HTML in VFP9
Back to top
HTML in VFP9

Author: Jerry Foote

Posted: 2011-02-19 16:52:38   Link

I am trying to save a report in html from the save as html in VFP 9.

The form consists of a large image with a smaller image and several; text

boxes.

The form is converted to html but only the pictures appear no text.

Any one have any idea why this happens

Thanks Jerry

--- StripMime Report -- processed MIME parts ---

multipart/alternative

text/plain (text body -- kept)

text/html

---

_______________________________________________

Post Messages to: ProFox@leafe.com

Subscription Maintenance: http://leafe.com/mailman/listinfo/profox

OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech

Searchable Archive: http://leafe.com/archives/search/profox

This message: http://leafe.com/archives/byMID/profox/998B14152457494C90E6E6E30AF1356E@jerryfootePC

** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

©2011 Jerry Foote
Back to top
Re: HTML in VFP9

Author: Stephen Russell

Posted: 2011-02-20 09:25:43   Link

On Sat, Feb 19, 2011 at 3:52 PM, Jerry Foote <jerryfoote@bellsouth.net> wrote:

> I am trying to save a report in html from the save as html in VFP 9.

>

> The form consists of a large image with a smaller image and several; text

> boxes.

>

> The form is converted to html but only the pictures appear no text.

>

> Any one have any idea why this happens

>

---------------

Show us your code and we could help you out.

<table>

<tr>

<td> Report Date</td>

</tr>

</table>

--

Stephen Russell

Sr. Production Systems Programmer

CIMSgts

901.246-0159 cell

_______________________________________________

Post Messages to: ProFox@leafe.com

Subscription Maintenance: http://leafe.com/mailman/listinfo/profox

OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech

Searchable Archive: http://leafe.com/archives/search/profox

This message: http://leafe.com/archives/byMID/profox/AANLkTinHVXpcLChcq72sSEB=naPBU+-vhPD=rUPRsF+T@mail.gmail.com

** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

©2011 Stephen Russell
Back to top
RE: HTML in VFP9

Author: Kurt Wendt

Posted: 2011-02-22 12:23:13   Link

Jerry - did you get your problem resolved? I was going to keep an eye on

this message thread - as it may pertain to something I am doing as

well...

-K-

-----Original Message-----

From: profoxtech-bounces@leafe.com [mailto:profoxtech-bounces@leafe.com]

On Behalf Of Stephen Russell

Sent: Sunday, February 20, 2011 9:26 AM

On Sat, Feb 19, 2011 at 3:52 PM, Jerry Foote <jerryfoote@bellsouth.net>

wrote:

> I am trying to save a report in html from the save as html in VFP 9.

>

> The form consists of a large image with a smaller image and several;

text

> boxes.

>

> The form is converted to html but only the pictures appear no text.

>

> Any one have any idea why this happens

>

---------------

Show us your code and we could help you out.

<table>

<tr>

<td> Report Date</td>

</tr>

</table>

--

Stephen Russell

_______________________________________________

Post Messages to: ProFox@leafe.com

Subscription Maintenance: http://leafe.com/mailman/listinfo/profox

OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech

Searchable Archive: http://leafe.com/archives/search/profox

This message: http://leafe.com/archives/byMID/profox/289EA162F5642645B5CF64D624C66A1409DF1FB7@us-ny-mail-002.waitex.net

** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

©2011 Kurt Wendt
Back to top
RE: HTML in VFP9

Author: Jerry Foote

Posted: 2011-02-22 14:50:31   Link

When I put the code in a table it worked. The option tries to open dbf and

always ended up on first record. I declared a public var to store the

desired record and put in the opentable in the report write to select the

record from the table with the same recno as that stored in my var. Then

everything worked fine. It creates code for a slider when I set field to

overflow. Works great

-----Original Message-----

From: profox-bounces@leafe.com [mailto:profox-bounces@leafe.com] On Behalf

Of Kurt Wendt

Sent: Tuesday, February 22, 2011 11:23 AM

To: profox@leafe.com

Subject: RE: HTML in VFP9

Jerry - did you get your problem resolved? I was going to keep an eye on

this message thread - as it may pertain to something I am doing as

well...

-K-

-----Original Message-----

From: profoxtech-bounces@leafe.com [mailto:profoxtech-bounces@leafe.com]

On Behalf Of Stephen Russell

Sent: Sunday, February 20, 2011 9:26 AM

On Sat, Feb 19, 2011 at 3:52 PM, Jerry Foote <jerryfoote@bellsouth.net>

wrote:

> I am trying to save a report in html from the save as html in VFP 9.

>

> The form consists of a large image with a smaller image and several;

text

> boxes.

>

> The form is converted to html but only the pictures appear no text.

>

> Any one have any idea why this happens

>

---------------

Show us your code and we could help you out.

<table>

<tr>

<td> Report Date</td>

</tr>

</table>

--

Stephen Russell

[excessive quoting removed by server]

_______________________________________________

Post Messages to: ProFox@leafe.com

Subscription Maintenance: http://leafe.com/mailman/listinfo/profox

OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech

Searchable Archive: http://leafe.com/archives/search/profox

This message: http://leafe.com/archives/byMID/profox/E349CE4A2B3542208B0FD8781B50FCDD@jerryfootePC

** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

©2011 Jerry Foote