Knowledgebase
PowerScript Reference (5)
Objects & Controls (3)
Troubleshooting Appeon Develpoer (8)
Troubleshooting Appeon Install (19)
Troubleshooting Web Deployment (2)
Troubleshooting Web Applications (29)
Troubleshooting Appeon Server (35)
Appeon Workaround&Solutions (18)
Others (11)
Appeon Mobile (16)
Appeon License (10)
Please refer to the attached PB9 test case to make getsessioncount
function work with Appeon .NET Server version.
Appeon Server open interfaces (methods) in .NET are encapsulated in a
standard .NET/COM components. To call .NET/COM components, Appeon
...
PHENOMENON: Cannot call the function of_getcurrentposition to get the
current position.
SOLUTION 1 (THIS SOLUITON IS WORKING ONLY FOR IOS DEVICES): There
should be at least one second interval between calling the
of_getcurrentposition function and t...
PHENOMENON:
When you declare the local external function as follows:
FUNCTION int BitBlt(ulong hDC, int num, int num, int num, int num,
ulong HDC, int num, int num, ulong dwRop) LIBRARY "Gdi32.dll"
And call this declared function as follows:
...
PHENOMENON: Run into the error when calling the Java web service.
SOLUTION: Since Appeon only supports the AXIS2-based Java web
service, we would recommend you to use it to work around this kind of
error. Here are the details about how to call the A...
The attached document "How to deploy Axis2 Web Services with APB"
will guide you to deploy Axis2 Web Services with APB.
Besides, we provide the following packages as attached to help you
test out this process immediately:
AXIS2WS_DEMO.ZIP which c...
In Appeon, you can use the GetChild function to get the reference
report in the Composite and nest DataWindow. In PB you cannot use
GetChild to get a reference to a report in a composite DataWindow when
the report itself is a composite or nested DataWi...
METHOD 1: Upload the PDF files to the web server and then display
them with the following code:
inet l_inet
l_inet = create inet
l_inet. HyperLinkToURL("http://192.168.168.18/files/test.pdf [1]")
METHOD 2: Use the Webview objects provided ...
The following code will reproduce this problem. Just setting the
format and setting the editmask.mask is not a problem.
ls_mod = "amt.Format='#,##0.00' "
ls_result = dw_1.modify(ls_mod )
ls_mod = "amt.editmask.Mask='###,###,###,###,###.00'"
ls_re...
You may be prompted with the annoying warning message String or
binary data would be truncated in both PowerBuilder and Appeon when
you try to update the data.
You can get it blocked with the following steps below:
* Go to AEM > Server > Resourc...
Please refer to the attachment for how to use the Spy.
Please refer to the attached test case for details.
Please refer to the attachment for details on sending SMTP emails from
a PowerBuilder application.
Please add the event named 'appeon_android_back' and keep the event ID
to be 'none' to the application object in your application, thus this
event will be triggered when pressing Android Back button. For more
details please refer to the attached test case...
Appeon does not support dbparm parameter 'appname', so please work
around this issue with the solution below.
Please go to AEM > Server > Resources > Data Source > [your
datasource] and type 'Application Name=maestros;' into the 'Extended
Options' tex...
Users can use HyperLinkToURL to open a URL in a default Web browser.
If your default Web browser is not Internet Explorer and you still
want to open a URL in Internet Explorer, please use the workaround
below:
run ("iexplore " + ls_url)
run ("ie...
The property of the Data Source created maps with the property of the
Transaction Object in PowerBuilder. If you haven't used the
salca.logid to log into the app, please do not use the Dynamic
Database Connection in the Data Source in AEM.
Please re...
ProfileString is supported as a system function. However it is
unsupported in DataWindow expressions. You can read the detailed
supported and unsupported information respectively in _APPEON FOR
POWERBUILDER HELP | FUNCTIONS | SYSTEM FUNCTIONS | SYSTEM ...
ERROR: Invalid parameter 5 ('@verrormessage'): Data type 0x23 is a
deprecated large object, or LOB, but is marked as output parameter.
Deprecated types are not supported as output parameters. Use current
large object types instead.
SOLUTION:
Step...
Help Desk Software by Kayako Fusion
Copyright © 2019 Appeon. All rights reserved. Terms of Use | Privacy Statement
Copyright © 2019 Appeon. All rights reserved. Terms of Use | Privacy Statement