Radicore Forum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » RADICORE development » Application Development » BUTTON IN THE DATA AREA
Re: BUTTON IN THE DATA AREA [message #5123 is a reply to message #5113] Tue, 03 November 2015 15:33 Go to previous messageGo to previous message
edortizq is currently offline  edortizq
Messages: 82
Registered: August 2008
Location: Ecuador
Member

Yes, but what I want to solve is the fact that "printbutton" is the button on my data area, but it never appears on screen, even when I follow your instructions.
The problem seems to be that the framework do not recognize "printbutton" as a button but it does like a database field.

My _cm_changeConfig is:
$this->fieldspec['printbutton'] = null;
$this->fieldspec['printbutton'] = array ('type'=> 'string',
'control'=> 'input',
'task_id' => 'ticket(add4)');
$fieldarray['printbutton'] = null;


My language.text.inc:
// navigation button details for subsystem XXX
$array['printbutton'] = 'IMPRIMIR';

My xxx.detail.screen.inc file:
$structure['main']['fields'][] = array('printbutton' => '');

What I want is to debug the radicore script wich discerns if a field is a button, or a database field or a non-database field, in order to determine where is my error.

Thanks for advance.



 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: JAVASCRIPT CODE FOR INPUT FIELD
Next Topic: RETURN MORE THAN ONE TRANSACTION
Goto Forum:
  


Current Time: Thu May 02 09:07:06 EDT 2024

Total time taken to generate the page: 0.00963 seconds