Hi! How can I set Xbrowse to array of objects? I need to display each object data's in columns, like code, description,price etc
Hi! How can I set Xbrowse to array of objects? I need to display each object data's in columns, like code, description,price etc
Please review samples\inspect.prg to see if it is what you are looking for ![]()
Antonio Linares wrote:Please review samples\inspect.prg to see if it is what you are looking for
Help, anyone?
Mosh,
Please post here your PRG code and we review it, thanks ![]()
Antonio Linares wrote:Please review samples\inspect.prg to see if it is what you are looking for
mosh1 wrote:
One more question - how do I control sizes of cells?
FIELDS oBrw:aRow:cItemcode,oBrw:aRow:cDESCRIP, oBrw:aRow:nPrice ;
HEADERS "CODE", "DESCR","PRICE" ;
COLSIZES 35, 40,40 ;anserkk wrote:mosh1 wrote:
One more question - how do I control sizes of cells?
FIELDS oBrw:aRow:cItemcode,oBrw:aRow:cDESCRIP, oBrw:aRow:nPrice ; HEADERS "CODE", "DESCR","PRICE" ; COLSIZES 35, 40,40 ;