Search results for query: *

  1. C

    Restricted Folder Browser

    Hi, I am trying to create a very simply explorer style browser for my students. I need a explorer style interface that allows them to copy files, create folders etc in one specific folder. E.g. Lets say I want students to have access to C:\WORK\Class1. I want them to be able to create folders...
  2. C

    Setting Folder Permissions

    Hi, I wondered if people could help. I have a program which imports users and creates a folder for the user. The users details (including network username, folder path etc) are stored in a database. That all works fine. I now need, as part of the import process, for the program to set the...
  3. C

    Explorer Like Folder View Help

    Hi, I wondered if anyone could help me (again). In a database, I have a list of users and their portfolio paths. I have got them to load into a list box. I need it so when a user clicks on a user ID from the list box, it shows the content of the folder in an explorer style window (using icons)...
  4. C

    Setting Folder Permissions

    Hi, I wondered if people could help. I have a program which imports users and creates a folder for the user. The users details (including network username, folder path etc) are stored in a database. That all works fine. I now need, as part of the import process, for the program to set the...
  5. C

    Mail Merge True/False Issue

    In response.. Thanks very much for that. That sounds quite possible. (he says). I'll give it a go over the weekend and hope it will work. I'll let you know. Thanks once again for all your time. I really appreciate it. Regards, Chris
  6. C

    Mail Merge True/False Issue

    Thanks. Hi, Thanks for that. I see exactly what you mean. My only issue with it, is that I have to fully automate it, using the existing system in place. Within the program a class selection box appears, so the teacher can select the class. They then press "Report" which is where this merge...
  7. C

    Mail Merge True/False Issue

    Response Hi, Thanks for posting a reply and offering to help. I am really grateful. The merge process is performed in VB.NET and uses Microsoft Word 2000 for the merge process (I am limited to that software). I have attached a copy of the database (with dummy data) for your review. The tables...
  8. C

    Mail Merge True/False Issue

    Hi, I wondered if anyone could help me. I have an access database as the data store of my application. Amongst other things there is a form where a user ticks a series of tick boxes to say which levels a student has met. These are stored in the database table under the relevant fields as...
  9. C

    VB.NET XML Search, Read, Write.

    Hi, Thank you very much for your quick response. I thought about using a dataset but the xml file has nested relations with the same name and I just get an error ("the same table (tableName) cannot be the child table in two nested relations"). I cant really rename the other tables as it is a...
  10. C

    VB.NET XML Search, Read, Write.

    Hi, Im trying to search through an XML file. When it finds the record it needs it then updates a specific field in that record. I have made it find the specified record but do not know how to update it and write it back to file. I am new to XML coding. Any help would be most appreciated. Dim...
  11. C

    Update requires a valid UpdateCommand

    Hi, I have a .net / ado application (with an access database). I can get it to read into the dataset and display records in a list box etc but when I go to update a password (a field within a table) I get this error... Additional information: Update requires a valid UpdateCommand when passed...
Back
Top