1. Randy Mathews
  2. PowerBuilder
  3. Tuesday, 9 April 2019 22:37 PM UTC

As per someone's advice here I'm using the StripRTF() datawindow function to display plain text values from a RichText source. This works fine in my development environment, but in a deployed application this column is blank. I immediately thought this must be some DLL library that I was not packaging and deploying with my client, but I've tried putting every single DLL file I could from the Appeon\Shared\Powerbuilder folder on my dev machine into my deployment and it doesn't fix it. I'm stumped why this works in dev only.

Accepted Answer
Randy Mathews Accepted Answer Pending Moderation
  1. Wednesday, 10 April 2019 21:07 PM UTC
  2. PowerBuilder
  3. # Permalink

Figured it out.
Turns out I hadn't updated some of my DLLs i was packaging for my clients to the newest version. So I was deploying the DLLs I needed, but not the current version. oops. lol.

 

Comment
There are no comments made yet.
Randy Mathews Accepted Answer Pending Moderation
  1. Wednesday, 10 April 2019 18:56 PM UTC
  2. PowerBuilder
  3. # 1

If I run it compiled on my own machine it fails as well. It only works if I'm running from within Appeon PB.

I did have some code on the background property of my computed field. I took that off, but it still will not work once compiled and deployed. I have no code on the visible property or any other. I also tried just removing the computed field entirely and re-creating it just in case I missed something. Still no dice.

Comment
There are no comments made yet.
Brad Mettee Accepted Answer Pending Moderation
  1. Wednesday, 10 April 2019 14:24 PM UTC
  2. PowerBuilder
  3. # 2

What happens if you run the compiled EXE on your machine instead of the deployed environment?

Is there any code on the Visible property of the computed column? (when calling a global function from a property, it's necessary to call it from direct pbscript someplace else so that it's included in the EXE, otherwise it fails silently)

Comment
There are no comments made yet.
  • Page :
  • 1


There are no replies made for this question yet.
However, you are not allowed to reply to this question.