Overblog Tous les blogs Top blogs Technologie & Science Tous les blogs Technologie & Science
Editer l'article Suivre ce blog Administration + Créer mon blog
MENU

Articles Oracle Forms, PL/SQL, Java, J2EE

Publicité

Forms : A based block sorted on a non database column

I often see questions about how to sort a based block on a non database column.

A block sorted on a non database column

This is a "how-to" that does the trick.
Publicité
Retour à l'accueil
Partager cet article
Repost0
Pour être informé des derniers articles, inscrivez vous :
Commenter cet article
S
Hi François<br /> There is another way to do this :<br /> The steps 1, 2 and 3 are the same. <br /> Step 4 : for your data block property, in the Advanced database node,  in  the DML_DATA_TARGET_NAME property, specify the table name (in your example EMP)<br /> Step 5 : for your item total, put the QUERY ONLY property to yes<br /> And that's all, you don't have to write any code.
Répondre
F
Yes sebastian, if the query is about a single table, you are right  ;o)Thanks for the tip.