|
| Where to write a Wish List for WD22 |
| Iniciado por guest, 27,ago. 2016 10:05 - 4 respuestas |
| |
| | | |
|
| |
| Publicado el 27,agosto 2016 - 10:05 |
| Is there an official place or address to send and share a wish list for WD22 that could be actually taken into account by PCSoft? |
| |
| |
| | | |
|
| | |
| |
| Publicado el 27,agosto 2016 - 13:20 |
Hi Stefano,
yes, you can use the regular support tool (request to technical support) for that. There is a choice at the beginning where you have the option "I want to make a suggestion"
However, that may be too late for v22, as the list of new functions for v22 should be available (in french) at the beginning of September.
Best regards |
| |
| |
| | | |
|
| | |
| |
| Publicado el 27,agosto 2016 - 14:21 |
Thank you. Maybe WD23?
Is there also a way to know something in advance about PCSoft Roadmap? The big news of 21 were about telemetry... We discover that when things were done. Did someone know "in WD21 the interest will be at most on telemetry" before?
For esample in WD I wish a deeper work on Spreadsheet control in order to use it not only for Excel. Instead the could merge table and spreadsheet feauters for providing a full-featured table control working like excel. In my opinion Farpoint Spread, devexpress and more have a lot to teach about how a table control should be.
In WD I can't even get 2 or more combobox columns with value list tied to values in other columns. Ex. I'm editing a product's department by dropdown and when I choose one I would fill following dropdown combo of sectors with only sectors belonging to the chosen department. On the other side they are very quick in loading bulk data.
If I know in advance they will work on it I will plan my middle-term work in something else or skip buying (not cheap) third party components. |
| |
| |
| | | |
|
| | |
| |
| Publicado el 27,agosto 2016 - 15:34 |
Quote Stefano Giavardi
In WD I can't even get 2 or more combobox columns with value list tied to values in other columns. Ex. I'm editing a product's department by dropdown and when I choose one I would fill following dropdown combo of sectors with only sectors belonging to the chosen department.
Hi Stefano,
Make the contents of the sector dropdown a query based on the department ID (QRY_sector).
Then put this code in the 'Selecting a row' section of COMBO_department to update the contents of the dropdown:
HExecuteQuery(QRY_sector,hQueryDefault,+COMBO_department) ListDisplay(COMBO_sector) If you want the sector dropdown to open automatically, add
ComboOpen(COMBO_sector)
Hope that helps Cheers
Pete |
| |
| |
| | | |
|
| | |
| |
| Publicado el 27,agosto 2016 - 18:56 |
| Sure, thanks for the advice but that will change the dropdown for all the sector column, not only for the row I'm working on. Am I right? |
| |
| |
| | | |
|
| | | | |
| | |
|