Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
This Error Just Started
Message
General information
Forum:
Visual FoxPro
Category:
Stonefield
Miscellaneous
Thread ID:
00258188
Message ID:
00260737
Views:
13
Hi Kirk.

Sorry for the delay in my reply -- I was at the Southern California VFP conference.

>Error: Function argument value, type, or count is invalid. <|> METAMGR.DESTROY <|> lcLibrary = alltrim(.aManagers[lnCounter, 2]) <|> 94

This sounds like the aManagers array in MetaMgr is hosed. This line of code is simply trimming the 2nd column in the array; somehow, this element got wiped out (I suspect it's become .F.). I can't think of what would have caused this, but a simple fix is to put a IF TYPE('.aManagers[lnCounter, 2]') = 'C' before this line of code and the corresponding ENDIF just before the NEXT lnCounter statement.

Doug
Previous
Reply
Map
View

Click here to load this message in the networking platform