Discussions tagged Function
GetContextService Crash on dll Deployment
- Resolved
- Issue
- Last updated was 1 year ago
- Chris Pollach replied 1 year ago
I have a user function object used to open a web browser that causes a crash when deploying the project but only when the option to create machine code and a .dll library is selected. Deployment with Pcode as well as machine code without a .dll libr...
Hi,
I use a simple Rowscopy() function. When i test it with Debug it does the job (return 1)
When i deploy it in 32 bits... The same statement return -1
Is it a runtime DLL issue?
Thank's.
Marco
I.e. : It's a old system from...
How to create a complier to test the result
- Issue
- Last updated was 1 year ago
- Chris Pollach replied 1 year ago
I would like to write a number to words function in powerbuilder 2017
I google for some solution but I don't know whether the syntax is correct so I would to run in application.
However, I was new to powerbuilder and have no idea to find a ...
date-function in PB 2017 different to 12.6?
- Issue
- Last updated was 1 year ago
- Chris Pollach replied 1 year ago
Hi,
I just migrated my project to PB 2017 1681 and run into an error because the behavior of the powerscript function date(string) appears to be changed. In PB 12.6 this:
date('2018-01-53') returns 1900-01-01, what I need.
But in PB ...
Hi Can anyone help
I have a oleobject dll that I need to accesS - I have the following code
OLEObject objDEPHandler
string strError
long numResultCode
integer li_port,li_ret
li_port=1
objDEPHandler = create OLEObj...
Please ADD file location open function at System Tree...
- Issue
- Last updated was 1 year ago
- Roland Smith replied 1 year ago
I wanna open the file location at System Tree or Libray Painter.
Thanks
...
bad runtime function reference powerbuilder 21
- Resolved
- Issue
- Last updated was 2 years ago
- Marco Meoni replied 2 years ago
i get bad runtime function reference powerbuilder 21
in retrieve event
any help ?
...
Declaring external function call with pointer to structure WITHOUT declaring structure itself
- Resolved
- Issue
- Last updated was 2 years ago
- Roland Smith replied 2 years ago
Hi
I want to use a DLL, in which Functions require as parameter and yield pointers to a certain structure.
Let's say I have a library header:
struct StructType
{
int a;
void* p;
};
extern _declspec(dllimport) Str...
Changing Parameter Type in an inherited Function
- Issue
- Last updated was 2 years ago
- Roland Smith replied 2 years ago
Hello everyone,
I have a Function in a parent object with an integer parameter, in the child object I have the same function but with overwritten content. Now I changed the parameter to long in the parent object and rebuild the project. After the ...
Not able to see newly created folder in C:\Users\ using CreateDirectory function
- Issue
- Last updated was 2 years ago
- Richard Brooks replied 2 years ago
Hi,
I am creating new folder in C:\Users\ through PB code (Using CreateDirectory(C:\Users\ssp)), folder is creating but i am not able to see newly created folder, when i access that folder using path C:\Users\ssp then its opening but its hidden.
...
ANSWERED: How does PrintGetPrinter() work
- Resolved
- Issue
- Last updated was 2 years ago
- Julie Jiang @Appeon replied 2 years ago
PB V12.1
Specifically, where does the PB function "PrintGetPrinter()" go to look in order to determine the current printer?
Thanks,
Olan
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
UPDATE: 24-MAY-2017 @ 2"38 PM CST.
I >>> THINK ...
- Page :
- 1