Menu

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.

Show posts Menu

Topics - suriakumar

#1
Programming / calculated fields
March 04, 2025, 05:37:04 AM


Is it possible to use IF statement,  SWITCH CASE Statement, while loop  etc.  in the CALCULATED FIELD OF Report writer.

suriakumar
#2
Programming / functions
February 22, 2025, 06:37:22 AM
IS it possible to add global functions OR Functions in the REPORT WRITER Library.


Is there anybody knows how to use the following function.  Example code needed. 

SetExpression(Expr$)
SetLibrary(LibraryFile$)
SetTranslationValue(idx,Value$[,isExpression$[,Type$]]
IsTranslationValueExpression(idx)
AddTranslationValue([idx])


Just need more information with example for how to use these commands.
But i am  struggling to add functions.

Is there any way to add this in REPORT WRITER

J.SURIAKUMAR
#3
Programming / REPORT WRITER
February 11, 2025, 12:33:52 AM
Sir


1) How do i pass (SEND)  Global Variables and Global Functions  to  REPORT WRITER

Like *WEB\START_UP is there anyway to pass Global Variables and Global Functions in REPORT WRITER
We are using Non-Normalized (Legacy) Files.  Also we do not have Data Dictionary


2)  How do i pass the Report Parameter  (Like From Range,  To Range) etc. To REPORT WRITER.   

Once again we do not use Data Dictionary.  We are using Legacy (Non-Normalized) Data files

J.SURIAKUMAR
#4
ODBC / More than 1 INI file ina Catalog
February 06, 2025, 01:27:10 AM
Sir

We are using Leagacy files (Non-Normazlized data file)

Each module has more pxplus data files.

Each Pxplus data file has Huge amount of Record typeS (Each record type has seperate MUSTBE value.  You have a attribute called "MUSTBE" when we create INI file).

Since each pxplus data file has multiple record type,  i am in a position to create huge amount of DATA TABLES to convert it.   I can not depend on single INI file to create all the tables.  IE.,  INI table has huge amount of table definition.  without depending on single INI file i am in a position to create multiple INI files for a single MODULE. 

So it is possible to use multiple INI files in a single catalog of PXPLUS SQL Server ? .  We have a CATALOG option in PXPLUS SQL SERVER Configuration where we use this ini file. IN this CATALOG field is it possible to enter more number of INI files ?  .  If not what are the other options to solve my problem.

SURIAKUMAR


#5
Sir,

I am unable to run my old program developed in Nomads in the new version of pxplus.

It says an error "not a graphical device -- can not use nomads panels"

how do i solve this error ?

J.SURIAKUMAR
#6
Web Services / BROWSER IP ADDRESS
February 16, 2021, 01:05:25 AM
Sir,

I want to get the browser's IP Address.  The Global variable %REMOTE_IP$ does not work.  It contains server's ip address.  It does not contain Browser's IP Address.   Please inform me how to get the Browser's IP address through PXPLUS