Hello colleagues,
https://www.tek-tips.com/threads/sending-printer-command-from-vfp.76448/
Above is an old thread that deals with exactly the same issue as I'm having now.
My code:
mpname = GETPRINTER()
SET PRINTER TO NAME &mpname
SET DEVICE TO print
SET PRINTER on
??? chr(27) + "x" + "0" &&...
Hello,
Our main concern is hacker.
I understand there are many access control mechanisms within MS SQL to control user access.
Bur what if a hacker somehow figured out the sa credentials, or otherwise gained access to the file system of the server from the public web portal on the Internet ...
Hello colleagues,
We have a working Web Connection server on a LAN (internal web) that employs .dbf and .idx only currently.
Is it possible to add SPT coding to access the MS SQL tables that are on the same LAN concurrently ?
This is our effort to expand exiting desktop applications to include...
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#...
Hello,
Wanted to force printouts to drawer #4 of the network printer (Canon) but all went to default bin regardless.
In Windows server printer setting, the custom profile, TRAY4, pops up as default profile but the actual printer setting viewed in paused print queue still shows the default...
Hello,
No problem with embedding a .PNG image file in a report form that would send the label directly to the the specified printer.
How do you accomplish the same with a .ZPL label ?
Can only find instruction that entails clicking through Zebra printer preference, locating the .ZPL in some...
Hello,
Need help.
What is data encryption at rest (vs not at rest) ?
Are VFP tables encrypted ?
Even though .dbf tables can't be viewed with Word or text editor, I don't think they are encrypted, correct ?
How about MS SQL, are tables encrypted as default (we have the 2019 version) ?
One of our...
Hello,
Need help.
Got this error trying to run any Alter Table command (alter column for example) against the cursor which was created via SPT SqlExec().
But ONLY when the cursor was empty.
If I inserted several records first, then the same Alter Table command would work.
Very odd.
Steve Yu in...
I've converted an application package in vintage dBase code to SQL, using strictly SPT basic constructs.
old VFP logic:
use arymst && archive
append from armast && current month activities
now I have to do (simplified):
armast && sql cursor
scan
insert into arymst && sql table
endscan...
Hello,
Very glad I found this forum where VFP is still actively discussed and seems people still actively working with the technology.
Having delayed our migration plan many years (don't fix something that's not broken), we finally decided it's time to move forward.
Questions and concerns:
1...
Hello,
We have a 30-year old character based package coded in xBase and ported through various VFP versions to 9.0 currently, with little coding changes;
no forms, no popup menus, just plain old @ say get.
It has been heavily modified with myriad of features and enhancements and it performs...
We have a 30-year old SBT package that was written in dBase III and ported over the years to VFP 3,6, and now 9.0.
It is working great and we don't want to change anything.
I'm looking to try get around the VFP restriction that same .dbf can not be opened in more than one work area.
The need is...
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.