I'm new to using screen painter and I am trying to make a payro开发者_开发问答ll add -on for SAP B1. The payroll application I have right now, I made in C# .NET. The forms are winforms and I want to make them again with screen painter using SAP B1 8.81 PL 4.
On the toolbox for screen painter, I do not see any datetimepicker that I can drag onto the form unlike in Visual Studio.
So how do I get to have a datetimepicker using screenpainter?
- add a "Text Field"
- then go to its attributes (by double clicking) and change the data format to "Date"
to make a text field as Date picker type we need to bind that field with a date field in a sap b1 table or using userdata sources through coding. after adding this we need to enable option for date in view-> pickers display in menu.
精彩评论