- Posts: 25
- Thank you received: 0
- Forum
- CodeTyphon Studio
- CodeTyphon Studio Components and Libraries
- Reports Development
- FPReport Variables - String concatenation and error on the variables screen
×
Components and Libraries for Reports Development, discussions, problems and suggestions
Question FPReport Variables - String concatenation and error on the variables screen
- Jose Ceravolo
- Topic Author
- Offline
- Junior Member
-
Less
More
2 years 9 months ago #13758
by Jose Ceravolo
FPReport Variables - String concatenation and error on the variables screen was created by Jose Ceravolo
Hi Guys,
I am creating my first report.
When I do anything on the Variables form, I get an error message:
Operation Not Allowed On Sorted List.
The second issue, I want to concatenate the strings for the name of the person. I have FirstName, MiddleName and LastName.
I created a variable called FullName and I put in the expression, [fprDSPerson.FirstName] + ' ' + [fprDSPerson.MiddleName] + ' ' + [fprDSPerson.LastName].
It gives me an error and I can't find documentation about this anywhere.
Thanks,
Jose.
I am creating my first report.
When I do anything on the Variables form, I get an error message:
Operation Not Allowed On Sorted List.
The second issue, I want to concatenate the strings for the name of the person. I have FirstName, MiddleName and LastName.
I created a variable called FullName and I put in the expression, [fprDSPerson.FirstName] + ' ' + [fprDSPerson.MiddleName] + ' ' + [fprDSPerson.LastName].
It gives me an error and I can't find documentation about this anywhere.
Thanks,
Jose.
Please Log in or Create an account to join the conversation.
- Sternas Stefanos
-
- Offline
- Moderator
-
- Ex Pilot, M.Sc, Ph.D
2 years 9 months ago - 2 years 9 months ago #13759
by Sternas Stefanos
PilotLogic Architect and Core Programmer
Replied by Sternas Stefanos on topic FPReport Variables - String concatenation and error on the variables screen
You can start with CodeOcean Samples for lz_Report library
PilotLogic Architect and Core Programmer
Last edit: 2 years 9 months ago by Sternas Stefanos.
Please Log in or Create an account to join the conversation.
- Jose Ceravolo
- Topic Author
- Offline
- Junior Member
-
Less
More
- Posts: 25
- Thank you received: 0
2 years 9 months ago #13761
by Jose Ceravolo
Replied by Jose Ceravolo on topic FPReport Variables - String concatenation and error on the variables screen
Nothing comes up searching for lz_report on CodeOcean.
Please Log in or Create an account to join the conversation.
- Matis A.
-
- Away
- Moderator
-
2 years 9 months ago #13770
by Matis A.
PilotLogic Core Programmer
Replied by Matis A. on topic FPReport Variables - String concatenation and error on the variables screen
Look at
codetyphon\CodeOcean\lz_Report\samples\
codetyphon\CodeOcean\lz_Report\samples\
PilotLogic Core Programmer
Please Log in or Create an account to join the conversation.