开发者

Creating a Datetimepicker in screen painter in SAP Business 1

开发者 https://www.devze.com 2023-03-27 20:50 出处:网络
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

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消