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 bkrike 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: 99mel
  • Content: Threads
  • Order by date
  1. 99mel

    lsass.exe shuts down computer automatically

    Hi, I have a Windows XP Home with sp2 and all the lastest updates installed. However when booting up to the log in screen it pops up with a box saying along the lines of lsass.exe has unexpectedly been terminated and then gives a 1min countdown to shut down. I have read up to stop this...
  2. 99mel

    data access page data source

    Hi, I have created a simple data access page in Access 2002 and all works ok on my laptop. However when uploading it to my site the data source is set to my directory on my laptop thus cannot connect when on the net. If I go to the connection properties of the data access page is gives...
  3. 99mel

    run a exe over a network?

    Hi, I have 2 pcs running WinXP. I'm basically wanting to run a program from pc 'B' which resides on pc 'A' but I need it to run on pc 'A' not on pc 'B'. I am using a com port on pc 'A' and i need to use this same com port from pc 'B'. If that makes any sense?
  4. 99mel

    map com port

    Hi, Is it possible to map a com port from one pc to another over a network. I've heard its possible in Win98 but not sure how to do it in Win XP.
  5. 99mel

    excel formula not blank

    Just an annoying niggle I have. I have 2 rows formatted with a date type. In the 2nd row i've simply put '=A2+7'. So when a date is typed in the first row 7 days is added to it and populated in the second row. However if there is no value in the first row a value of '07/01/00' is shown in the...
  6. 99mel

    returning from standby

    Does anyone know if its possible to have some code that is triggered when a computer comes out of standby? I'm using Windows 2000 and when I come out of standby i'm using a device which needs its software/port re-starting. Thanks for any help!
  7. 99mel

    Microsoft Forms 2.0 Object Library combo box

    Has anyone got any instructions on how to use it? cant seem to find any documentation on it
  8. 99mel

    ms flex grid

    I have a flex grid with 10 columns After the user has scrolled to the last column I want to scroll the flex grid back to the first column? It must be possible cheers
  9. 99mel

    Incorrect value appearing

    I have a subform which I simply use to insert a new record into a table. I want one of the fields on this subform to contain a value from a field on the main form. I have done this by setting the default value to the field which i want. However... this field (textbox) on the subform gets...
  10. 99mel

    split string

    Is there a function which can split a string into a certain number of characters? i.e. split the following into segments of 2 characters. 12345678 a = 12 b = 34 c = 56 d = 78
  11. 99mel

    frame visibility

    I load up my form and the frame is visible (visible = true). I set visible on the frame to false and it disappears. I then set visible on the frame to true and it just doesn't change: Frame1.Visible = True MsgBox Frame1.Visible I get a False from the msgbox... anyone any ideas why?
  12. 99mel

    excel number format

    I paste the following data into an excel spreadsheet: 0:00:02  0:00:02  0:00:01  0:00:01  This is a duration (h:mm:ss). Is there any possible way to do a sum of these values?
  13. 99mel

    listening to comm port

    I made a one liner program with the following code: mscomm1.input myvariable I have a magentic strip reader and need to get the cards details when ever it is swiped. Is the above line alright to use as it is? Do i need to add anything else to do with timeouts, certain conditions etc?
  14. 99mel

    Installing on all profiles

    I have created an MSI package which installs my program fine. However i'm needing this software to be installed on the default user profile under windows 2000. I need it like this so when ever we get new staff, a new profile will be created amd i'm wanting to software to be pre-installed ready...
  15. 99mel

    winsock control

    I'm havin a problem with the winsock control. I reckon this is a long shot but someone might be able to help me! I'm connected through winsock 6.0 to a third party program. I connect to it by using the winsock1.connect [remote host] [remote port], this code is in a buttons click procedure. I...
  16. 99mel

    wierd error loops

    I have the following code in a form with a command button on the form. If I run this code It does what I'm wanting it to do.. i.e loops through the sub 5 times. After the 5th time the if statement is false so i was thinking it should simply msgbox the error and exit the sub. However it loops...
  17. 99mel

    datatype giving wrong expression value

    I have a variable defined as Single. There a loop which adds a value to this variable. However the value can be negative or positive. For example variable = 29.44 variable = variable + -29.44 varianle then = 5.340576E-07 when i want it to equal 0 Any suggestions?
  18. 99mel

    currency with zeros

    I have a variable declared as currency. However if i set it to 2.50 for example it displayes 2.5 Is there a simple function to give 2 integers after the decimal point
  19. 99mel

    sql query from 2 tables

    Can i select all the rows from one field in one table and from one field in another table into one return field in asc order?
  20. 99mel

    Linked tables

    I have 2 computers with a vb program and a client db on each. The client db on each of the computers have linked tables to a main db on a windows 98 computer. The vb program connects to the client db and performs numerous updates, inserts, selects using adodb connection. The connection to the...

Part and Inventory Search

Back
Top