Hi Im trying to change the messege you get when you delete a row, but don't know how, can some one please help me, and how can I add a pop up messege when you add a new row Thanks
|
|||
|
OpenBiz & Cubi |
|
| Copyright © 2003-2010 by PHP OpenBiz. |
Thanks, just one last
Thanks, just one last question to finish my development, I've been looking where to change the messege you get when a requierd field does not have a value, I change some strings in the jsval.js but didnt change the messege
Thanks a lot for your help
In Openbiz 2.4, you can
In Openbiz 2.4, you can define your error message in /yourapp/message/, and specify the MessageFile="yourfile.msg" in your Form xml. In the message file you can either override system error message or define your own ones.
Please refer to "Use message and enable multi-language" in openbiz 2.4 document, "Openbiz Development Guide".
- support
Ok, thanks, but the
Ok, thanks, but the development is in Openbix 2.2, I just want to know how to change the messege you get when a required field dosent have a value
Thanks
In 2.2, you can change
In 2.2, you can change BDO_ERROR_REQUIRED in openbiz/sysresource.inc
- support
Hi, thanx a lot, but now im
Hi, thanx a lot, but now im loocking how to change the text in the navbar from 1 of 1 to 1 de 1, but I havent found where to change that
Im doing all of this little changes because im developing for a client in Mexico.
Thanks a lot
you have to change it in
you have to change it in list.tpl template.
-Andrew
In the clientUtil.js, change
In the clientUtil.js, change the confirm message in jbForm.prototype.DeleteRecord = function (params_array)
If you want to add a message before save a record, you can add it in jbForm.prototype.SaveRecord = function (params_array)
- support