Search:

Type: Posts; User: gwboolean

Page 1 of 13 1 2 3 4

Search: Search took 0.04 seconds.

  1. Replies
    17
    Views
    1,835

    Re: [RESOLVED] Line skipping in code.

    Thanks, I have scanned through that and it does look helpful. I will try to build on that.
  2. Replies
    17
    Views
    1,835

    Re: [RESOLVED] Line skipping in code.

    I will give them a look. There must be no expense involved, since I am a retired hobbyist who long ago went over his budget. Where do I find some instruction material for Source Control that...
  3. Replies
    17
    Views
    1,835

    Re: [RESOLVED] Line skipping in code.

    Thanks. That is not how I previously understood that process worked. This actually helps me with other problems I have encountered.
    After this, anytime I have what I consider to be an odd...
  4. Replies
    17
    Views
    1,835

    Re: Line skipping in code.

    I did a rebuild and all the skipping appears to have gone away. Honestly, I always thought that build and rebuild were precursors to Publish and were not actually associated with debugging, etc. ...
  5. Replies
    17
    Views
    1,835

    Re: Line skipping in code.

    When stepping through code, in my VS system, part or all of the line will highlight if there is an execution of the code in that line. If the line is not executed then it visually appears that the...
  6. Replies
    17
    Views
    1,835

    Re: Line skipping in code.

    I have stepped through the code in the manner you suggested. When I did that, I was able to detect that the Me.Hide() appeared to be skipped and the next line executed.



    Part record is another...
  7. Replies
    17
    Views
    1,835

    Re: Line skipping in code.

    Me.Hide() does the same thing. I probably should have mentioned that. The only reason I changed it to just Hide was because it was suggested by VS. In retrospect I prefer the Me.Hide() to just...
  8. Replies
    17
    Views
    1,835

    [RESOLVED] Line skipping in code.

    I am having a problem with an application that I have never run across before. There seem to be a number of lines that are just ignored then some very interesting jumps to different lines when...
  9. Replies
    5
    Views
    1,751

    Re: Distribution/Setup almost works

    I had to uninstall the x32 database engine and install the x64 database engine on the target machine. It's all good now.

    I had thought about that before, but I just didn't believe that it should...
  10. Replies
    5
    Views
    1,751

    Re: Distribution/Setup almost works

    I think that the machine has the x32 database engine installed. I had thought of that as a possibility, but then I thought that whatever was setup on the target machine was irrelevant. I will check...
  11. Replies
    5
    Views
    1,751

    Re: Distribution/Setup almost works

    Thanks,

    From that I get the idea that my connection string might be the culprit. Anyway, I am going through that and seeing what I can do with it. My current connection string is below.

    I...
  12. Replies
    5
    Views
    1,751

    [RESOLVED] Distribution/Setup almost works

    I have put together a distribution package, using the Setup Wizard project. The package includes the database used, an Access X64 database.
    I assume that I set the package correctly, although I...
  13. Replies
    9
    Views
    2,055

    Re: Where should the database go?

    That is sound advice. I always have a tendency to want to do more than my capabilities or needs permit.
  14. Replies
    9
    Views
    2,055

    Re: Where should the database go?

    This application is a planner. The database is used to maintain records of tasks, contacts, et. al., information. The user would be able to add, delete and modify the data.



    Absolutely. I am...
  15. Replies
    9
    Views
    2,055

    Re: Where should the database go?

    That would be .Net

    Sorry to give this out piecemeal, but I really have no idea what is important for this.
  16. Replies
    9
    Views
    2,055

    Re: Where should the database go?

    It is a deskstop planner application. The language is Visual Basic. The database is an Access database.

    What I am after is the best approach, with regard to the database, to distribute the...
  17. Replies
    9
    Views
    2,055

    [RESOLVED] Where should the database go?

    Publishing/distributing an application truly confusing and complex. I am sure it is not supposed to be, but it is. I have finally gotten through the basics and, most of the time, successfully carry...
  18. Re: Database File Not Found After ClickOnce Installation

    Got it fixed. It's there now and the database shows up in the application files. Thanks!!!!
  19. Re: Database File Not Found After ClickOnce Installation

    No, it is not. The only place that I have the database is in the Server Explorer. I sometimes have a dataset in the Solution explorer. But I haven't gotten to the point of needing a dataset yet,...
  20. [RESOLVED] Database File Not Found After ClickOnce Installation

    I am having what I believe to be an issue publishing a database application. At first, I thought it might be a connection issue, but after a lot of review, I believe that there is something that is...
  21. Replies
    7
    Views
    1,193

    Re: Lost database

    The only connection strings that I am aware of reside in the project settings. There may well be others, but those are all I know of.

    What I was referring to was the connection string(s) found...
  22. Replies
    7
    Views
    1,193

    Re: Lost database

    I assume you are referring to the connection string found in the project properties. That was set as seen below. Except I can't remember what content exactly was and replaced that with *****. It...
  23. Replies
    7
    Views
    1,193

    Re: Lost database

    I have been looking at this some more and the directory indicated in the message does indeed exist. There is no database in that directory.

    It appears to me that I need to place the database in...
  24. Replies
    7
    Views
    1,193

    Re: Lost database

    Misstatement. I stated that the publish failed. Actually, the Publish was apparently successful. It is when the application starts after the Publish is run and I start the setup.exe
  25. Replies
    7
    Views
    1,193

    Lost database

    I have been trying to publish an application, but it keeps failing as the process is being run. The project does open up after the error occurs, but I am unable to actually run any of the...
  26. Replies
    6
    Views
    940

    Re: Query failure

    I ran the query in Access, and it correctly found all 5 records.

    I saw the # character you mentioned in the queries I ran in access. I went back to the code and did it with the # characters and...
  27. Replies
    6
    Views
    940

    Re: Query failure

    Actually, I went back and looked at some of the other queries in this application and noted that the queries would not respond if 1 was used in the query instead of True. In keeping with that, I...
  28. Replies
    6
    Views
    940

    Re: Query failure

    I have actually never ran a query from SQL SM. I can probably figure out how to do this. I have never attached an Access database to SQL Server, can I do that?
  29. Replies
    6
    Views
    940

    [RESOLVED] Query failure

    The query, below runs but fails to yield results.

    The table referenced is sitPlanMaster, which is part of the Access PlanMaster database. The field colTask is structured as a text field,...
  30. Re: Database for distribution with application

    Sure. That's what it is.

    Anyway, I appreciate your information and like to thank you. That answers what I wanted to know. I think that for the kind of stuff I want to do, SQL Server is not the...
  31. Re: Database for distribution with application

    Here is what I have. I have a database that I created and located within SQL Server Express. I am able to use this database with my vb application.

    I now want to distribute this application and...
  32. Re: Database for distribution with application

    Not exactly. Yes, I can deploy an application using SQL. But what I want is to be able to deploy the database with the application.

    The database must be contained in the deployment package,...
  33. [RESOLVED] Database for distribution with application

    I have an SQL database that I built using SQL Server Express. I have an application for this database that I want to distribute. To do this, I want to locate the database in my project folder. I...
  34. Replies
    2
    Views
    767

    Re: Unregistered Database

    Got it. I checked and while it was not clear, I believe I am running the 64 bit version. Having said that, it turns out that I needed the 32 bit DatabaseEngine file, so I am wrong about that too. ...
  35. Replies
    2
    Views
    767

    [RESOLVED] Unregistered Database

    I am trying to setup an Access database to use with my application. I placed the database into the folder that I want to use it from. The VB project folder.

    When I run the application I get the...
  36. Replies
    25
    Views
    2,714

    Re: Combobox routine failure

    I have gotten everything to work as intended. There were a lot more functions/routines effected by this change than I anticipated.



    I was wrong. It was indeed bound. However, it had been...
  37. Replies
    25
    Views
    2,714

    Re: Combobox routine failure

    188591

    Still trying to get that screenshot to show. I never had this problem before.
  38. Replies
    25
    Views
    2,714

    Re: Combobox routine failure

    The combobox is not bound. I generally do not do that with a combobox. The original method I was using (see original post), does not do that.



    I will try it again.

    188590
  39. Replies
    25
    Views
    2,714

    Re: Combobox routine failure

    Yeah, that wasn't too clear to me either, and I wrote it. Probably because I am not easily getting what is going on. So what you can see is the string colFullName where the value for cboOwner.txt...
  40. Replies
    25
    Views
    2,714

    Re: Combobox routine failure

    I just found that out and have already changed it back. I do have some more information.

    I found that the combobox does indeed have the list of contact names (colFullName).
    1. The combobox...
Results 1 to 40 of 500
Page 1 of 13 1 2 3 4



Click Here to Expand Forum to Full Width