We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, I registered the dll ( RegAsm.exe -tlb -codebase c:\windows\system32\JSONFoxHelper.dll )
When I try to use the .netscanner = .t. option, I have an error : An IF | ELSE |ENDIF statement is missing
My code : SET DEFAULT TO C:\dev\Foxpro\JSONFox-master Do LocFile("JSONFox", "app")
Am I missing something ? Thank you, Thierry Penninckx
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
I registered the dll ( RegAsm.exe -tlb -codebase c:\windows\system32\JSONFoxHelper.dll )
When I try to use the .netscanner = .t. option, I have an error : An IF | ELSE |ENDIF statement is missing
My code :
SET DEFAULT TO C:\dev\Foxpro\JSONFox-master
Do LocFile("JSONFox", "app")
_Screen.Json.netScanner = .T.
MyObj = _Screen.Json.Parse('{"foo": "bar"}')
If _Screen.Json.lError
? _Screen.Json.LastErrorText
ELSE
? MyObj.foo
ENDIF
Am I missing something ?
Thank you,
Thierry Penninckx
The text was updated successfully, but these errors were encountered: