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 Mike Lewis 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. 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.
  14. AvatarZA

    Detect Database changes with Ado.Net?

    I would like to know if there is a way to dectect the differences/changes between two db's using Ado.Net? A bit of background I have a program that will update a client db, this program has what the db structure should look like. I need to make the client db look like the master with the same...
  15. AvatarZA

    How can I use the spell checker in Access with code.

    Thanks for the help I try and use the second option.
  16. AvatarZA

    How can I use the spell checker in Access with code.

    Thanks for the help... But I need to perform the spell check on a Access database or a Table. Thanks for the word spell check.
  17. AvatarZA

    How can I use the spell checker in Access with code.

    I need to use the spell checker that access has built in to check the spelling in a database how can I do this in VB6 any help would be appreciated.
  18. AvatarZA

    Sending e-mails with embedded pictures

    Well we have tried attaching the file and calling it by the image name that seems to work if the e-mail is sent to the development pc's which are on the same network as the server. We don't want to refer the picture cause the people that get the mails aren't online the whole time and therefore...

Part and Inventory Search

Back
Top