Grid And List Creation Revision

Read-only forum. Used to announce new releases of EASYProcess.

Locked
JustinVanRegenmorter
Posts: 536
Joined: August 26th, 2021, 9:56 am
Contact:

Grid And List Creation Revision

Unread post by JustinVanRegenmorter »

As of DesignTime revision 2115, the add new Grid and List feature should be changed to help make the creation of a list/grid/form easier. Users can now just drag and drop the new List/Grid control and setup service and controls from one place.
Grid Creation Overview.PNG
Grid Creation Overview.PNG (42.07 KiB) Viewed 595 times
Grid Creation Overview.PNG
Grid Creation Overview.PNG (42.07 KiB) Viewed 595 times
When you are in the "Add List / Grid" tab after you put the control on the page then you can set the "Control Name", "Control Type", "Use Name As HtmlId flag", and the "Service Type".

Control Type lets you select between "List", "Grid", and "Form". A List is a default control type and looks like this after it's filled out:
List Creation.PNG
List Creation.PNG (140.82 KiB) Viewed 595 times
List Creation.PNG
List Creation.PNG (140.82 KiB) Viewed 595 times
A Grid is similar to the list but is vertical and looks like this:
Grid Creation.PNG
Grid Creation.PNG (46.27 KiB) Viewed 595 times
Grid Creation.PNG
Grid Creation.PNG (46.27 KiB) Viewed 595 times
A Form takes the query results and sets them vertically in a table like this:
Form Creation.PNG
Form Creation.PNG (34.1 KiB) Viewed 595 times
Form Creation.PNG
Form Creation.PNG (34.1 KiB) Viewed 595 times
The Service Type lets you choose how form your query for the List, Grid, or Form control. You can choose between an Inquire service, a RunQuery service, or other. This defaults to None and if kept selected it will generate an empty list control.

You can setup the services just like you would if you drag and drop the control into the model yourself. Here is what it looks like when you select Inquire:
Inquire Service Type.PNG
Inquire Service Type.PNG (28.96 KiB) Viewed 595 times
Inquire Service Type.PNG
Inquire Service Type.PNG (28.96 KiB) Viewed 595 times
Here is what it looks like when you select RunQuery:
RunQuery Service Type.PNG
RunQuery Service Type.PNG (25.88 KiB) Viewed 595 times
RunQuery Service Type.PNG
RunQuery Service Type.PNG (25.88 KiB) Viewed 595 times
Here is what it looks like when you select Other:
Other Service Type.PNG
Other Service Type.PNG (21.1 KiB) Viewed 595 times
Other Service Type.PNG
Other Service Type.PNG (21.1 KiB) Viewed 595 times
word count: 364
Locked