Hi Malek,
First I suggest you open your Application Object by Edit Source and check if the appruntimeversion inside is "19.2.0.2728".
global type test from application
string appname = "test"
string themepath = "C:\Program Files (x86)\Appeon\PowerBuilder 19.0\IDE\theme"
string themename = "Do Not Use Themes"
boolean nativepdfvalid = false
boolean nativepdfincludecustomfont = false
string nativepdfappname = ""
long richtextedittype = 2
long richtexteditx64type = 3
long richtexteditversion = 1
string richtexteditkey = ""
string appicon = ""
string appruntimeversion = "19.2.0.2728"
Next, open your PBT file in Notepad and check if the appname value has any upper-case letter. If any, change it to lower-case then verify if the issue is gone.
Save Format v3.0(19990112)
appname "test";
applib "test.pbl";
liblist "test.pbl";
type "pb";
You can also try creating a new PBT file for your application in New -> Target -> Existing Application then see if the issue is gone.
If the issue remains, please upload your Application Object and PBT file for us to check.
Regards,
Ken
The app name on the pbt file had uppercase letters i made them lowercase and the issue is resolved.
Thanks again for your help as we move this app closer and closer to the latest versions of PB.
Thanks again for your help.
Thanks
Malek