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 Wanet Telecoms Ltd 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: ii128
  • Content: Threads
  • Order by date
  1. ii128

    how to handle and store the users and access levels

    I have over 30 applications and databases. Some of them are VB Applications. Some of them are Access Applications. Each application need to log in bases on User name and then get the access level. They are too many users and access levels for all 30 applications. Anyone has a good idea on how...
  2. ii128

    how to handle and store the users and access levels

    I have over 30 applications and databases. Some of them are VB Applications. Some of them are Access Applications. Each application need to log in bases on User name and then get the access level. They are too many users and access levels for all 30 applications. Anyone has a good idea on how...
  3. ii128

    Updating a data environment and flex-grid at run-time

    I have a Data Environment, call it deMyDatabase, with a connection to a database, conMyDatabase. In the connection I have a command, Renters, which connects to the RenterInfo table in my SQL database. The command also has a subcommand, MonthlyPayments, which connects to the MonthlyPayments table...
  4. ii128

    How can I close a form from another project??

    Hi, anyone can help me?? How can I close a form from another project?? I open a form1 from project 1. on the form1, it has a usercontrol. when I click on the usercontrol from project 1, it opens form2 from project 2. I want to close form1 when I updated the form2. How can I do that???
  5. ii128

    How to close form??

    The form pops up a message, I want to close the form even the user don't click on the OK button on the message. How can I do that?? anybody can help me???
  6. ii128

    How to close Form??

    On the form, I want to pop up a message, if the user doesn't click on the OK button on the message the form Automatically close. Anyone can help me? how can I do that???
  7. ii128

    Form activation???

    Hi all, I have a big problem. I would like to pop up a message when someone open a form and doesn't do anything in 10 min. How can I do that??? It likes kind of the windows password if you leave the computer for awhile, then the password screen pops up.
  8. ii128

    HELP!! Database connection!!!

    Any one can tell me what is wrong with my connection??? Dim adoConn As ADODB.Connection Set adoConn = New ADODB.Connection adoConn.ConnectionString = "DRIVER={Microsoft Access Driver (*.mdb)};DBQ= \\TEST\My Filder\Example.mdb" 'App.Path & "\Examples.mdb" adoConn.Open
  9. ii128

    How can I change the column width of FlexGrid?

    I have a Hierarchical FlexGrid the layout as follow: Company ID Company Name Department Employee Name 1 BB. Inc HR Lucy Danny IS...
  10. ii128

    load some CommandButtons dymanically to the form

    I need to load some CommandButtons dymanically to the form, and I want to do some functions when clicking on the CommonButtons. How can I program that?? Here is some of my code: Dim cmdDynamic() As CommandButton ReDim cmdDynamic(10) As CommandButton i=0 for i =0 to 10 Set...
  11. ii128

    How can I change the column width of Hierarchical FlexGrid?

    I have a Hierarchical FlexGrid the layout as follow: Company ID Company Name Department Employee Name 1 BB. Inc HR Lucy Danny IS...
  12. ii128

    I have a Hierarchical FlexGrid the

    I have a Hierarchical FlexGrid the layout as follow: Company ID Company Name Department Employee Name 1 BB. Inc HR Lucy Danny IS...
  13. ii128

    How can I create a Stored Procedure that request a parameter?

    How can I create a Stored Procedure that request a parameter?
  14. ii128

    How to pass a parameter to SQL Stored Procedure from Visual basic?

    How to pass a parameter to SQL Stored Procedure from Visual basic?
  15. ii128

    How to pass a parameter to SQL Stored Procedure from Visual basic?

    How to pass a parameter to SQL Stored Procedure from Visual basic?
  16. ii128

    How can I print the data report in Landscape format?

    HELP!!! How can I show the data report in Landscape format?
  17. ii128

    Anyone can help me??????? Giving

    Anyone can help me??????? Giving you the level_ID to get the Function_Desc. The Function_Desc is from the tblDBFunctions. In the tblDBLevels, it has a field call Functions which combine the Function_ID's with "|" SELECT Function_Desc FROM tblDBFunctions WHERE Function_ID = ANY...
  18. ii128

    Help!!!! what is wrong with my query?

    SELECT name, datediff("s", start_time, stop_time) /3600, count(name) FROM usertime group by name Help!!!! what is wrong with my query?
  19. ii128

    what is wrong with my query?

    SELECT name, datediff("s", start_time, stop_time) /3600, count(name) FROM usertime group by name Help!!!! what is wrong with my query?
  20. ii128

    How can I dymanically load a Textbox into a picturebox?

    Hi, How can I dymanically load a Textbox into a picturebox?

Part and Inventory Search

Back
Top