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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by AvatarZA

  1. AvatarZA

    Web service folder creation error

    Hi, I have an ASP.Net web service which needs to create folders on a server (dynamically). I keep on getting a "Cannot find part of path…" error (access denied?) when the web service attempts to make changes to a folder, i.e. create or delete a sub folder. I have given the machine's ASPNET...
  2. AvatarZA

    Insert Into query from external database with a password

    I am trying to do an insert into statement like so "SELECT * INTO tblX FROM tblX IN 'C:\Temp\X.mdb" but database X has a password so I was wondering if anyone knows how to specify a password as I think access only wants a path.
  3. AvatarZA

    HOW TO: Change MS Access database ownership in code?

    I am looking for some code to change the ownership of an Access database, could someone please help me. Thanks in advance Regard Av
  4. AvatarZA

    GotFocus event not firing

    Well I don't have the code but what it does is it loads different images from a Resource file (resx) in labels depending on a boolean variable. The labels are blank so I think the image is never being loaded that is why I am saying the event is not firing. Hope this helps and I hope I can get...
  5. AvatarZA

    GotFocus event not firing

    I have a machine that has XP Sp2 on it and it seems like the GotFocus event of a form is not firing. If anyone could help me solve this issue I would appreciate it.
  6. AvatarZA

    SQL query to change Required property MS Access

    Thanks, we did discover most of that so are looking for a different solution.
  7. AvatarZA

    SQL query to change Required property MS Access

    I am not too sure on how to go about getting these objects and collections, I am actually using VB.Net and all I can use is a SQL statement to alter the property(that I know of). Thanks for the help PHV but I need that in a query?
  8. AvatarZA

    SQL query to change Required property MS Access

    I require a SQL statement that changes the Required property on a field in a MS Access database. Any help would be great. Thanks in advance
  9. AvatarZA

    SQL query to change Required property MS Access

    I require a SQL statement that changes the Required property on a field in a MS Access database. Any help would be great. Thanks in advance
  10. AvatarZA

    Editing a label's text in runtime

    Thanks for the suggestions, I was thinking of doing that but I thought it would get a bit messy so I was wondering if there might be a better way.
  11. AvatarZA

    Editing a label's text in runtime

    I would like to allow the user to edit the text of a label in runtime, I was wondering if anyone could help me to achieve this. Thanks in advance!
  12. AvatarZA

    Please help....My forms won't close

    I have not had a chance to test what I am about to say but here goes I am sure it will be worth a try. Why don't you on the SelectionChangeCommitted event of the combo just set the DialogResult of the form to Ok?
  13. AvatarZA

    Detect Database changes with Ado.Net?

    The program also uses a Microsoft Access 2000 database how could I get the difference's between the master that I have and the Access db. P.s The master is a Access db.

Part and Inventory Search

Back
Top