How can I control de first focus in a Edit Screen?. I am using Redefine an have tried SetFocus()in several ways, but nothing seems work. Of course I can position anywhere with mouse, but I need could be done automatically.
Thanks for your time
JLucio
If I define class in a .prg file. For Example:
Forms.Prg
*******************
DEFINE CLASS MyForm AS Form
Height = 400
Width = 640
. . . etc.
ENDDEFINE
********************
I have already the class definition. Suppose that my new library is NewLib.
How can I save my first class in this new...
How can I display a variable in a TextBox in a Customer Form?. For example, I want to display only part of a field, for example Left(customer.name,20), and of course, when I move the pointer, changes must be showed.
THank you
Hi!
Here is a clue. In Command Window:
SELECT 2
USE CUSTOMER && Fields custid,custname
INDEX ON CUSTID TAG CUSTID
SELECT 1
USE INVOICES && Fields invid,custid
SET RELATION TO CUSTID INTO CUSTOMER
INDEX ON CUSTOMER.CUSTNAME TAG NAME
BROWSE FIELDS INVID,CUSTID,CUSTOMER.CUSTNAME
All seems...
Hi!. I Know somebody can helpme.
In an aplication, I must show how many invoices has each customer in a Customer Form. There are Customer.DBF (Parent) and Invoices.DBF (Child). The problem is that I must count number of invoices for customer as the operator click in Next, Previous, etc. Which...
Can somebody tellme how can I do command window friendly?. In old versions of Fox Pro, something like "Dir" or ? <something> was easy to see in the same window. Now, list are huge. Por example "List Memo" is almost impossible to read.
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.