salut
j'ai un probleme j'ai un deux attribut operation et produit et j'ai cree un button chercher et j'ai un tabulaire qui ce compose de deux block je veux veu ke tout les elements qui appartienne a ce produit et cette operation s'affiche tjr j'ai qu'un seul element qui s'affiche j'ai fais un declencheur when-buttom-pressed est voici mon code
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
select ligne_schema.sens,ligne_schema.n_compte,compte.intitule_compte,dictionnaire_donnee.libelle_donnee
into :ligne_schema.sens,:ligne_schema.n_compte,:compte.intitule_compte,:dictionnaire_donnee.libelle_donnee
from ligne_schema,compte,dictionnaire_donnee,schema_comptable,produit,operation
where compte.n_compte=ligne_schema.n_compte
and ligne_schema.code_donnee=dictionnaire_donnee.code_donnee
and ligne_schema.code_schema=schema_comptable.code_schema
and schema_comptable.code_produit=produit.code_produit
and schema_comptable.code_oper=operation.code_oper
and produit.code_produit=:produit.code_produit
and :operation.code_oper=operation.code_oper;
si vous avez des idees aider moi merci