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.
Mike,
I tried this but when i write the path or using a program i have error message: Path not found, but when i copy and past the path it work's fine ( ctrl C and ctrl V).
so i thought to use this methode and it work's fine:
my table contain a field named <path> where i write the path of...
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...
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.