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

    Server Error in '/' Application

    Hi guys, I'm trying to run my first ASP.Net app, but I'm getting this error. Is wrotten in the page that opens that a shoul set the value CustomerErrors tag property called mode to Off to see the details of the error. I 've done it, but everything seems to be exactly the same. Can anyone help...
  2. joemaur

    Dialog box to attach files

    Hi people, I'm building an application to send email messages and I'd like to know if someone here has an idea to open a dialog box to select files to attach the message. since now, thank you. José Maurício.
  3. joemaur

    CDO sending email

    Hello people, I'm building an appliction that utilize CDO component to send email, but it can't send email to an address that doesn't belong from the SMTP Server that I'm using to set the component. Can anyone help with it? Thanx. José Maurício.
  4. joemaur

    Problems with ASP pages

    It shows nothing. Everything seems to be ok, but the ASP pages don't work.
  5. joemaur

    Problems with ASP pages

    people, I am running IIS 5.0 on a Windows 2000 Server and everything work fine, but sometimes my ASP pages stop to run without a logic reason. The machines is in a remote local and I use a VNC to access it. When the problem occurs, I enter in the machine and everthing is ok, and there is no...
  6. joemaur

    Access violation II

    People, I've passed a wrong information. the problem occurs when I call the ExecProc method and there's no error if I put ParamByName('@texto').AsString := tslDocumento.GetText. But, sure, the data isn't registered in the right way. The error message is: Access violation at address 4D42A183 in...
  7. joemaur

    Access Violation in memo field

    Hi guys, when I try to use the parambyname('fieldname').AsMemo,but I'm getting an access violation error. I'm setting the field with a TSringList type variable, and I tried to use the assign method and the same trouble happens. Here's the code: with spInsDoc do begin...
  8. joemaur

    Setting a date type variable with a datetime type database field

    Hello people, I'm getting some problems when I try to set a date type variable with the value of a datetime type database field. Here´s the code: Calendar cal = Calendar.getInstance; Date DtAux = rsCParticip.getDate("DtInclusao", cal); The error that is occuring is "No data...
  9. joemaur

    HttpSendRequestEx

    Hi people, Would anyone have an example on how to use the HttpSendRequestEx Wininet API in Visual Basic? Where I can find it? If you can help me, I'm going to be very grateful for this help. Jose Mauricio.
  10. joemaur

    HttpSendRequestEx

    Hi people, Would anyone have an example on how to use the HttpSendRequestEx Wininet API? Where I can find it? If you can help me, I'm going to be very grateful for this help. Jose Mauricio.
  11. joemaur

    HttpSendRequestEx

    Hi people, Would anyone have an example on how to use the HttpSendRequestEx Wininet API? Where I can find it? If you can help me, I'm going to be very grateful for this help. Jose Mauricio.
  12. joemaur

    Upload a File

    Hi people, I want to upload a file using the Internet transfer Control component in a Visual Basic application using http protocol, but I didn't find an example or a relevant answer explaining how to do it. I make the http request to an ASP page that reads the data from the file and process it...
  13. joemaur

    Upload a File

    Hi people, I want to upload a file using the Internet transfer Control component using http protocol, but I didn't find an example or a relevant answer explaining how to do it. Could anyone help me or at list indicates where I can find an answer? José Maurício.
  14. joemaur

    VB 6.0 using Internet Tranfer Control

    Hi people, could someone tell me how I can make an upload using HTTP protocol? Since now, I thank you. Jose Mauricio
  15. joemaur

    Using Wininet API's

    Hi people, I have an application that uses the winient API's to request an ASP Page, but I have to request this page with some parameters passing by post method, like you do when you subimt a form in the Internet. Could someone help me? Since now, I thank you. Jose Mauricio
  16. joemaur

    VB 6.0 using Internet Tranfer Control

    Hi people, I'm working in an application that requests as ASP page wiht some parameters in the URL and also I have to send a file to this page to it put into a MSMQ queue. But, I'm not finding how can I transmit the file to the ASP page using the Internet Transfer Control. Can someone help me...
  17. joemaur

    Visual C++ and Wininet

    Hi people, I have an application that uses the winient API's to request an ASP Page. But I have to request this page with some parameters in the URL, but when I try to do it, returns the following error: "the server name could not be resolved". The request that I´m to doing is to...

Part and Inventory Search

Back
Top