Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
About _gengraph
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
About _gengraph
Divers
Thread ID:
00005027
Message ID:
00005027
Vues:
99
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
Répondre
Fil
Voir

Click here to load this message in the networking platform