field Color

Hi - I am trying to control the field color of a column dynamically on an editable grid view.I have following code on OnLoadRecord event.When I execute the form I get the following error. I am using a SC trial version …

Fatal error: Call to undefined function sc_field_color() in C:\Program Files\NetMake\v5\wwwroot\scriptcase\app\school\form_fee_details\form_fee_details_apl.php on line 2725

Re: field Color

srisaru,
Check the documentation…! It is applicable for grid… Not Forms… (Grid view is a Form)

Macros to change/restore a grid field text color.

Regards
Dhana

Re: field Color

Hello sir

Check this link below please:

http://downloads.scriptcase.net/downloads/v5/manual/en_us/webhelp/manual_mp/28-Macros/02-eventos_x_apps.htm

It will show all the events and possible macros that can be used.

Re: field Color

Thank you, Max