Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Problems with my program
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Divers
Thread ID:
00728641
Message ID:
00728783
Vues:
22
Hola Edgar
No creo que sea necesario la instrucción group by, si esta ordenado por el mismo campo y el reporte tiene la agrupacion.

>this is my query from alarabierta.qpr:
>
>Select 	llamadas.numero		as 		numero,;
>		llamadas.fllamada	as      fllamada,;
>		llamadas.fatencion  as 		fatencion,;
>		llamadas.usuario	as 		nombre_a,;
>		llamadas.modelo		as		modelo,;
>		llamadas.undhard	as 		undhard,;
>		llamadas.ingeniero 	as 		nombre_b,;
>		llamadas.host		as 		host,;
>		llamadas.detalle 	as		detalle;
>From llamadas,usuarios_cia,modelos,ingeniero ;
>Where  Empty(llamadas.fatencion);
>Group by numero ;
>Order by numero ;
>into cursor servil
>Report form alarabierta previ
>
>
>Thanks for your help.
Dominican Republic, a Paradise in America
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform