Discussions tagged API
Hi,
I have an application which running smoothly in 32bit, but my client now requested it make it as 64bit. So i've gone thru migration from PB12.1 to PB12.6 B4138. Now I have a problem with one windows API (WindowFromPoint) it doesnt return proper ...
SNAP DEVELOP API FILE UPLOAD / DOWNLOAD
- Resolved
- How-to
- Last updated 2 months ago
- Daryl Foster replied 2 months ago
First Thank you appeon Team, doing great job...
FOR SNAP DEVELOP API, How to download a file and upload file via api. I tried different ways but i could n't.
If there is a sample project / script it's help full to me.
api can use either PB 2019 or...
Hi
Background of the question is that the customers want to define a printer and settings of the printer and store this as default for our PowerBuilder application. PrintSetPrinter and PrintSetup work fine and are used when printing from PB however ...
Populating datapacker with AddModelStore
- Resolved
- Issue
- Last updated 6 months ago
- Logan Liu @Appeon replied 6 months ago
We are replacing instances of the deprecated SelectToStore() method in our web api. In the code below (line 2) we switched 'SelectToStore' to 'Select'. However, we now get an error on the last line. The error is attached. What is the proper synta...
I am consuming a REST API from PowerBuilder 2019 R2. For this I use the HttpClient class.
When running the API from Posman, Insomnia and SoapUI the response is immediate (thousandths of a second)
However, when I run it from PowerBuilder, at be...
Hi All,
The result set return by the datastore is a JSON format which is different when compared with the JSON string returned by the datastore.ExportPlainJson built in method: teh column names are surrounded by the back slash character \
Example i...
Hello,
(probably someone from Appeon should answer this question)
On your website "Installation Guide of SnapDevelop (PB Edition) 2019" you have listed this as requirements:
Microsoft .NET Framework 4.6.1 SDK
Microsoft .NET Core SDK 2....
How to call WinAPI functions within Windows Interface from PowerBuilder
- How-to
- Last updated 1 year ago
- John Fauss replied 1 year ago
Does anyone know how to call a Windows API function that is defined within a Windows Interface from PowerBuilder?
Specifically, I'm trying to call the ITaskbarList3::SetOverlayIcon API. The normal WinAPI strategy of defining a local external functio...
I was working with the Create Web API tutorial and tried to add another call for another table other than Departments. I created a Controller for Persons and all subsequent items, which would take the RetrieveOne for an int on the AdventureWorks2017...
Migrate NVOs from EAS web app to REST Web API with PB 2019/Snap Develop
- Advice
- Last updated 1 year ago
- Ricardo Jasso replied 1 year ago
Hi all,
We are evaluating the efforts to migrate PB NVOs from an EAS web app to REST API using Snap Develop and PB 2019.
We already migrated few methods using the IDataStore object. However we noticed that several methods were missing from the orig...
GetWindowText causing crashing?
- Resolved
- Issue
- Last updated 1 year ago
- Roland Smith replied 1 year ago
This is in PB 2017 R3. I'm having a weird problem where some code I'm using to try to determine whether an instance of my app is already running is somewhat randomly crashing the compiled program (or PB if I run from there or use the debugger).
I ha...
Integration with CyberArk
- Resolved
- Advice
- Last updated 1 year ago
- Andres Slachevsky replied 1 year ago
Hello All,
Any one have manage to integrate a PowerBuilder Application with CyberArk using th CyberArk API
The information and documentation on the CyberArk DLL is really poor so if some one have manage to integrate it will be great.
The only help...
Powerbuilder & SLACK API
- Resolved
- How-to
- Last updated 2 years ago
- ATK Gimmy Susan replied 2 years ago
Good morning GURU.
I'm playing with the SLAK messaging program and I have a problem: How can I assign the following content to a string variable?
curl -x proxy: 8081 -k -X POST -H "Content-type: application / json" --data "{'text': 'Hello I'm Gimmy...
PowerBuilder and BOX API Integration
- How-to
- Last updated 2 years ago
- Praveen Rajarao replied 2 years ago
Hello,
I am trying to use Powerbuilder to upload files to our BOX enterprise account. I saw some examples online using chilkat ActiveX object.
Has anyone done anything similar to call REST API services to upload files to a cloud service?
Thanks
...
Error de API 18 al crear un apk para Android
- Resolved
- Issue
- Last updated 2 years ago
- Miguel Alzate replied 1 year ago
Buen día, desde Perú, podrías ayudarme por favor, mira eh subido el apk pero con un proyecto demo lo mas básico
la cual no tiene mas que una consulta, luego el subido para publicarlo en PlayStored de Google (console de google).
me pega este err...
Delete file using WinAPI call crashes PB 2017 R2 app
- Issue
- Last updated 2 years ago
- Roland Smith replied 2 years ago
Years ago, we used a function in the FUNCKY32 dll library to delete files (fEraseAll). While our app was compiled in PB 11.5, we deprecated use of FUNCKY32 and replaced fEraseAll with a WinAPI global function. It worked fine in 11.5 and 12.5, but cra...
hai,
Does anybody know how to check internet is available through wifi connection using windows api for a powerbuilder desktop applications?
regards
kumar
...
GetOpenFileName/GetSaveFileName Windows Common Dialogs
- Issue
- Last updated 2 years ago
- Chris Pollach @Appeon replied 2 years ago
With my PB 12.5 app, I had coded a call to the Windows API GetOpenFileName function that worked perfectly. When I compile that same app in PB 2017 64Bit, it doesn't work because of a structure size error. Can you point me to some code (or someone...
I have C# code below that I want to translate to PowerBuilder 2017R2. This code is passing some JSON and a PDF to a REST API call. Not sure how to translate this to PowerBuilder R2. Basically need to know how to translate the multipartForm. Any help ...
Hello
I need to recover some information from a program created with pb that is running.
1) the complete path from where the program started
2) the date of creation of the program (exe)
Are there any APIs?
I can not find anything
= (
...
- Page :
- 1