I am currently building an application that creates a word document as its target for data that is collected. This data must be put in tables on the form. I have found no clean way to navigate from one table to another. originally I tried using..
ActiveWindow.ActivePane.View.SeekView =...
I am currently building an application that creates a word document as its target for data that is collected. This data must be put in tables on the form. I have found no clean way to navigate from one table to another. originally I tried using..
ActiveWindow.ActivePane.View.SeekView =...
It seems you should set a(i) = true or 1 not a(i) = i, was that a typo???
Here is some code I use to do something similar that works...
Dim i As Integer, x As Integer, cnt As Integer
cnt = 0
For i = 0 To ListFRID.ListCount - 1
If ListFRID.Selected(i) Then...
Is it possible to put multiple detail(1 parent, 2 or more child) sections on the report designer in VB6?? If not, is there some type of workaround? I have a CustRecord(Parent) table with 2 child (1 to many relat) tables that need to go on 1 form.
Thanks,
VB neophyte...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.