What about popping up a message to get user's attention, then return to the date field after user acknowledgement ?
This is better than simply blocking the cursor movement with a red hi-lite, IMHO.
Great insight, Chris.
Have been using West Wind's class library for all our API integration projects (XML,JSON decoding included); but this one seems more complicated.
That may be the situation we have here. Instead of client secret (since we don't have control over the account, it'd be hard...
Yes, that's what we did so far.
But we have also been able to code in 'native' VFP most other integration projects in the past.
It is much easier to maintain.
Here I'm stumped on the use of private key, with base64 encoding, of certificate for oAuth 2 validation on Azure.
Thanks for the tip, Scott.
One of the requirements of this project was base64 encoding; where does this fit into the process you described ?
Regards,
Steve Yu
Fellow colleagues.
Does VFP have commands that is capable of reaching endpoints that's only accessible via oAuth 2 protocol based on Azure ?
There are sample codes in various languages except VFP in GitHub.
Just wonder if it's feasible with VFP code alone (one of our guys wrote a routine in C#...
Syntax aside, a different design consideration is worth mentioning:
In our shop, we don't imbed binary data (image, pdf, .xls, etc) in the DB as a general rule for a number of reasons.
Instead we store only the name of the object in the DB field and the actual object separately in a designated...
Points well taken. Push comes to shove, hosting legacy VFP apps under a virtual machine with compatible OS should always work as a last resort. Until 2049 that is; then someone has to figure out how to mitigate the Y2K issue again. We are still running character mode apps, 80x25 display with...
My view is VFP 9.0 and VFP in general is an antiquate technology regardless how people wants and tries to improve upon it.
If it fits your purpose then just use it as is and at its most stable state in a 32-bit architecture.
When 32-bit version of VFP stops working that'd be the time to hang it...
We use West Wind Internet and Client Tools as well for SMTP and it works extremely well.
You do need your own SMTP server and the tool box requires a nominal one time cost but well worth it.
Table designer implicitly creates the tag for you, localiza and codagente in your case (you can do a 'Display Status' in command window to see the structure.}
If you create the table programmatically, I believe you'll have to run the 'Index on localiza tag localiza' command to create the index...
Then you can do this:
index on localiza tag tag1
index on str(codagente,6) tag tag2
use reservas
set order to tag1 && localiza, default ascending
....
set order to tag2
.....
We did save but when we checked printer preference with the print job in queue (paused) it reverted back to printer default, without our tray selection.
Steve Yu
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.