Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by geminihk

  1. geminihk

    How to add picture in Excel Comment Box from VFP?

    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.
  2. geminihk

    How to add picture in Excel Comment Box from VFP?

    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...
  3. geminihk

    How to add picture in Excel Comment Box from VFP?

    Is it possible I can save a macro in the excel created from FoxPro?
  4. geminihk

    How to add picture in Excel Comment Box from VFP?

    Windows XP/Excel 2003/VFP 6.0
  5. geminihk

    Server side validation

    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.
  6. geminihk

    Server side validation

    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.
  7. geminihk

    Server side validation

    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...
  8. geminihk

    Why not PDF shows in browser eventhough I have Acrobat Reader?

    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.
  9. geminihk

    Why not PDF shows in browser eventhough I have Acrobat Reader?

    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...
  10. geminihk

    Why not PDF shows in browser eventhough I have Acrobat Reader?

    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...
  11. geminihk

    Case Statement in WHERE Clause

    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 '>'...
  12. geminihk

    What is the Best way?

    Thank you so much SwamBoogie.
  13. geminihk

    What is the Best way?

    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...

Part and Inventory Search

Back
Top