Search results for query: *

  1. isaac.livingston

    Question Collection Adds to All Collection Instance...

    Working Through It.... Thanks for the tip on the String Formatting... I appreciate it! Secondly, if I remove the Shared declaration, then I generate errors; that specify: "Reference to a non-shared member requires an object reference." Is there any way to work around this? I really don't...
  2. isaac.livingston

    Question Collection Adds to All Collection Instance...

    Sample Code... Primary Document Creation: Public docObject As cls_Document = New cls_Document Private dbFun As DatabaseOperations Private lConn As cls_DataConnectionObjects Public Sub New() ' This call is required by the Windows Form Designer...
  3. isaac.livingston

    Question Collection Adds to All Collection Instance...

    Good Day... I hope this finds you well... I am very much at a loss in trying to resolve a bug that I have in my code, which is quite extensive; here is the issue in a nut shell... I have created several collections for a Database front end application I am developing, and I have nested them...
Back
Top