Entries by Konstantinos

, ,

Localization in PowerForms

PowerForms can be localized through the Localization Section in the designer.     A list containing all the texts appearing inside forms either in controls, buttons or messages is displayed and the user can change the required texts. The list supports Unicode so changing the texts to fit your needs should not be a problem. […]

, ,

The {url} Keyword

The {url} is a brand new keyword which can be used in the designer to indicate the local web-site url, instead of having to write the whole SharePoint site/sub-site path. Important Note: The {url} keyword can be used to substitute the full site/sub-site url when creating lookup controls or list queries.   Up to this point, when […]

, ,

Master-Detail using the ListAndForm control

This is a step-by-step guide of building a mster-detail form using the ListAndForm control. For this example. we will use 2 connected lists : Customers and Contacts. Customers list columns Title, Address Contacts list columns Title (renamed to Full Name), LastName (single line of text, renamed to “Last Name”), FirstName (single line of text, renamed […]

, ,

Complex List Query Examples

This article contains some more advanced examples on query building : You can read some basic instructions on how to build list query criteria HERE : For our examples, we will use a list of Cases having the following columns : Title (Single line of text) Customer (Lookup to the Customers list) StartDate (Datetime) Status (Lookup to […]

, ,

List Query Criteria

List Queries is a common method to load results from a SharePoint list. List Queris can be specified using the LIST-QUERIES section of the runtime designer or when defining parameters for lookup controls (inside the Lookup Details tab or the control properties editor). For lookup controls, you can use the following option :     […]

, ,

How file uploading works (for new and existing records)

Navigate to Attachments Tab. A user can add attachments in two different ways, by browsing for files or by dragging and dropping files on the Existing Attachments area.   Browsing for Attachments: Select    The new Browse Feature allows multiple files selection from the same location or multiple browse actions to select files from multiple locations. Select the desired […]