Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. joewillerols

    Memo field problem

    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...
  2. joewillerols

    QB45 - ASCII 31 (downward pointing triangle)

    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...
  3. joewillerols

    dBase iii+ Do While problem

    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...

Part and Inventory Search

Back
Top