Search found 112 matches

by k-insis
Mon May 25, 2020 12:25 am
Forum: Xbase++ 2.0
Topic: Oracle 19 with ODBC
Replies: 13
Views: 29873

Re: Oracle 19 with ODBC

I use Oracle regulary (sqlexpress too), but there can be either problem with 1) connection string (replace parameters inside with %% with what you have: DSN=%DSN%;UID=%USER%;PWD=%PASSWORD%;SERVER=%HOST%; 2) Then you should check if by using tnsping you are able to reach instance: https://docs.oracle...
by k-insis
Tue Feb 04, 2020 5:07 am
Forum: eXpress++ Support
Topic: Alt + key not responding for ok,cancel R.267
Replies: 20
Views: 33746

Re: Alt + key not responding for ok,cancel R.267

1) Can confirm this works with initial testing and non-english translations used.

2) Will this patch be included in commit for next Express release R.268 ?

Greetings.
by k-insis
Tue Feb 04, 2020 5:02 am
Forum: eXpress++ Support
Topic: How to close a running program from an Alaskan program
Replies: 8
Views: 15573

Re: How to close a running program from an Alaskan program

Easiest from exe is to execute command

syntax:

taskkill /im <name_of_exe>

example:

taskkill /im totalcmd64.exe

This will send WM_CLOSE message event to instances of this particullar exe

Option B is to use Win32 Api to find Open instance of program and then post WM_CLOSE message event to it.
by k-insis
Mon Feb 03, 2020 1:02 am
Forum: eXpress++ Support
Topic: Alt + key not responding for ok,cancel R.267
Replies: 20
Views: 33746

Re: Alt + key not responding for ok,cancel R.267

bumping for visibility
by k-insis
Mon Jan 27, 2020 1:14 am
Forum: eXpress++ Support
Topic: Alt + key not responding for ok,cancel R.267
Replies: 20
Views: 33746

Re: Alt + key not responding for ok,cancel R.267

Here be file with prg + xpj to test

source is prepared to be tested with any other language
by k-insis
Thu Jan 23, 2020 8:38 am
Forum: eXpress++ Support
Topic: Alt + key not responding for ok,cancel R.267
Replies: 20
Views: 33746

Re: Alt + key not responding for ok,cancel R.267

Will Provide it in a day a .prg
by k-insis
Mon Jan 20, 2020 4:44 am
Forum: eXpress++ Support
Topic: Alt + key not responding for ok,cancel R.267
Replies: 20
Views: 33746

Re: Alt + key not responding for ok,cancel R.267

Good Day Mr. Donnay. I did test with latest patch and it does work with default, english language for "OK" and "Cancel" but not "Exit" buttons ; and functionality is still broken on non-english dc_langset(). With modified source for xdemo.exe tried initialising DC_LangSet(DCLANG_SLOVENIAN) and DC_La...
by k-insis
Fri Jan 17, 2020 2:05 am
Forum: eXpress++ Support
Topic: Alt + key not responding for ok,cancel R.267
Replies: 20
Views: 33746

Re: Alt + key not responding for ok,cancel R.267

Greetings and good morning. Mr. Donnay did you actually test this on full build and in xdemo.exe ? Because the referenced sample that shows symptom in xdemo (Sample group1, sample "TextBased" or "DataBrow") Bottom Two butons [Ok] [Cancel] the alt+hotkey ( "O" in OK) is still non responsive. ergo - f...
by k-insis
Thu Jan 16, 2020 2:12 am
Forum: eXpress++ Support
Topic: Alt + key not responding for ok,cancel R.267
Replies: 20
Views: 33746

Re: Alt + key not responding for ok,cancel R.267

Edit: This is happening with default "English" language too with DCREAD GUI ADDBUTTONS (as it does with translations too).
by k-insis
Thu Jan 16, 2020 1:06 am
Forum: eXpress++ Support
Topic: Alt + key not responding for ok,cancel R.267
Replies: 20
Views: 33746

Re: Alt + key not responding for ok,cancel R.267

This seems to appear on probably all OS: tried on xpp 1.9 + Windows 10 Pro 64bit R1909 - 18363.592 (VM) and fully patched with updates xpp 2.0 + Windows 10 Pro 64bit R1909 - 18363.592 (VM) and fully patched with updates xpp 1.9x and a ancient Windows 7 32bit SP1 + xpp 1.9 (VM) Userbase runs a variet...