Search results for query: *

  1. M

    vb.net books

    Wow, never expected to get a replay to this after all this time.
  2. M

    Creating new records problems

    I'm recently began getting a data exception whenever I try to create a new record. Basically I get a dataexception message that says that my primary key cannot be null whenver I click the button that supposed to add new records. Here is my code, Thanks for any help. Try...
  3. M

    access automation problem.

    I've coded in to my program the ability to open up an access report using automation. However, during my tests I wasn't able to use it in one computer that has access 2000 installed. (access 2003 computers worked fine) I was wondering if there was yet another way to open up access from my...
  4. M

    Null Reference exception upon install

    yes 2000 pro
  5. M

    Null Reference exception upon install

    I'm getting this exception after i've installed my app on one of my user's computers. [System.nullrefernceexception: object reference not sset to an instance of an object at Microsoft.Office.Interop.Access.Applicationclass.openCurrentDatabase(string filepath,boolean exclusive, string bstr...
  6. M

    microsoft.office.interop.access

    I'm having trouble with these, on my laptop with office 2003 installed this works fine. But when I bring a debug version of the app to another computer I get an error message [microsoft.office.interop.access or one of its dependencies was not found] when I try to auto open an access report from...
  7. M

    dataset not showing all fields

    I'm having trouble finding several fields from the dataset that I need to bind to a text box. when I view the schema of the dataset I see those fields in there, but when I try to bind it in properties it's gone and instead I see three fields that are NOT in the schema. All the other fields are...
  8. M

    automating access from vb.net

    well, I just kinda figured it out. I needed to set the oAccess.visible=true. That's why the report wasn't appearing even though I saw it in services. As far as printing, I was trying to print to my home printer and wasn't at home lol. thanks,
  9. M

    automating access from vb.net

    this is the code I have, am I missing something, because I'm able to open my db and the conditions for my report come up, but the actuall report isn't opening. This is code for opening a preview but when I try to open a normal report I get an exception thrown at me. try dim oAccess as...
  10. M

    Access

    Ah sorry bout that, namespace was in article. Imports Microsoft.Office.Interop but...I can't access it. when I imports I get to imports microsoft, but I don't have choice for office? am I lacking something? ps. I have three choices after microsoft({}cSharp, {}visualbasic, and {}win32).
  11. M

    Access

    what name space is the access.application in?
  12. M

    Access

    I'm not positive that this is the correct forum to post this in but bear with me please. Is there any way to open up an Access report from a windows application. I'm referring to either exporting it somehow or directly linking to a specific report?
  13. M

    vb.net books

    I've just finished Sam's learn Vb.net 2003 in 21 days and it was agreat beginner book. I'm now looking to get a good intermediatebook that expands on OOP and goes more into stuff likemultithreading. Does anyone have any suggestions for a good bookthat's out there? Thanks in advance.
Back
Top