hello,
you didnt require the right file; it's html.form.class.php ! (not formfile)
beside this, it's strange you dont have error message for this.
Regards
Christophe

--
Responsable technique
SARL altairis
www.altairis.fr
09 52 71 70 96

Le 24/02/2013 11:21, Mapluz Dev a écrit :
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
--
VBLC Signature
------------------------------------------------------------------------

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

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

Répondre à