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...
ok...you are right.
I try to clarify the situation:
In VB, I have this variable strValue.
This strValue is captured in the application. Ex: strValue = Sister's Friend.
In the VB program, I have to retrieve the ID for the corresponding strValue. So, i have to pass the strValue which contain...
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...
Thanks CCLINT.
Well, i do this has my own purpose. I do encounter a problem where my application is written in VB and the DB is SQL server. My pc setting is "dd/mm/yyyy" and the application can run in my PC. However, it couldn't run in other PC as i discovered that there is other type...
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...
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.
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...
This is also kind of 'hard-code'? whenever u add a menu item and you have to add another menu name (in CASE type) in the program? As my purpose is: whenever i add a menu item in the form, i just need to add the menu name in the database without adding any code to the program. During the running...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.