Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
About _gengraph
Message
General information
Forum:
Visual FoxPro
Category:
Other
Title:
About _gengraph
Miscellaneous
Thread ID:
00005027
Message ID:
00005027
Views:
101
Look at this part of code.
At development time, there's no problem, but when i get an executable,
gives me an error nº1 File "ventas" not found. What am i doing wrong?. I also tried to put "into table ventas", but
the result is the same.
Thanks.

case Thisform.optiongroup1.Value = 1
select abrev, ;
sum(minuta) as minutas ;
from exptes ;
where pagado=.T. ;
group by abrev ;
order by abrev ;
into cursor Ventas

wait window "Se generó el cursor Ventas" time 1
do (_gengraph) with 'autograph',2,1,'Minutas por
Tipo',.T.,.T.,.T.,'graficos'
wait window "Se ejecutó el Gengraph" time 1
Reply
Map
View

Click here to load this message in the networking platform