NagesWarao assigns to the static variable "cItemFlds" the fields it uses in the xbrowse
- Code: Select all Expand view RUN
- static cItemFlds := "INVNUM,SERIAL,ITEMCODE,ITEMNAME,QUANTITY,UNIT,PRICE,DISCOUNT,RECNO()"
If I have many fields to set can use ";" ?
sample
- Code: Select all Expand view RUN
- static cItemFlds := "INVNUM,SERIAL,ITEMCODE,ITEMNAME,QUANTITY,;
UNIT,PRICE,DISCOUNT,RECNO()"
or not ?