Viewing 5 posts - 1 through 6 (of 6 total)
I changed my code them I got this result
DECLARE @CODNOT INT
DECLARE @TIPOC VARCHAR(1)
SELECT @CODNOT = CODNOT , @TIPOC = TIPDOC FROM INSERTED
IF @TIPOC = 'T'
BEGIN
DECLARE...
October 17, 2016 at 10:57 am
the maximum result i got was this
DECLARE @Body NVARCHAR(MAX),
@TableHead VARCHAR(1000),
@TableTail VARCHAR(1000)
SET @TableTail = '</table></body></html>' ;
SET @TableHead = '<html><head>' + '<style>'
...
October 14, 2016 at 11:00 am
Ok!
Tks again
I really not could do it them I resorted this forum
But.. I will keep trying ;-);-)
October 14, 2016 at 10:34 am
tks for your reply
I'm a little familiar with HTML but not so much.
I get this code from the web and changed to my data. so I got the first result
I...
October 14, 2016 at 8:36 am
Tks!!
I copyed this from the web
You can post a E.G ?
October 14, 2016 at 7:22 am
Viewing 5 posts - 1 through 6 (of 6 total)