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.


Topics - jdegrendele

Pages: [1]
1
Language / Active Window?
« on: October 04, 2022, 03:33:55 PM »
Trying to determine why a nomads panel (or character window for that matter) when launched from a program and/or our menu will not come up as the active window.  Panel appears correctly, however we have to click somewhere on the panel in order for it to receive focus.  Working in version 17.1, trying to move application to Azure server with access via browser.   Application works correctly on current Windoz server with access to app via RDP.  Azure server is running Windows Server 2022.  We are not using Windx (at the moment).  Questions are:  Is this something that has been run across before?  Is there a way to force focus to a window after it has been drawn on the screen?  We've looked at 'GOTO' mneumonic but are having trouble determining the correct window ID value to place in this command (tried using *winapi;findwindow" without any luck.

2
Nomads / Queries, Grids, & Folders (oh my)
« on: November 30, 2020, 03:43:37 PM »
I have a standard query assigned to a cell within a grid and the grid is on the second of a series of folders on a panel.  The query is used to look up members by name.  Use this query all over our app, however this is the first time using it in a grid.  The query has "Auto Tab" turned on in the header.  Works well, however with the "Auto Tab" on the application moves to the next folder after returning from the query and associated "on change" cell logic.  When I turn "Auto Tab" off the program returns back to the original cell on the current folder.  I'm figuring the query logic is forcing my program to move along to the next control, however I need it to stay in the same control (grid / folder).  I'm good with turning off the "Auto Tab" and adding code to move along to the next column in the grid however I'm wondering if this is really necessary. 

3
Thin Client/WindX / User INI file on CITRIX server
« on: October 20, 2020, 05:26:18 PM »
Trying to figure out the best way to handle this.  Not a Citrix expert (or even a novice), however my understanding is each time a user launches our application the Citrix server fires up Windx from a common location and sends the user on their way.  And, it appears that because everyone gets an instance of Windx from the same place that they all are sharing the same INI file content.  I read the documentation and saw that there is a rule applied by Pxplus for locating the INI file when an explicit folder is not named in the command line (such is my case).  According to the docs the first place searched is the "Current User's Data Directory".  That sounds like the solution to me (copy a default INI file to that location and have the user start again).  How do I determine what that location is??

4
Thin Client/WindX / Identify Idle Processes on Linux system
« on: September 23, 2020, 02:35:42 PM »
I have a client who is experiencing several issues (error 0's, exceeding user license count, etc) due to server side sessions staying alive after the client connection gets abnormally terminated.  They are using Telnet to connect to a Linux server.  Is there a utility available that can identify orphaned Linux sessions and terminate them?   

5
Nomads / EnterMode in Grid
« on: July 29, 2020, 03:55:57 PM »
I have a grid residing within a folder.  Can't figure out why when I click into a cell, change the value, then press the Enter key the program switches to the next folder.  I have EnterMode set to '3' in the presets of the panel with the grid that is misbehaving.  Funny thing is if I click into a cell and don't change anything and then press the ENTER key the cursor within the grid behaves as expected.  Also, while on the subject is there a general rule about using TabMode versus EnterMode to set cursor behavior and should you ever use both in the same grid?

6
Nomads / Reference grid on panel (how to)
« on: July 27, 2020, 05:55:04 PM »
Working with folders for the first time.  I have a base panel with 3 folders on it (header, detail, totals).  My details folder has a grid on it that I need to reference back to when the operator is done working on the invoice (for lack of a better term).  I'm using Preserve Controls and Auto Advance (thanks for that feature).  I'm trying to figure out the best way to get the information from the details grid once the user is done (since the user can pretty much click on any tab and/or the "I'm Finished" button).  Is there a way to reference a grid on a folder that is not in focus OR do I have to keep the grid data in a work file and read out of that.  I was trying to avoid the second option to cut down on updates back and forth between the grid and file.  Really hoping there's some way to say "hey, I need to get data out of that grid on folder 2 without having to switch focus back to the folder". 

7
Programming / Error 61 calling *winapi
« on: January 22, 2020, 01:19:57 PM »
PxPlus 2017 nthost / ntslave configuration.  I have a client who is updating their PC's to Win10.  One of the systems is brand new.   On this system we are getting an error 61 when trying to call %wdx$+"*winapi;getsystemmetrics".  I have tried to uninstall and reinstall Windx.  Positive that correct versions are being used.  Can anyone provide me with an idea as to what might be going on?  I'm thinking some sort of permissions problem with the user account on the PC but unfortunately I'm having to work thru another IT group to resolve this and so far are not a lot of help.

Regards,
Jeff DeGrendele
SDA, Inc.

8
Nomads / AutoCompName in Grid
« on: March 28, 2019, 06:17:58 PM »
Trying to use AutoCompName property in presets of a grid.  The Column (Number/Name) is greyed out and set to a value of zero.  I am unable to assign which column I would like for the property to be associated with.  Providex version 14.1.

9
Nomads / Locked Cells in a Grid
« on: July 25, 2018, 03:21:51 PM »
PxPlus 2017, v14.10.  Set up a simple grid with 7 columns.  Preset the following properties: Columnwidth on col -1 to zero, Lock col 1, Lock col 2, SkipLockedCells to on, TabMode = 2.  When the grid initially comes into focus the cursor lands on the first column of the first row which was locked by the presets.  Pressing the tab key moves focus to the 3rd column of the first row. 
Since I've locked the first 2 columns of the grid and specified SkipLockedCells I was expecting the focus to be on the 3rd column when entering the grid.  Is there something I'm missing?

Jeff DeGrendele
SDA, Inc.

Pages: [1]