I created MEMO.DBF with just one field called MEMO which is a memo field. I did an APPEND BLANK to create one record. In MEMO.PRG, I have the following:
CLEAR
USE MEMO
@ 0,0 say "Memo:
@ 0,6 get MEMO
read
close all
This works fine as it displays
Memo: MEMO
with the cursor blinking under the M...
I'm writing a program that will allow one to look up US/Canadian phone area codes. This will be done by either entering a state/province abbreviation or area code. That part is easy enough.
The problem I am having is with the ASCII 31 character. Since it is a non printing character I must use...
BWCHECK is a field name of type character with a length of one.
The only value I want entered is T, b, B, or N.
This is the code I've written. The problem is that BWCHECK will accept any value.
It then exits and goes onto the next field.
Help!
Tks,
Joe
do while ((BWCHECK <> "T") .or. (BWCHECK...
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.