- Sanjay Shivade
- PowerBuilder
- Thursday, 26 September 2019 07:00 PM UTC
Hi,
None of these functions return Success in our environment from executables (i have commented these lines before posting here). Am I missing something here? I have tried everything but nothing helped. Everything works fine from development though. Thanks!
// int li_Test
// MessageBox("GetCurrentDirectory( )", GetCurrentDirectory( ))
// li_Test = ApplyTheme (".\themes190\Flat Design Blue")
// MessageBox("First",li_Test)
// li_Test = ApplyTheme (".\..\themes190\Flat Design Blue")
// MessageBox("Second",li_Test)
// li_Test = ApplyTheme ("themes190\Flat Design Blue")
// MessageBox("Third",li_Test)
// li_Test = ApplyTheme ("themes190\Flat Design Blue")
// MessageBox("Third",li_Test)
// li_Test = ApplyTheme ("theme190\Flat Design Blue")
// MessageBox("Fourth",li_Test)
// li_Test = ApplyTheme ("themes190\Flat Design Blue")
// MessageBox("Fifth",li_Test)
// li_Test = ApplyTheme ("Flat Design Blue")
// MessageBox("Sixth",li_Test)
// li_Test = ApplyTheme (GetCurrentDirectory( )+"\Flat Design Blue")
// MessageBox("VII",li_Test)
// li_Test = ApplyTheme ("E:\PowerAgent\PowerBuilder Upgrade\PA19.0MainSP01\themes190\Flat Design Blue")
// MessageBox("E:\PowerAgent\PowerBuilder Upgrade\PA19.0MainSP01\themes190\Flat Design Blue",li_Test)
Find Questions by Tag
Helpful?
If a reply or comment is helpful for you, please don’t hesitate to click the Helpful button. This action is further confirmation of their invaluable contribution to the Appeon Community.