dolibarr-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Dolibarr-dev] Message information


From: Christophe Battarel
Subject: Re: [Dolibarr-dev] Message information
Date: Sun, 24 Feb 2013 17:14:54 +0100
User-agent: Mozilla/5.0 (Windows NT 6.1; rv:17.0) Gecko/20130215 Thunderbird/17.0.3

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
--

Développement Mapluz - MAPLUZ

Ingénierie Génie Logiciel

Mobile :+33 6 79 24 91 50

Email :address@hidden



_______________________________________________
Dolibarr-dev mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/dolibarr-dev


reply via email to

[Prev in Thread] Current Thread [Next in Thread]