Viewing 13 posts - 1 through 13 (of 13 total)
Hi,
Darwin try to map a network drive.
T: for example
November 18, 2005 at 4:33 am
This line of a procedure:
SELECT @pdf = 'C:\' + @filename + '.pdf'
November 8, 2005 at 1:39 am
it is truncated in this line of a procedure select substring(...,80) but you have to change font size.
For wraping you should make a new procedure.It will make wrap and then insert...
November 3, 2005 at 6:20 am
Try to change a table size and value of select substring(...,80)
November 2, 2005 at 7:08 am
Try some different version of a PDF Reader.You will see is it version problem?
October 18, 2005 at 2:02 am
You don't need to install any fonts. Check IE version. Those 2 files are OK. Start html file from c: drive and that's it!
August 26, 2005 at 11:51 am
After EXECUTE @ole
SELECT @ole
have to be
-----------
0
help link:
http://www.databasejournal.com/features/mssql/article.php/10894_1459181_1
or read previous posts
January 13, 2005 at 1:17 am
Page dimension is 80x60 chars.You can make virtual table:
INSERT psopdf(code)
SELECT SUBSTRING((city+ SPACE(20)),1,20)
+ SUBSTRING((state+ SPACE(10)),1,20)
+ SUBSTRING((address+ SPACE(25)),1,20)
FROM authors
EXEC sql2pdf 'demo1'
Playing with SUBTRING you can get text alignment (demo1...
April 20, 2004 at 3:43 am
If I have about 1650 rows in the table
psopdf the SP will crash at line
162:
Server: Msg 8152, Level 16, State
4, Procedure sql2pdf, Line 162
String
or binary data...
March 25, 2004 at 3:53 am
Hi,
Excellent script.
However, there is a glich. No sorting in #text and in psopdf, hence you cannot guarantee
the resulting pdf report data order.
So, can you please include:
CREATE TABLE psopdf (
pkey int...
March 25, 2004 at 3:47 am
try like this --> SELECT CAST(nb_client AS VARCHAR) + ' ' + CAST(tx_shor_name AS VARCHAR) ...
January 21, 2004 at 12:41 pm
Where do you find the specs for the PDF format?
October 1, 2003 at 5:33 am
Viewing 13 posts - 1 through 13 (of 13 total)