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

  1. kianang

    Login Id is remebered then used in a form

    I am not very good in programming . Could you provide a simple coding how to use Public function and return the logon name in report
  2. kianang

    Login Id is remebered then used in a form

    Hi , I would like to design a Logon screen instead of using Access security. I managed to design the logon screen and passowrd authentication . However , I would like the access system to store the user who logon at somewhere (may be variable) .When user print the report , the repeort...
  3. kianang

    Error : Cannot call Invoke or InvokeAsync ......

    It is almost a year posted message and I stopped using VB.Net since Feb 2003 I finnally managed to solve the problem . However , I can't remember what is root of cause and how to solve . The thing I can remember is the problem is related to form , datagrid and tab control. Hope this can...
  4. kianang

    Disable access security

    Thank you . I get it.
  5. kianang

    Disable access security

    I accidentally do something on Access Security . All the access application opened from my computer required user name and password. How to I remove this feature ?
  6. kianang

    How to loop through a listbox items ?

    Hi chiph ,sorry that I still new in VB.NET. I dont quite nederstand your coding . What is Myitem , what is someproperty ? could write the code completely (with declaration) For example ,I want to search the employee no(textbox) exists in the listbox ? how should i do that ? Thank you
  7. kianang

    How to launch a Local web page from Main Menu

    I created my "Help" by using the web page format. In my main menu , how to I open the "Help" web page from local when the user select menu.
  8. kianang

    Backup/retore and attach/detetach from MSDE 2000

    Does anyone knows how to backup/restore as well as attach/detach database from a MSDE 200 SQL server ?
  9. kianang

    How to loop through a listbox items ?

    How to I write the coding to loop through a listbox item since I want serach a item from the listbox ?
  10. kianang

    How to activate a toolbar button ?

    In my parent form , i put a toolbar and few toolbar button . Could anyone knwos how to activate the toolbar button once the user click . For example , to launch a specified form.
  11. kianang

    How to update "Date" field into table ?

    I tried to update "date" filed in my table form my Datetimepicker from a Windows form. The SQL is : strSQL = "UPDATE Employee SET Dob = Datetimepicker1.value WHERE EmployeeID = 10001 However , the DOB field is alwasys updated as 01/01/1900 I tried get many get answer from some...
  12. kianang

    Import SQL databse's table to Ms Access 2000

    I would like to import dfew tables form one of SQL 2000 database to my Access . How it can be done ?
  13. kianang

    Error : Cannot call Invoke or InvokeAsync ......

    I received an error - "The following exception has occured: InvalidOperationException: Cannot call Invoke or InvokeAsync on a control until the window handle has been created." The errors seems only appeared after I closed the runtime program and when I closed VS.NET . I suspected...
  14. kianang

    No index value at -1

    When I bind the Data Source = Data set and Data member = relationship, the message apperearred ? What is the mistake ?
  15. kianang

    Where can I find VB.Net database application sample ?

    Is there any sample of databse applictaion I can find from Internet ? Any help appreciated.
  16. kianang

    How to maximize the form when loading?

    Is theer any function to maximize the form when it is loading at start up ? In VB6 , we can use : Me.maximize
  17. kianang

    How to remove SQL datasase from Server Explorer ?

    The version I used is Visual Studio.NET Enterprise Architect. When I highlight the databse and pressed "Delete" , there is no response frm VS.NET . When I right click the databse , I can see the "Disconnect" but no "Delete" option form the list.
  18. kianang

    How to remove SQL datasase from Server Explorer ?

    The SQL is MSDE . In Serevr explorer , under Server -\\Mycomputer\SQlserver , there are sevear database shown. Some of databse I created at previous time . How to remove it ? When I right click the database , I can only "Discconect" it but the database still remains at the list.
  19. kianang

    Help : Advice of developing databse in VB.NET

    I am new in VS Basic.NET and wish to use VB. NET to develop database application for my project of higher diploma course. The databse is simple a databse that maintains customer records and orders ( similar as Northwind) without use of any Server-client feature. My qusetions : 1. Is VB NET is...

Part and Inventory Search

Back
Top