PxPlus User Forum

Twitter Twitter Twitter

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Thomas Bock

Pages: 1 2 [3] 4 5 ... 12
31
Wish List / Re: query version of ODBC-driver
« on: March 07, 2022, 07:29:26 AM »
Stéphane

That works pretty good. Thank you.

32
Wish List / Re: query version of ODBC-driver
« on: March 04, 2022, 02:00:38 AM »
I want to retrieve this information at runtime. SQLGetInfo sounds promising. Can you please post a sample? I can't find anything in the docs.

33
Wish List / query version of ODBC-driver
« on: March 03, 2022, 09:11:40 AM »
I would like to query the version of the local ODBC-driver and the SQL-server.

34
Nomads / Re: redefining keys
« on: February 25, 2022, 02:09:13 AM »
I did so and the DD shows no names any more. But fin(1,"FILE_CREATE") still returns the old names.

35
Nomads / redefining keys
« on: February 24, 2022, 07:25:45 AM »
I removed kno #2 and #3 from a file and added a new kno #2. After a click on "Update File" that kno has the name of the old kno #2.
The segment notation is correct but the name is wrong. How can I get rid of it?

36
Nomads / Re: buttons
« on: January 19, 2022, 02:00:19 AM »
I thank you for the answers.

37
Nomads / buttons
« on: January 18, 2022, 07:23:49 AM »
I'm looking for a way to create "buttons" like the one in the attached hardcopy. It looks like a panel ON a button.
The hardcopy was taken from a MS-Teams dialog. A style like this is used in many applications now.
All ideas are welcome.

38
Programming / Re: pass composite string to an extended command
« on: December 23, 2021, 02:18:02 AM »
Mike,

Two ENTERs? Nice! I never thought of that.
Here is what I use finally:
Code: [Select]
ENTER
LOCAL param$,cmd$,var$
ENTER param$
LET param$=STP(param$,2)
LET cmd$="dim var$:iol("+param$+")"
EXECUTE cmd$
LET var$=VIS(param$)
PRINT LST(IOL(var$))
PRINT SUB(var$,SEP,"~")
END

39
Programming / pass composite string to an extended command
« on: December 22, 2021, 09:47:34 AM »
I'm looking for a way to pass one or more composite string(s) to an extended command.
Something like:
-}dim rec$:iol(1)
-}read record (1,key="abc")rec$
-}extCmd rec$

40
Nomads / *browser and Ctrl+F
« on: November 05, 2021, 04:43:31 AM »
Is there a way to enable Ctrl+F in *browser while viewing a PDF file?

41
Programming / taskbar location and size
« on: September 29, 2021, 09:16:12 AM »
How can I retrieve the location and size of the taskbar?
I can determine the current monitor with fin(0,"XYMonitors") and obj(0). But a call to *winapi;getMonitorInfo only seems to work for monitor #1.

42
Programming / Re: SSL connection to MySQL
« on: July 07, 2021, 04:03:23 AM »
Let me rephrase the question.
Using [MYSQL], how can I pass the certificates to the OPEN command?

43
Programming / SSL connection to MySQL
« on: July 06, 2021, 09:17:42 AM »
Is it possible to build a SSL connection to a MySQL-Server?
How to do it with the OPEN directive?

44
Thin Client/WindX / Re: MS Window Size
« on: June 30, 2021, 09:46:11 AM »
I can remember a similar behavior a long time ago. As far as I can recall the solution was to make sure each user use his/her own pvx.ini. Otherwise the last one wins. Use "%userprofile%\pvx.ini" when spawning the new process.

45
Thin Client/WindX / Re: MS Window Size
« on: June 30, 2021, 03:37:19 AM »
We use the parameter "-hd" when starting a new PxPlus process. For CUI sessions we omit it, which makes PxPlus save the location and size in the pvx.ini for later use.

Pages: 1 2 [3] 4 5 ... 12