dolibarr-dev
[Top][All Lists]
Advanced

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

[Dolibarr-dev] Message information


From: Mapluz Dev
Subject: [Dolibarr-dev] Message information
Date: Sun, 24 Feb 2013 11:21:35 +0100
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:10.0.6esrpre) Gecko/20120713 Thunderbird/10.0.6

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


reply via email to

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