Home » RADICORE development » Application Development » BUTTON IN THE DATA AREA
Re: BUTTON IN THE DATA AREA [message #5087 is a reply to message #5086] |
Mon, 19 October 2015 10:57   |
edortizq
Messages: 82 Registered: August 2008 Location: Ecuador
|
Member |

|
|
Thanks for your answer.
I've tried the following changes in _cm_chageConfig:
first try, nothing happens
$this->fieldarray['printbutton'] = null;
$this->fieldspec['printbutton'] = array ('type'=> 'string',
'control'=> 'input',
'subtype' => 'button',
'value' => 'IMPRIMIR',
'task_id' => 'ticket(add4)');
second try, nothing happens
$this->fieldarray['printbutton'] = null;
$this->fieldspec['printbutton'] = array ('type'=> 'string',
'control'=> 'input',
'subtype' => 'button',
'value' => 'IMPRIMIR',
'task_id' => 'ticket(add4)',
'nondb'=>'y');
third try, Fatal Error: Mysql: Unkknow column ´tarifa.printbutton´.........
$fieldarray['printbutton'] = null;
$this->fieldspec['printbutton'] = array ('type'=> 'string',
'control'=> 'input',
'subtype' => 'button',
'value' => 'IMPRIMIR',
'task_id' => 'ticket(add4)');
fourth try, the "button" appears like a string input field
$fieldarray['printbutton'] = null;
$this->fieldspec['printbutton'] = array ('type'=> 'string',
'control'=> 'input',
'subtype' => 'button',
'value' => 'IMPRIMIR',
'task_id' => 'ticket(add4)',
'nondb'=>'y');
Sorry to bother, and thanks for your patience.
|
|
|
 |
|
BUTTON IN THE DATA AREA
By: edortizq on Mon, 19 October 2015 00:30
|
 |
|
Re: BUTTON IN THE DATA AREA
By: AJM on Mon, 19 October 2015 05:18
|
 |
|
Re: BUTTON IN THE DATA AREA
By: edortizq on Mon, 19 October 2015 10:57
|
 |
|
Re: BUTTON IN THE DATA AREA
By: AJM on Tue, 20 October 2015 09:09
|
 |
|
Re: BUTTON IN THE DATA AREA
By: edortizq on Sun, 01 November 2015 00:11
|
 |
|
Re: BUTTON IN THE DATA AREA
By: AJM on Sun, 01 November 2015 05:21
|
 |
|
Re: BUTTON IN THE DATA AREA
By: edortizq on Tue, 03 November 2015 15:33
|
 |
|
Re: BUTTON IN THE DATA AREA
By: AJM on Wed, 04 November 2015 05:52
|
 |
|
Re: BUTTON IN THE DATA AREA
By: edortizq on Wed, 04 November 2015 23:42
|
 |
|
Re: BUTTON IN THE DATA AREA
By: edortizq on Wed, 23 March 2016 13:26
|
 |
|
Re: BUTTON IN THE DATA AREA
By: AJM on Thu, 24 March 2016 06:20
|
Goto Forum:
Current Time: Fri Jul 04 13:59:26 EDT 2025
Total time taken to generate the page: 0.09720 seconds
|