|
Posted by Jerry Stuckle on 06/17/07 00:16
teser3@hotmail.com wrote:
> On Jun 15, 9:26 pm, Jerry Stuckle <jstuck...@attglobal.net> wrote:
>> tes...@hotmail.com wrote:
>>> "No - He's forcing MS Word to open, then feeding HTML to it. He's not
>>> feeding
>>> Word anything else.
>>> Hmm, but he opens and sends a .doc file, followed by some ugly
>>> HTML ... "
>>> I am forcing the MS Word to open and feeding Oracle Database records
>>> with HTML into it.
>>> It works until I get to over 25 records and then it doesnt show
>>> anything on the page.
>>> Please advise how I can get a Word Document to open from a PHP web
>>> page where it shows all the Database records because the way I am
>>> doing it doesnt work when I get over 25 records.
>>> I am in an environment where I cant download any foreign software so I
>>> need to do it using PHP code.
>>> Please advise.
>> Forget about Word and create correct HTML that any browser can understand.
>>
>> --
>> ==================
>> Remove the "x" from my email address
>> Jerry Stuckle
>> JDS Computer Training Corp.
>> jstuck...@attglobal.net
>> ==================- Hide quoted text -
>>
>> - Show quoted text -
>
> Okay, I guess the main thing is how do I create a Print Friendly
> report? I was using Word Doc so I oould create a Printer Friendly
> report that could be seen in Word Document and also downloaded as a
> Word Document.
>
If you need to create something which is exact, create a PDF.
Otherwise, code good html and CSS to make your pages fluid. For the
latter, try alt.html for help.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
[Back to original message]
|