I have an array that needs to be dimensioned to the following specifications:
Dim m_dMTMDeals() as Double
.
.
.
ReDim m_dMTMDeals(1 To 2, 1 To 5100, 2003 To 2022, 1 To 12, 1 to 108)
The numbers above are represented as variables in the actual code. When VB tries to redim the variable, I get...
I am reading a multi-key indexed file with manual record locking. I am testing the program against itself and I tried acessing the same record from two different copies. Program1 reads and locks the record successfully. Program2 tries to read the record, and returns a file status 9 660. I've...
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.