From version 27.1
edited by sas
on 28.03.2022, 17:47
Change comment: There is no comment for this version
To version 39.1
edited by sas
on 17.11.2023, 13:56
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -14,10 +14,12 @@
14 14  
15 15  ; [[Form examples for calculation element>>https://formexchange.formcycle.eu:443/formcycle/form/alias/104/widget_formula?lang=en||rel="noopener noreferrer" target="_blank"]] (in Form store available)
16 16  : Examples of subtraction, summation and string concatenation
17 -:
18 -; [[Calculation age>>https://formexchange.formcycle.eu:443/formcycle/form/alias/104/calculating_age/?lang=en]] (in Form store available)
19 -: Example to calculate the current age by entering a date.
20 20  
18 +== Counter ==
19 +
20 +; [[Example for using a counter>>https://demo7.formcycle.eu/formcycle/form/alias/52/counter/?lang=en||rel="noopener noreferrer" target="_blank"]]
21 +: It will be demonstrated how to display the actual count, lock appointments that are fully booked and use the counter in the workflow
22 +
21 21  == Data sources and database queries ==
22 22  
23 23  ; [[Automcomplete functions - application possibilities>>https://demo7.formcycle.eu/formcycle/form/alias/52/autocomplete_functions_2?lang=en||rel="noopener noreferrer" target="_blank"]]
... ... @@ -29,29 +29,35 @@
29 29  ; [[Prefilling data from a source>>https://demo7.formcycle.eu/formcycle/form/alias/52/prefilling_data?lang=en||rel="noopener noreferrer" target="_blank"]]
30 30  : Assign data from a data source to fields in the form
31 31  
32 -; [[Transfer select column data>>https://demo7.formcycle.eu/formcycle/form/alias/52/transfer_select_column?lang=en||rel="noopener noreferrer" target="_blank"]]
34 +; [[Transfer select column data>>https://formexchange.formcycle.eu/formcycle/form/alias/104/transfer_select_column?lang=en||rel="noopener noreferrer" target="_blank"]] (in Form store available)
33 33  : Demo to transfer the value of any column of a data source to another field
34 34  
37 +; [[Database query>>https://formexchange.formcycle.eu/formcycle/form/alias/104/database_query?lang=en||rel="noopener noreferrer" target="_blank"]] (in Form store available)
38 +: Demo for reading data from a database with a fixed parameter.
39 +
35 35  ; [[LDAP query via selection field and autocomplete>>https://demo7.formcycle.eu/formcycle/form/alias/52/ldap_query_selection?lang=en||rel="noopener noreferrer" target="_blank"]]
36 36  : Fill the selection field with values from an LDAP query and request LDAP data using Autocomplete.
37 37  
38 38  == Date and time ==
39 39  
40 -; [[Calendar functions  >>https://formexchange.formcycle.eu:443/formcycle/form/alias/104/calendar_functions?lang=en||rel="noopener noreferrer" target="_blank"]](in Form store available)
45 +; [[Calendar functions>>https://formexchange.formcycle.eu:443/formcycle/form/alias/104/calendar_functions?lang=en||rel="noopener noreferrer" target="_blank"]] (in Form store available)
41 41  : Demo for possible functions for configuration of the calendar widget
42 42  
43 43  ; [[Date and time initialization>>https://formexchange.formcycle.eu:443/formcycle/form/alias/104/date_time_initialization?lang=en||rel="noopener noreferrer" target="_blank"]] (in Form store available)
44 44  : As soon as the form is opened, will be initial assigned the date and time value
45 45  
46 -; [[Date difference in days>>https://demo7.formcycle.eu/formcycle/form/alias/52/date_difference?lang=en||rel="noopener noreferrer" target="_blank"]]
51 +; [[Date difference in days>>https://formexchange.formcycle.eu/formcycle/form/alias/104/date_difference_in_days?lang=en||rel="noopener noreferrer" target="_blank"]] (in Form store available)
47 47  : Get difference in days from datepicker
48 48  
49 -; [[Date ranges and validation>>https://demo7.formcycle.eu/formcycle/form/alias/52/datepicker_validation?lang=en||rel="noopener noreferrer" target="_blank"]]
54 +; [[Date ranges and validation>>https://formexchange.formcycle.eu:443/formcycle/form/alias/104/datepicker_validation?lang=en||rel="noopener noreferrer" target="_blank"]] (in Form store available)
50 50  : Comparing Dates and manipulate the datepicker
51 51  
52 -; [[Formatting Birthday field>>https://demo7.formcycle.eu/formcycle/form/alias/52/formatting_birthday_field?lang=en||rel="noopener noreferrer" target="_blank"]]
57 +; [[Formatting birthday field>>https://formexchange.formcycle.eu/formcycle/form/alias/104/formatting_birthday_field?lang=en||rel="noopener noreferrer" target="_blank"]] (in Form store available)
53 53  : Configuration of the datepicker widget
54 54  
60 +; [[Calculation age>>https://formexchange.formcycle.eu/formcycle/form/alias/104/calculating_age/?lang=en||rel="noopener noreferrer" target="_blank"]] (in Form store available)
61 +: Example to calculate the current age by entering a date.
62 +
55 55  ; [[Time difference>>https://demo7.formcycle.eu/formcycle/form/alias/52/time_difference?lang=en||rel="noopener noreferrer" target="_blank"]]
56 56  : Calculate the difference between two times
57 57  
... ... @@ -100,9 +100,6 @@
100 100  ; [[Set value before sending>>https://demo7.formcycle.eu/formcycle/form/alias/52/set_value_before_sending?lang=en||rel="noopener noreferrer" target="_blank"]]
101 101  : Before sending a form, check the form and set values.
102 102  
103 -; [[Save a form temporarily>>https://demo7.formcycle.eu/formcycle/form/alias/52/save_form_temporarily?lang=en||rel="noopener noreferrer" target="_blank"]]
104 -: Save the state of a form so that it can be finished later
105 -
106 106  ; [[Generate serial numbers>>https://demo7.formcycle.eu/formcycle/form/alias/52/serial_number?lang=en||rel="noopener noreferrer" target="_blank"]]
107 107  : Generate serial numbers using the database counter
108 108  
... ... @@ -113,7 +113,7 @@
113 113  
114 114  == Formating ==
115 115  
116 -; [[Formatting of numbers (autonumeric configuration)>>https://demo7.formcycle.eu/formcycle/form/alias/52/formatting_numbers?lang=en||rel="noopener noreferrer" target="_blank"]]
121 +; [[Formatting of numbers (autonumeric configuration)>>https://formexchange.formcycle.eu/formcycle/form/provide/223/?lang=en||rel="noopener noreferrer" target="_blank"]] (in Form store available)
117 117  : Automatic formatting of a text field in a configured format and unit (autonumeric)
118 118  
119 119  ; [[Formatting different input types>>https://demo7.formcycle.eu/formcycle/form/alias/52/different_input_formatting?lang=en||rel="noopener noreferrer" target="_blank"]]