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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. vicky2003

    bitmap problem

    First you need to create memeory dc using current machine's DC which you can get from OnPaint() input parameter. Second,you need draw the contents from your memDC to current machine's dc. It should be ok then.
  2. vicky2003

    How to set up Acrobat to make it to be used by ASP

    Sorry,I don't think so. This function works fine in WinNT Server. But It doesn't work in Wondows 2000 Server. I think it should be permission problem.
  3. vicky2003

    How to set up Acrobat to make it to be used by ASP

    Hi, The problem is I don't know how to set the permission to this user. I guess maybe there are two ways need to do , one is setting acrodist.exe security, another way is ASP permission setting. Could you please give me an idea? Thanks a lot! Vicky
  4. vicky2003

    How to set up Acrobat to make it to be used by ASP

    Yes,I have registered this dll. In fact, I called this dll by another exe file,it successed! It only failed by asp way. So I thought it must security problem. Becuase the user will be different from current machine's user if we call the dll by asp. Thanks reply, Vicky
  5. vicky2003

    How to set up Acrobat to make it to be used by ASP

    Hi,Everyone I met a problem maybe someone have experience with it. I tried to call acrobat distiller to convert .ps file to pdf file. It show excute failed. If I tried using VB,it successed! So I think maybe asp user doesn't have right access to the distiller. Anyone know how to set it...
  6. vicky2003

    How to set up Acrobat to make it to be used by ASP

    Hi,Everyone I met a problem maybe someone have experience with it. I tried to call acrobat distiller to convert .ps file to pdf file. It show excute failed. If I tried using VB,it successed! So I think maybe asp user doesn't have right access to the distiller. Anyone know how to set it...
  7. vicky2003

    how to get return string value from ADO

    Yes,you are right. I can get the value through this way. But another problem happened,the value is a string which is mixture of correct result and some other string such as "BPPA&(*7(*%&^%*&^*(" . It should be "BPPA" Do you know what's wrong with it? Tks,
  8. vicky2003

    how to get return string value from ADO

    Hi,pals, I met a problem when I tried to get output string by calling a oracle stored procedure by ADO. The stored procedure is right by testing. Following is asp code,please help me check what's wrong with it. cmd.ActiveConnection = objConn cmd.CommandText =...
  9. vicky2003

    how to get return string value from ADO

    Hello,everyone I met a problem when I tried to get return string by calling stored procedure in c++. Following is the code,please help me check what's wrong with it. if(!prepareDBProcess()) return false; //this function will make connection with database,and set command properity char...
  10. vicky2003

    how to make dropdown control can be edit

    Hi, does anyone know how to make dropdown control be edited. user can select a option, can edit at the same time?
  11. vicky2003

    How to judge the value which I get from database is null?

    I tried it. Sometimes it successed,sometimes it failed. so strange.Now it is ok. tks a lot.
  12. vicky2003

    How to judge the value which I get from database is null?

    The code is: If( isNull(recordSet("name")) then response.write "no name show" else strCurName = recordSet("name") end if when the field is null, should write "no name show".but it didn't. it went to...
  13. vicky2003

    How to judge the value which I get from database is null?

    I tried, failed. Could you give me a example? Ths,
  14. vicky2003

    How to judge the value which I get from database is null?

    Hi, I tried to judge the value I get from database is null or not.I used many expressions to try it, but no use. anyone know it? the expression is recordSet1.fields("id") If IsNull(expression) Then If expression = "" Then if len(expression) = 0 Then if...
  15. vicky2003

    a null field problem

    tks a lot.
  16. vicky2003

    a judge problem,help!

    thanks, will try
  17. vicky2003

    a null field problem

    Hi, I'm a new Web page maker.I met a simple but boring question. When I access data from database,I found if some fiels are null, it will throw a exception. Could anyone tell me: 1. how to judge if a number field in Oracle is null or not? 2. how to judge if a string field is null or not? 3...
  18. vicky2003

    a judge problem,help!

    Hi, I'm a new Web page maker.I met a simple but boring question. When I access data from database,I found if some fiels are null, it will throw a exception. Could anyone tell me: 1. how to judge if a number field in Oracle is null or not? 2. how to judge if a string field is null or not? Tks,
  19. vicky2003

    How can I access JavaScript variable from asp?

    this help a lot,so appreciate!
  20. vicky2003

    How can I access JavaScript variable from asp?

    if do so,how can I make sure every items in the form keep previous value? Should I make it myself or use some character of IE(I don't know) when the form loading? really appreciate your help

Part and Inventory Search

Back
Top