Ma version:
Forms [32 bits] Version 10.1.2.0.2 (Production)
Oracle Database 10g Release 10.2.0.3.0 - 64bit Production
Oracle Toolkit Version 10.1.2.0.2 (Production)
PL/SQL Version 10.1.0.4.2 (Production)
Oracle Procedure Builder V10.1.2.0.2 - Production
PL/SQL Editor (c) WinMain Software (www.winmain.com), v1.0 (Production)
Oracle Query Builder 10.1.2.0.2 - Production
Oracle Virtual Graphics System Version 10.1.2.0.2 (Production)
Oracle Tools GUI Utilities Version 10.1.2.0.2 (Production)
Oracle Multimedia Version 10.1.2.0.2 (Production)
Oracle Tools Integration Version 10.1.2.0.2 (Production)
Oracle Tools Common Area Version 10.1.2.0.2
Oracle CORE 10.1.0.4.0 Production
Ma question:
Comment changer la croix rouge dans l'affichage d'un message à l'écran par autre chose, comme un point d'exclamation par exemple.
Mon code:
-- Choix du rapport selon detail des factures
if :b1.detail_facture = 'Y' then
t_report_code := 'P_AR1000D';
else
:b10.c_alert_button := F_Show_Alert('EXCLAIM', 1, 'Le rapport sommaire est à faire, sinon vous pouvez afficher le détail des factures');
return;
end if;
Merci a l'avance
Clément
Québec
Canada.
Partager