Skip to main content

Hi
My client need a time sheet entry form:
User will select Start-Date (eg.24-Jun-16) and End-Date(eg.28-June-16) from top calender.
Then
The rows with date should be automatically created below (eg. 24-june-16 to 28-June-16 with in-time and out-time text box) .

 

Is there any way in k2 blackper form design to create rows dynamically ?

Hello,

 You can create two views. The first view will be an item view for entry. The second view will be a list view of the item view. The second list will be for reading the data entered in the item view. When placing them into a form drag the item view first and then the list view beneath it. Then in the form create a rule to create an item on the list view when items are added.

 

Another idea is to have a list view in the form that displays all of the entries. You can create a toolbar button that opens a subview. The subview (item View) can have the start date and end date controls along with a create/submit button. When the create/submit button is clicked it can update the list view, and close the subview. On the list view a remove button can be added to delete misentered items.

 

I hope this helps.

 

Thanks,

Bryan Peters


Reply