hello
In my module, I wish display a message, the same type of message when, for example, you clone an invoice.
I tried this but nothing is displayed:
------------------------------------------------------------------------------------------------------------------------------------------------
require_once(DOL_DOCUMENT_ROOT."/core/class/html.formfile.class.php");
$form = new Form($this->db);
            $formquestion=array();
            $formconfirm=$form->formconfirm($_SERVER["PHP_SELF"],
                                            "Class do not exist",
                                            "what to do",
                                            'confirm_message',
                                            $formquestion,
                                            'yes',
                                            1);
            print $formconfirm;
------------------------------------------------------------------------------------------------------------------------------------------------
Do you have any idea?
Thanks
--
------------------------------------------------------------------------

Développement Mapluz - MAPLUZ <http://www.mapluz.fr>

Ingénierie Génie Logiciel

*Mobile :*+33 6 79 24 91 50

*Email :*[email protected] <mailto:[email protected]>

_______________________________________________
Dolibarr-dev mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/dolibarr-dev

Répondre à