![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
#3
| |||
| |||
|
|
You can create instances in code: Dim oVA As Object Dim iStat As Integer Set oVA = CreateObject("VACCESS.VAccessCtrl.7") With oVA .AutoOpen = False .RefreshLocations = True .DdfPath = "D:\Pvsw\Demodata" .Location = "D:\Pvsw\Demodata\person.mkd" .TableName = "Person" iStat = .Open End With |
#4
| |||
| |||
|
#5
| |||
| |||
|
|
Don't have .Net and can't early bind Pvsw ActiveX in VB5 or VB6 when creating objects in code. You are not going to be able to use the .Join via code generated controls (at least I have never got it to work). You could do the following and get same result: |
#6
| |||
| |||
|
![]() |
| Thread Tools | |
| Display Modes | |
| |