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 - Prajin P K

Pages: [1]
1
Nomads / Multi line control (GOTO)
« on: January 09, 2020, 06:20:09 AM »
Hi all,


        We used multi line control "MULTI_LINE GOTO ctl_id" in one of the panel for field validation. its not focusing on the specified field while run in inomads. what will be the issue, please give the solution for this.

2
Nomads / Grid Control: Button click functionalities
« on: December 12, 2019, 04:42:27 AM »
Hi Team,
       We've added buttons on each row to perform delete, save, etc for each record on grid control. please help us provide solution to do those operations in class program(.PVC) while clicking on particular button.

3
iNomads / Generating menus through program
« on: December 07, 2018, 01:06:21 AM »

Hi Team,



We are using the default menu generation program to integrate the iNomads template with the menus through the data files(task.dat) provided by the ide template. We are able to generate our menus by changing the values of the data files.


We have a set of menus, all these menus can be accessed through the programs with .pvx extension. The issue is we are not able to use the .pvx extension programs in those data files. But we can use the default programs like *ace/editor. We tried to create a new program and calling that particular .pvx file but the functionalities are not working.  The same happens when we change the transaction type from P (program) to S(screen) by locating the panel path with name.
Is there any possible way to access those menus with those programs


Thanks,
Prajin

4
iNomads / Inomads Login Issue
« on: December 03, 2018, 02:20:37 AM »
Hey team,


We are trying to convert Inomads template from nomads panel. The issue we are going through is, after we entered the credentials in the login page the web-page becomes unresponsive and we are not able to login or access. The error message is attached


So we have to restart the system and login, where the issue occurs again. we tried running it in incognito and cleared cache and restarted the system none of these steps seems to be the resolving the issue.


Please guide us resolving the issue.


Thanks,
Prajin

5
Nomads / Folder Control
« on: October 25, 2018, 09:20:14 AM »

Hi Team,
        I would like to bind data in the list box, when the user clicks folder control tab. I couldn't find solution for this. Please suggest.

Thanks,

6
Programming / Remote Process Control
« on: July 27, 2018, 03:15:05 AM »
Hi,
   How can we use PROCESS SERVER directive for Remote Process Control. we tried the code as like this:

       
         PROCESS SERVER "inventory" ON "[tcp]xxx.xxx.xxx.xx;80"
         CALL "[RPC]:inventory]RPCTest"
         PROCESS SERVER "inventory" CLOSE
   
   error:


         PROCESS SERVER "inventory" ON "[tcp]xxx.xxx.xxx.xx;80"
         Error #15: Operating system command failed
         Last file accessed [tcp]xxx.xxx.xxx.xxx;80
         Current program is C:\PxPlus\xxxx\xx\RPCTestCode, line 20
         [TCP][Winsock]Error status:0 (-1:<Unk>)


   please let us know what happening here, what is the solution for this.


Thank you,

7
ODBC / Convert data dictionary data files to SQL tables
« on: July 25, 2018, 06:50:56 AM »
Hi,
   I have installed and configured PxPlus SQL ODBC driver and PxPlus SQL server. how can i convert data files in data dictionary to sql. 

8
Thin Client/WindX / Remote Process Control
« on: July 24, 2018, 07:35:08 AM »
HI,
     I Am trying to access remote server from my local system and trying to run program from remote server. how can i achieve it by using remote process control. please give brief explanation about PROCESS SERVER directive.

9
Programming / File maintenance panel creation for flat files,
« on: July 24, 2018, 07:17:39 AM »
Hi,


 I have created a data dictionary, the physical files are placed in different folder based on company code. so i am using global variables in physical file path string for file access. how can i create file maintenance panel on nomads for such files.

10
Programming / Create Chart on excel sheet
« on: July 23, 2018, 10:05:19 AM »
Hi,
 How can i generate chart on excel sheet together with data table

Pages: [1]