PxPlus User Forum

Twitter Twitter Twitter

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Len Vassos

Pages: 1 [2] 3
16
Tips and Techniques / Using the Maintain NOMADS Environment Utility
« on: June 03, 2020, 02:00:19 PM »
This utility introduced in PxPlus 2020 was created to provide a simple grid interface to help set %NOMADS properties for your application.  The utility gives you access to all of the %NOMADS properties and can be sorted by category, alphabetically, or by whether the property has been set.   As you navigate through each property, the property description will display a brief overview with examples.   Each property value can be entered by selecting a checkbox or drop box, picking a value from a lookup or entering it in the grid.   Property values can also be entered as expressions to give added flexibility.   The values are stored in a settings file and once the %NOMADS object is instantiated all of the settings are applied.

How to Set Properties

1.   From the IDE Launcher select the Maintain NOMADS Environment task from the Graphical Application Builder (NOMADS) menu.
2.   Once the utility is launched, the grid can be sorted by category, alphabetically, or by properties that have been set, in order to help locate the desired properties.
3.   To set a property, check the Set checkbox and select/enter the value appropriate for the selected property.   
4.   To enter an expression, check the Exp checkbox and enter the expression.   

Note:  if a value/expression is entered first, the Set checkbox will automatically be checked.

5.   To save the entries, select either OK or Apply.   Apply will save the changes without closing the window.

Other Features of the Utility

Display Settings:  Displays contents of the setting file
Copy To:  Copies the current settings file to another directory
Reset:  Clears the settings file

Go to Maintain NOMADS Environment Utility to learn more about this utility.

17
Nomads / Re: Panel Compare
« on: June 01, 2020, 01:18:35 PM »
Case sensitive capability has been added to Library Compare Utility and is now available in PxPlus 2020.

For a complete overview of new features in this release, see our new What's New section.

18
Wish List / Re: *WEB/FTP - TLS
« on: June 01, 2020, 12:34:06 PM »
TLS support (FTPS, FTPES and SFTP) has been added to *WEB/FTP in PxPlus 2020.

For a complete overview of new features in this release, see our new What's New section.

19
Wish List / Re: *query* as input for Report Writer
« on: June 01, 2020, 12:08:36 PM »
The ability to select a Query as an Input Source in Report Writer is now available in PxPlus 2020.

For a complete overview of new features in this release, see our new What's New section.

20
Nomads / Re: Panel Compare
« on: March 12, 2020, 09:01:49 AM »
Paula,

We can add it to our wish list.

21
Language / Re: Error 49
« on: December 04, 2019, 09:38:38 AM »
Jeff,

This issue has been resolved and is now available on PxPlus 2019 Update 2 (v16.20)

22
Wish List / Re: Database Conversion Utility
« on: June 26, 2019, 10:47:49 AM »
Thomas,

We will look into the issue with DATEFMT and will review your wishlist items.

23
Programming / Re: Query buttons not hiding as directed
« on: June 13, 2019, 10:44:42 AM »
A new v15.10-0001 build is now available on our website that addresses this issue.

24
Tips and Techniques / Using Extended Class Validation and Display
« on: May 27, 2019, 03:05:29 PM »
In PxPlus 2019, we introduced a new feature that allows for additional data validation and the ability to add display-only fields based on a table.   We extend Data Class functionality and Multi-line functionality in Nomads.

For example, you may have a Salesperson Code in your Customer Maintenance panel that you want to validate against the Salesperson table.   Additionally, you may also want to display the Salesperson Name, and other data when a valid code is entered.

You can accomplish this with the following steps:

Data Class Definition
1.   Create a new dynamic Multi-line data class (i.e. SALESREP).
2.   In the Validation tab, select the “Use Extended Validation” checkbox.
3.   In the “Table” field, select the table to be use for the validation
4.   From the “Key” dropbox select the key to use for the verification.  All the keys defined for the table are loaded.
5.   From the “Descriptive Field” dropbox select the data element (i.e. Salesperson Name) to be available when designing the Nomads panel.  All data elements from the table are loaded.
6.   Select the “Populate All Fields” checkbox to make all data elements from the selected table available when designing the Nomads panel.
7.   (Optional) You can override the standard validation message by selecting a message library in the “Error if Invalid” field.
8.   (Optional) Program logic can also be entered to override the standard validation message in “Logic if not Found” field.
9.   Enter the other required fields and save the Data Class

Nomads Multi-Line Control
1.   Call up the Nomads panel.
2.   Create a new Multi-line control and give it a name (i.e. SALESPERSON).   Enter the data class SALESREP that was created in Step 1 under Data Class Definition
3.   Create a new multi-line to be used for the SalesPerson Name
4.   To get the data you want, you can do either of the following:
   a.   In the control name, enter SHOW.SALESPERSON.NAME, where NAME is the name of the data element from the table and SALESPERSON is the name of the control from Step 2. 
   b.   Use the new button beside the Name control to display the data elements from the table based on the SALESPERSON control created in Step 2.  When a data element is selected the
         same control name syntax as in Step 4a, will be created.
5.   When creating a “SHOW” type control, the Locked, Borderless and Transparent attributes are automatically set.
6.   You can continue to create new Multi-lines and select other data elements to display, as desired.

Go to Extended Class Validation and Display to learn more about this new PxPlus 2019 feature.

25
Wish List / Re: define query button bitmap by expression
« on: May 16, 2019, 11:22:52 AM »
The ability to specify an expression as the bitmap for an individual query is now available in PxPlus 2019.   Same capability was also added when defining bitmaps for Menu Bar Items.

26
Wish List / Re: Nomads+ pointer tool
« on: May 16, 2019, 10:57:34 AM »
New pointer tool is now available in Nomads+ in PxPlus 2019. 

27
Wish List / Re: ED+ shortcuts
« on: May 16, 2019, 10:49:05 AM »
New CTRL+N , CTRL+P, and CTRL+G shortcuts have been added to ED+ in PxPlus 2019

28
Wish List / Re: New TinyMCE editor
« on: May 16, 2019, 10:38:33 AM »
The new TinyMCE editor is now available in PxPlus 2019.

29
Programming / Re: GET_FILE_BOX
« on: December 14, 2018, 08:52:08 AM »
Based on feedback we received at the last DireXions, for PxPlus 2019 we added a new option to suppress the New Folder button.   We can look at potentially doing the same for going back up the directory tree.

30
Wish List / Re: Nomads+ pointer tool
« on: October 19, 2018, 10:23:52 AM »
The pointer tool will be added to Nomads+ in PxPlus 2019

Pages: 1 [2] 3