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 Wanet Telecoms Ltd 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: *

  • Users: atoledo
  • Content: Threads
  • Order by date
  1. atoledo

    About Response.buffer=false

    My ASP page displays a lot of records, so in order to made the user not bored waiting for the page to be written I place at the top of the page the Response.buffer=false, however, there's some graphics that are built by another asp page and they are called by the first BUT, perhaps the sentence...
  2. atoledo

    About Access Violations

    HI! I´m new programming in C++ in a multhreading environment. Please somebody know what´s happening when I´m debugging and I obtained an Access Violation at this point: 35373533 ??? What does it mean? Thanks!... The cursos comes from a function and instead of returning to the caller...
  3. atoledo

    A dialog

    Hi! How can I show a dialog box from a single window application. I´m triying to call the dialog box with the doModal function from the application but it gives me this error: Debug Assertion Failed! in the file wincore.cpp line 884 Thanks
  4. atoledo

    CTime problem

    int checkingDate(string number,int dateDigit) { //int currentDigit=0; int good; int digitToCheck; long difDays; int newYear=0; string stringYear; int modCurrentDigit; string tempDigit; tempDigit.insert(0,number[dateDigit]); digitToCheck=atoi(tempDigit.c_str())...
  5. atoledo

    How to Initialize Controls in a Dialog Box!

    Hi! I need some help from you.... I am opening a dialog box with the dialogBox() function and calling this procedure to catch some messages: BOOL CALLBACK ReceivedVolanteProc(HWND hwndDlg, UINT message, WPARAM wParam, LPARAM lParam ) { switch (message) { case WM_COMMAND...
  6. atoledo

    Converting fron int to char

    How can I convert a int to a single char? Thank you!
  7. atoledo

    How to set a focus

    Hi! I´m a C++ beginner and I would like to know how can I set the focus to a edit box. I´m triying to build a login dialog and I would like to set the focus to the first edit box ( where the user puts his/her login). I tried to use GetDlCtrl and setFocus but no results! Thanks!
  8. atoledo

    Connection String from ASP

    I am trying to write an ASP script which connects to our Remedy server with the ODBC driver provided in the client install Could somebody tell me which is the connection string that works! Thanks
  9. atoledo

    Accesing Remedy Database by ASP

    Hi! I´m trying to connect to an ARS Database from an ASP application using the Remedy ODBC driver, but it sometimes work and sometimes not. I don´t know if I´md doing something wrong when I´m trying to connect bue I´m really desperate. When the ASP application is trying to connect to the...

Part and Inventory Search

Back
Top