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: *

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

    Current applications

    Is there a way to find what application are running. I need a vbscript that can compare a string to see if that application is running. I found out how to do it in vb6 but I really need the vbscript since it will be used in conjuction with a bigger vbscript. the vb6 code is as follows...
  2. jscorpion

    COUNTING RECORDS

    THIS SHOULD BE EASY, BUT I CAN'T REMEMBER HOW TO DO IT. I WANT TO DO A SELECT STATEMENT AND CREATE A FIELD THAT INCREMENTS WITH EACH RECORD SO IF THERE ARE FOUR RECORDS THE NEW FIELD LETS CALL IT COUNT1 WILL BE POPULATED WITH 1-4. ANY HELP WILL BE GREATLY APPRECIATED. THANK YOU.
  3. jscorpion

    copy a table

    All I want to do is copy the contents of one table with one connection into that of another table at a different connection. I have tried to populate a dataset then copy it to a new dataset and use the adapter to update, but it is not updating the new data. Is there an easy way to copy...
  4. jscorpion

    WAIT FOR USER INPUT

    Is there a way to stop the program and wait for user input. I am creating a barcode software. The user scans their ID then scans there process such as open job and next scans job number. I am currently using a case statement tracking were they are at, but after the process I would like to...
  5. jscorpion

    I have an sql question. I have two

    I have an sql question. I have two tables one has 'deptno' and 'dname' in it two has 'empno' 'deptno' and 'sal' in it I would like to display deptname, number of employees and average sal in each dept. so the display would look like this dname number of people sal accounting 3...
  6. jscorpion

    Crystal reports problem

    I am having a problem with viewing a crystal report in asp.net. when the db is located on another computer or server I get the following error "CrystalDecisions.CrystalReports.Engine.LogOnException: Logon failed". If the db is located on local machine it works just fine. It is a...
  7. jscorpion

    User Documents

    I wrote a program in vb 6 using user document. The program was loaded into an imbedded web server. By accessing the ip address it would hit an htm file that would then direct it to open the cab file and download the program in temp memory and run it. I understand that vb.net does not support...
  8. jscorpion

    complete rotation

    I am graphing data points on a x an y graph. As the angle changes I take a reading of another device. I take as many readings as possible within a 360 degree rotation. How can I in vb code tell when I have made one rotation. You can not use > or < than since I am comparing radians. Is there...
  9. jscorpion

    picture1.line

    I have a picturebox holding a jpeg. I am drawing points on this jpeg using picture1.line and connecting them. If a point goes higher than my picture1.scale I would like to re-scale the drawing keeping my datapoints, but at a different scale. So if the scale goes up then the new datapoints...
  10. jscorpion

    Registry

    I would like to change the (Default) data located at HKEY_CLASSES_ROOT\exefile\shell\open\command I am writing a program to launch an exe when an exe is ran, but I would like a quick install to go and edit the data field for me by setting up a string path to launch the executible before the...
  11. jscorpion

    # of users

    Does anyone know the command to find out the number of users that are currently logged onto the SQLserver? Any information would be of great help. Thank You, jscorpion
  12. jscorpion

    # of users currently online

    How do I get a user count from Centure SQLbase software?
  13. jscorpion

    pause a document

    I am writeing a program using vb documents. I would like to use a form to retrieve some information, but I would like the document to pause until the form is unloaded. If anyone would have any suggestions, it would be much appreciated. As of now the only thing I can get to pause is the...
  14. jscorpion

    masking inputbox

    I would like to have a pop up inputbox that is masked for the proper date and time. I know there is a contol that uses maskedit but I would like it to be an iputbox. An example may be an inputbox saying. Please enter today's date and time. __/__/__ __:__ I can't seem to find the proper...
  15. jscorpion

    integer

    Could anyone suggest a quick way to check a users input to make sure that it is an integer. I was hoping there was a predefined function for this, but I can not find one. I would rather not use an error trapping check. So I would take any suggestions that anyone has. Thank you, jscorpion
  16. jscorpion

    Database

    I am beginning to write a program that scans modules on a 485 trunk. These readings will be taken and stored in a database. I then will have a vb document running on the internet accessing these db on a webserver. Can anyone suggest the best db to use knowing that there may be a possible...
  17. jscorpion

    logging information

    My problem is that I want to store simple information on a modified web server. It is a small divice and is very limited on memory. Internally it is using c++ programming to communicate with outside divices. I am using vb active x to do the web hosting side. I was hoping to just store this...
  18. jscorpion

    activex

    The problem I am having is finding the default directory in the weblike server we are using. It does not have normal paths and the address I am could change with distribution. I need to know the location I am at by where the cab is located or what the address box say in explorer. If I do a...
  19. jscorpion

    Delay routine

    I am pretty new to c++ programming. I am looking over some older source code that uses a counter routine to delay the process while it reads from a serial port. The problem is that this was written when 133mhz was fast but now it is to fast and reaches the max time before it is able to receive...
  20. jscorpion

    Timing Routine

    I am pretty new to c++ programming. I am looking over some older source code that uses a counter routine to delay the process while it reads from a serial port. The problem is that this was written when 133mhz was fast but now it is to fast and reaches the max time before it is able to receive...

Part and Inventory Search

Back
Top