Archives
The out of box Syteline missed some of the detail carelessly. For example, the Grid view for RMA is sorted by RMA date ascending. So it shows the oldest RMA up front and you are seeing those years old closed RMAs. Syteline Application Case Change the sorting of Grid view in RMA form, to show […]
Sometime, while you are making modification on a Syteline form in design mode, system would crush on you. Even after you log out and log back in, and try get into the design mode again, the error message would keep coming up, preventing you using any function in design mode. This usually only happen to […]
In Syteline 8, some time in some forms, the horizontal scrollbar in Grid mod would some how missing. User can not see all records in the data set. This often due to that when developer making modification to the form, some how make the height of Grid mod screen disagree with the height of the […]
This is considered by some people as Holy Grail of Syteline Form Personalization. Here is what we want to do. In “Time Phased Inventory” form, we want to change the color to yellow for those rows that is PO. First, we need to create a new form script method, called SetPOColor() Sub SetPOColor() Dim i […]
Each component in Syteline form can have its own right click menu, and this right click menu is customizable. See the sample, the “Ship To” field has a standard right click menu, with “Add”, “Detail”, “Find” and “Help” menu items. If you look into the component property of “Ship To” field, you can see the […]