What are the values/options for using the .order properties of a declared view?
mDBLinkCmpRW.OpenView "IC0280", vICHIST
vICHIST.Order = ?
If I wanted to sort by ITEMNO? DAYENDSEQ?
How would I do that? Are the valid numbers (in this case 0 to 5) the keys in order that they appear in the object model for that view?
mDBLinkCmpRW.OpenView "IC0280", vICHIST
vICHIST.Order = ?
If I wanted to sort by ITEMNO? DAYENDSEQ?
How would I do that? Are the valid numbers (in this case 0 to 5) the keys in order that they appear in the object model for that view?