Mar 3, 2005 #1 blumash Programmer Oct 2, 2003 50 HU I would like to change a background color of a field during the excutaion of a screen or form , looking for the command to do that. Thank's
I would like to change a background color of a field during the excutaion of a screen or form , looking for the command to do that. Thank's
Mar 3, 2005 #2 alvechurchdata Programmer Nov 8, 2003 1,737 GB I don't think you can do this from the screen designer. You have to edit the .Spr file and edit the COLOR clause of the @ statements. Geoff Franklin http://www.alvechurchdata.co.uk Upvote 0 Downvote
I don't think you can do this from the screen designer. You have to edit the .Spr file and edit the COLOR clause of the @ statements. Geoff Franklin http://www.alvechurchdata.co.uk
Mar 5, 2005 Thread starter #3 blumash Programmer Oct 2, 2003 50 HU For General knowlige , I found it , it's possible to change a backgroung of a field by the folowing command : show get m.moponumber color , RGB(0,0,0,255,0,0) && this command changes the background of a field to Red color. show get m.moponumber color ,RGB(,,,255,255,255) && this command changes the background of a field to White color. Thank u very much for your help Upvote 0 Downvote
For General knowlige , I found it , it's possible to change a backgroung of a field by the folowing command : show get m.moponumber color , RGB(0,0,0,255,0,0) && this command changes the background of a field to Red color. show get m.moponumber color ,RGB(,,,255,255,255) && this command changes the background of a field to White color. Thank u very much for your help
Mar 5, 2005 #4 alvechurchdata Programmer Nov 8, 2003 1,737 GB Glad it worked. Just remember to avoid the screen designer because that will overwrite your changes to the .Spr file. Geoff Franklin http://www.alvechurchdata.co.uk Upvote 0 Downvote
Glad it worked. Just remember to avoid the screen designer because that will overwrite your changes to the .Spr file. Geoff Franklin http://www.alvechurchdata.co.uk