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 TouchToneTommy 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: *

  • Users: VFP2013
  • Content: Threads
  • Order by date
  1. VFP2013

    Nothing Showing Up In Grid!

    I am currently working with a Dry Cleaning software program. In the screen where a user checks the customer out and receives payment. Here is the code: **INIT** thisform.label1.Caption=ALLTRIM(Name)+" # "+ALLTRIM(PPhone) USE tempo SHARED nRecs=RECCOUNT() FOR x=1 TO nRecs && I know there are...
  2. VFP2013

    How to make text with ASCII Block

    I've seen some programs written in DOS FoxPro and they have text in them made of the ascii block character (█). And I needed to know if there was some function for that, or is it done by hand?
  3. VFP2013

    Replace a placeholder with a variable

    Hi, sorry for the numerous posts. This time I couldn't figure out how to replace a placeholder (such as %P for customer) with a variable string (such as the customer's first name from the accounts database). Here's what I'm doing, I'm making it to where the customer's can be emailed/texted via...
  4. VFP2013

    Return the current (active) form

    Hi, while writing my application I wanted to put in a function that when you press escape <ESC> the current form closes. I know there was a way to return the current form number. If you know of a way to do this, please let me know.
  5. VFP2013

    Working with remote views for a MySQL server

    Hi, I've been working on a program for some time now, and it has finally been released. I've been working on some updates for it (VFP9) and was wondering if it would be possible to Cloud Base the program. I want to make a SUPER BETA version of the program that will Cloud base all aspects of the...
  6. VFP2013

    FoxPro List Box

    Ok, So First off i'm new here. Hi, I'm having trouble with making a list box in my foxpro program, it is for a dry cleaners program, you enter the customers last name, it searches a data base for that inputs all the last names and first names along with the customer number into a combo box in...

Part and Inventory Search

Back
Top