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: kianang
  • Content: Threads
  • Order by date
  1. 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 ?
  2. 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.
  3. 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 ?
  4. 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 ?
  5. 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.
  6. 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...
  7. 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 ?
  8. 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...
  9. 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 ?
  10. 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.
  11. 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
  12. 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.
  13. 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...
  14. kianang

    No option to create stored procedure and view ?

    I am nee in VS Basic. NET. The database I used is Micrsoft Access 2002 and OLEDb Jet 4.0 . In the server Explorer , I acn browse the table , view and stored procedure. when I right clicked the view and stored proce , there is no any option for me to create view and dtored procedure ? I...
  15. kianang

    Windows 98 setup no response

    I boot the hard disk using windows 98 start up disk . I reformatted the hard disk and copy the windows cabs file from cd rom to my D drive . After that I tried to enter : d:\win98\setup to run setup But the setup won't run and the cursor only blikling . I never met this problem before...

Part and Inventory Search

Back
Top