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 Shaun E 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: applek
  • Content: Threads
  • Order by date
  1. applek

    Unlock PC programmatically in VB

    Hello, is there anyway to unlock PC programmatically? I'm running Window 2k and running some scheduling task at night time. I manage to power-off the system after the task completed. But what I have found is in order to shut down and power off the system properly, the PC must be stayed in...
  2. applek

    delimiter problem in SQL SELECT statement

    Hi, All. I'm using SQL server and would like to know that if a record contain a string with few delimiter, For instance: FieldA FieldB 1 Sister's Friend 2 Cousin's Brother's food If i would like to retrieve the particular FieldA by passing the FieldB...
  3. applek

    EnumDateFormats to change the time regional setting

    Hi, all. Is there anyway to change the time regional setting at application run-time according to my format? I have found some source code, there is some limitation as i would like to change the time format to dd/mm/yyyy and inside the setting, it doesn't have this kind of setting. Could we...
  4. applek

    masking password in SQL server 2000

    Hi, all. Is there anyway to mask the password when writing it to SQL server 2k? Either, can we control the password field in SQL server to be masked whenever data key-in? Pls advise.
  5. applek

    Check Table existence

    Hi, does anyone have any idea of how to check a table is exist in Microsoft Access? I mean in SQL form?
  6. applek

    Connection Type

    Hi. Regarding to the performance factor, which type of connection should we adopt if using SQL server: 1. Set a connection once at run time, exit it when eixt the whole application 2. Set a connection on a specified time, exit it when exit a certain function/procedure. Thus, it has to set...
  7. applek

    Assigning variable to menu name at run time?

    Hi. Is there any other way to assign a variable to menu.name? snippit code: dim oMenu as Menu while Not (rs.eof) oMenu.name = rs.Fields("Item") rs.Movenext loop As i understand that the menu name can not be assigned at run time. But i have to use the menu name to manipulate...
  8. applek

    How to set menu properties programmatically at run time?

    Hi. There are existing menus inside the form. My program is to define which user has the right access to which menu. These information will be retrieved from a DAtabase. For instance, i retrieve userID 123, who can only access menu1, menu2, menu3(the menu name of the form). Hence, i tell the...

Part and Inventory Search

Back
Top