Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Cros Tab
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Versions des environnements
Visual FoxPro:
VFP 9
Database:
Visual FoxPro
Divers
Thread ID:
01011056
Message ID:
01011075
Vues:
20
Bernhart,

Would this work for you?
SELECT iEmployee, DAY(ddate) as iDay, cNomp ;
  FROM tpsh ;
  WHERE cNomp <> SPACE(2) ;
  ORDER BY 1,2 ;
  INTO CURSOR crsCrossTab
>
>
>I have cursor with :( see on the picture)
>
>WWW.Amline.be\cross.jpg
>
>I want
>
>
>iemployee    1  - 2  -  3  -  4  -5  - 6  - 7 - > 31
>99          '  ' '  '  'JF'
>99          '  ' '  '  'K1'
>
>
>What sql Command can i do with for this result ?
>
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform