hey thx for replying
I really dont know where to start..
What is needed to start a
VB project from scratch and to make that project do API calls to pervasive?
Can I just add another Module and start coding my api functions and structures in there or do i need Source modules or something of that kind I am unaware of?
The Structure of my Mod if i should start to code now would be something like this.
'Delcaring Consts for API Functions that will be needed in my Status Command line that will execute the API Call (there's quite a few)
ex. const BOPEN = 0
const BINSERT = 2
'Then i would declare the Function i will be using to access the "w3btrv7.dll" file which in turn will access the specified record in Pervasive
ex. Declare Function BTRCALL Lib "w3btrv7.dll" (ByVal OP, ByVal Pb$, Db As Any, DL As Integer, Kb As Any, ByVal Kl, ByVal Kn) As Integer
'Then i would declare UDT, my fields and their Type
'After that i would assign values to those fields and then execute (if i'm inserting) and then use BTRCALL function to do the API call.
I just wanna know if i'm on the right track and how much still needs to be done and reviewed. Can u maybe just tell me what Functions/structures i'm missing and why i need them etc.
sorry for the long read!
keep well