Hi All,
I want to set width of look up screen. Because, now, look up screen has a
coloumn and all data in that coloum aren’t beeing read. So, actually
these data have long string expressions. And also, label of this coloumn is
“Color”. I suppose that I must change label name (for example;
“Color Names” or <etc.> of this coloumn in order to extend
size of this coloumn. Therefore, I used this code (sysTableLookup.setLabel("Color
Name");) into my look up code section.
I wrote this code into here (in my look up method); //The next line
actualy adds the fields that will be displayed in the lookup grid
sysTableLookup.setLabel("Color Name"); sysTableLookup.addLookupfield(fieldNum(INVENTDIMCOMBINATION,
INVENTCOLORID)); or I wrote
this code into here (in my look up method); //The next line
actualy adds the fields that will be displayed in the lookup grid
sysTableLookup.addLookupfield(fieldNum(INVENTDIMCOMBINATION, INVENTCOLORID));
sysTableLookup.setLabel("Color Name");
But, I didn’t do it.
Maybe, I must write another code without using setLabel method of
sysTableLookup class.
You think, what must I do for this operation. Tell me please.
Thank you.
MJ. Yahoo! Groups Links
|