2024-12-17, 22:19:26
The VFP examples can be found via the start menu (AntView Examples) which will open Windows explorer in the correct location, or by navigating directly to it under C:\Users\Public\Documents\
For more info see also: Use AntView in Visual FoxPro
As for getting data out of the cloud.. AntView is a browser component and that is its main focus.
Yes, I'm sure you could do it via AntView, but if you have to directly interact with cloud API's then it might be easier to use another control that is specialized in interacting with cloud API's.
Personally I would use Chilkat for that kind of thing, they have a fantastic help that has tons of examples in foxpro code on how-to get data from the cloud.
See: https://www.example-code.com/foxpro/default.asp
Not affiliated, but I love their control and do recommend it.
If OTOH you need to interact with cloud interfaces that do not have a published API, you might not have that opportunity.
--
Wil
For more info see also: Use AntView in Visual FoxPro
As for getting data out of the cloud.. AntView is a browser component and that is its main focus.
Yes, I'm sure you could do it via AntView, but if you have to directly interact with cloud API's then it might be easier to use another control that is specialized in interacting with cloud API's.
Personally I would use Chilkat for that kind of thing, they have a fantastic help that has tons of examples in foxpro code on how-to get data from the cloud.
See: https://www.example-code.com/foxpro/default.asp
Not affiliated, but I love their control and do recommend it.
If OTOH you need to interact with cloud interfaces that do not have a published API, you might not have that opportunity.
--
Wil