Welcome, Guest
Username: Password: Remember me
Components and Libraries for Reports Development, discussions, problems and suggestions
  • Page:
  • 1

TOPIC:

FPReport Variables - String concatenation and error on the variables screen 4 years 7 months ago #13758

  • Jose Ceravolo
  • Jose Ceravolo's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 25
  • Thank you received: 0
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.

Please Log in or Create an account to join the conversation.

FPReport Variables - String concatenation and error on the variables screen 4 years 7 months ago #13759

  • Sternas Stefanos
  • Sternas Stefanos's Avatar
  • Offline
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4508
  • Thank you received: 1100
You can start with CodeOcean Samples for lz_Report library
PilotLogic Architect and Core Programmer

Please Log in or Create an account to join the conversation.

Last edit: by Sternas Stefanos.

FPReport Variables - String concatenation and error on the variables screen 4 years 7 months ago #13761

  • Jose Ceravolo
  • Jose Ceravolo's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 25
  • Thank you received: 0
Nothing comes up searching for lz_report on CodeOcean.

Please Log in or Create an account to join the conversation.

FPReport Variables - String concatenation and error on the variables screen 4 years 7 months ago #13770

  • Matis A.
  • Matis A.'s Avatar
  • Away
  • Moderator
  • Moderator
  • Posts: 1060
  • Thank you received: 148
Look at
codetyphon\CodeOcean\lz_Report\samples\
PilotLogic Core Programmer

Please Log in or Create an account to join the conversation.

  • Page:
  • 1