Thanks Olaf & Mike.
I have done what is necessary....only thing is when i call Save method the macro is not saved. As mentioned i guess there is a problem in macro. I will check it.
Thanks. You can add but can't save the excel. So I have to do from excel macro.
oExcel.ActiveWorkbook.VBProject.VBComponents([ThisWorkbook]).CodeModule.AddFromFile("D:\BCSQuot\DLL\CommentImage.txt")
oExcel.ActiveWorkbook.Save
Does the above stmt save macro in excel?
I have added a macro...
Thanks Vicvirk & Mark for your effort.
I do have a client side validation.
I did liked Mark idea, but in this way we can not retain the correct FORM Values.
After all these finally I opted to use Session variables.
Thanks once again.
Thanks vicvirk.
Yes. I do know that. But would like to find any other option, because
1. i don't want to use javascript - what happens if the javascript is disabled?
2. query string - i don't want to show the details in the error message.
any idea?
Thanks.
Hi All,
I have a form in pag1.asp which excutes page2.asp when submit button clicked.
In page2.asp I'm doing server side validation and if any error I want to post the error to page1.asp and post back the already entered values.
I don't want to use session or cookies.
Is there any other...
Thanks emoxley...upgrading the reader to the latest verision shows properly. But I can not expect all my clients are using the latest version. I thought may thru asp program ContentType I can set the view option either in-line or attachment.
Thanks to pgorule as well.
Thank you Sheco for your reply.
Even hyperlink not opens my PDF in Browser rather opens thru acrobat. In my Acrobat's preferences my "Display in Browser" check box is cleared. is it b'cos of that?.
Well, I need my program opens the PDF in browser without considering the client side set up. Is...
Hi All,
I have an asp program to show my PDF file in the browser. I have installed fulle Adobe Acrobat S/W including the reader.
But my browser showes unidentified characters in the browser with the following program which i saw from the internet. Please help me to sort it out.
Also I have...
Hi Gurus,
When I execute the following statements, I got the error as:
-------------------------------------------------
Server: Msg 170, Level 15, State 1, Line 16
Line 16: Incorrect syntax near '>'.
Server: Msg 170, Level 15, State 1, Line 24
Line 24: Incorrect syntax near '>'...
Hi,
I ve a table with the following structure:
Col1 Col2 Col3 Col4
AA 3000 BB 2000
BB 5000 AA 1000
CC 2000 BB 500
AA 1200 CC 300
BB 500 CC 100
AA 1000
I want to get a result as follows:
RC1 RC2
AA 6200
BB 8000
CC 2400
I used cursor...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.