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 Chriss Miller 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. DMAN3021

    URL Variable not working

    I've posted the following on the JDeveloper Forum, but no one has responded yet. I'm kind of in a hurry to get this done since I've been trying to get it working for the past 10 days or so. Any help is appreciated. ---- I've seen many posts about URL Variables, and I've tried implementing...
  2. DMAN3021

    SparcStation 20 No Video Problem

    Thanks for the help everyone... > how do you know the server is even up? Well, when we turn it on, we can hear the fans whirling, see the green light come on, as well as keyboard keys flash, and we see that the comp seems to acces the tape drive and HD attached to it. However, we tried to...
  3. DMAN3021

    SparcStation 20 No Video Problem

    Well, the machine is up and running, yes. But the monitor itself remains in "powersave mode", so I dont see anything on the screen itself. (so I wouldnt be able to run those commands) We've tried the monitor out on another Sun machine, it works. Also, We've tried connecting the serial port of...
  4. DMAN3021

    SparcStation 20 No Video Problem

    I've seen this question posted a little everywhere but there doesnt seem to be an answer, so here goes. I have a SparcStation 20, which used to work fine. However, since its last shutdown, there doesnt seem to be any video. We've played with all the cables, and it still wont display anything...
  5. DMAN3021

    Passing MYSQL results in C

    Is there a reason why would I want to do that?
  6. DMAN3021

    Passing MYSQL results in C

    Excellent, that fixed it right up! And your other points are well taken. I did, however, do on purpose not to post all of my connect.c code here, because the message would have been just be to big (I have a couple of different query functions depending on the result I want back). So I can...
  7. DMAN3021

    Passing MYSQL results in C

    I posted this in the MYSQL forum, but thought I might want to try the C forum, cause its more of a C question. I'm working on a C program that uses MYSQL to access and modify a database. Right now, I am trying to run a SELECT query on the database, and to populate a list with the results. The...
  8. DMAN3021

    Passing MYSQL results

    I'm working on a C program that uses MYSQL to access and modify a database. Right now, I am trying to run a SELECT query on the database, and to populate a list with the results. The thing is, in all the examples I can find, the MYSQL_RES structure is processed locally. I on the other hand...
  9. DMAN3021

    RS232 in VB.net

    I'm all out of ideas, so I hope someone out there can give me an answer. I've developed a tool in VB.net that uses rs232.vb (available from microsoft website) to read and write to COM ports on my computer. The program works wonders on the development machine, as well as the original deployment...
  10. DMAN3021

    Getting Multiple Threads to report back

    I'm working on a project where two phones are plugged into my computer for testing. When testing begins, each phone has a System.Timer.Timers that runs the different steps of the test. Everything works fine, except when the test is over, I have no way of knowing that it is. How can I get my...
  11. DMAN3021

    ODBC request colliding

    Thanks Jeb, I kind of have that set up. When a test ends, it returns its results, and the results are sent to my application's console. The console logs everything it receives to the database. So you could say the console is the middle man. You do bring up a good point though, how can the...
  12. DMAN3021

    ODBC request colliding

    Fun problem, I'm running an automated tests system that spins off threads of a test every 30 seconds or so. I've found that if I let it run for a long time, I can end up having more than one test running at a time, which is good, because in the end, I want many tests running at the same time...
  13. DMAN3021

    Automatic DIV Scrolling

    Hey Vragabond, I was so busy writing the previous response, I didnt see yours until now. I am on an intranet, but at priviledge of using IE, not Gecko, so unfortunately I can't do that, but man would that be an easy solution. But after reading your post, I put the main page in a <div> similar...
  14. DMAN3021

    Automatic DIV Scrolling

    I see how this can be sorta complicated, but theres nothing invalid about it, so here we go...! This is my index's code. <table border=1 width="775"> <tr> <td colspan="2"><cfinclude template="menu.html"></td> </tr> <tr> <td width=200 valign="top"><cfinclude...
  15. DMAN3021

    Automatic DIV Scrolling

    Hello, I am trying to emulate the windows file explorer using a combination of html, coldfusion and javascript. I must admit, I have built something very similar, but there is a small bug that I must fix before I continue. I am not using frames, but coldfusion includes into a <table> tag...
  16. DMAN3021

    MS Smart Quotes Causing Havoc

    Hey, Thanks for your help Webmigit. The code you wrote is stuff that I had tried before, and still I was unable to get it to work. However, I just found out that this problem might have something to do with character sets. So I tried it out, adding the following lines to the application.cfm...
  17. DMAN3021

    MS Smart Quotes Causing Havoc

    Alright, I've got this smart quotes problem, where when I, or users of my web app, copy a text from word to a text area and submit it, quotes produced by MS Word are turned into ugly symbols. I've tried using the replace=() function, I've tried using a cf script to replace characters above...
  18. DMAN3021

    VB Control Not Catching Clicks

    I've got a little problem. I've create a control to replace a button. The control itself contains two pictures, and a couple of labels. The labels change depending on the type of control, and the pics change wether I am clicking down on the control or not. The problem is that I am attempting...
  19. DMAN3021

    Object reference not set to an instance of an object. on Form.Close()

    I'm getting this same error, what did you figure out? Dman...
  20. DMAN3021

    error creating window handle - memory error?

    Anybody have any ideas about this?

Part and Inventory Search

Back
Top