Hi,
I have a Command Button ("Command1") on a top level form ("Form1"),
My question.. How can I control this command Button from the menu?
for example to make it visible or not:
..Form1.command1.visible=.T. or .F.
Please Help.
Hello,
Too long waiting time problem before preview my report in my computer and network (nearly 5 minute when I execute my report on a distant computer with 2Mo ADSL).
The report permits to display some photos, it is based on a general field using APPEND GENERAL to populate myTable with...
Hi,
I an using the code below (in VFP6) to create my graph using (_GENGRAPH) it works fine:
SELECT mygraph1
* parm1 - "AUTOGRAPH" && required
nChartType = 3 && * parm2 - chart type (number)
nChartSubType = 1 && * parm3 - chart subtype (number)
cTitle = "Title Graph " && * parm4 - title (if not...
Hi,
i'am using vfp6 with this code:
DO FORM myForm && to get the variable Ccode from user
USE sale_2008
LOCATE FOR Item=Ccode
IF FOUND()
Lfound=.T.
ELSE
Lfound=.F.
ENDIF
USE
The problem is that when runnig the program, the instruction after (DO FORM myForm) USE sale_2008 get executed before...
Hi,
How can i insert graph in my report (like in cristal report)
for exemple:
Sales in: 2006 2007 2008
$: 1200 1333 100
I have found two thread in this forum about this question but i haven't inderstand exactly how to do this.
Thank you for help,
Hi everybody,
I have the following data (Table1.dbf):
Code Line Qty
C001 1 10
C002 1 20
C003 1 30
Now, I want to consolidate the above into a table (table1_xtab.dbf) that has 1 record per Code... as such:
Line C001 C002 C003
1 10...
Hi,
When I execute (Report MyReport Prev) from a form the Report is displayed correctly but when I close the state to return to my form the display of the form becomes indeed fuzzy I get the same form displayed two times (superimposed one on the other)
Thank you
Mistral
Hi,
I want to convert the colum of my table1 to lines in table2:
when I browse my table1: (custmer c(20),Qty N(5))
(custmer) (QTY)
Custmer1 12
Custmer1 5
Custmer1 6
Custmer2 3
Custmer2 8
custmer3 1
........
NB.
every custmer have at max...
Hi,
I want update a general field (photo) that contains a JPG photo in my table customer
the structure of the table customer is the following:
- Code: C(12)
- Photo: general
To update the new photos in my table customer I use the following code...
Hi,
I have a table USER.DBF where i store passwords and confidential data. I want the table to be crypted so not authorised person can't browse it using VFP.
I am using VFP6
Thank You
Mistral
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.