Search found 639 matches

by Victorio
Mon Jan 11, 2016 5:29 am
Forum: eXpress++ Support
Topic: Tagging and filter records
Replies: 9
Views: 12576

Tagging and filter records

Hi, I want select records with tag, with internal variable, no with field TAG. (In DCBROWSE I have TAGENABLE and TAGELEMENT 35) If I tagging records in browser, and then I filter it with set filter to xxx program show selected records. It is ok. (I used SET FILTER TO MYDATABASE->(DC_Tagged()) ) But ...
by Victorio
Tue Dec 15, 2015 1:50 am
Forum: eXpress++ Support
Topic: Multicore processing
Replies: 63
Views: 97265

Re: Multicore processing

Now running 1 application on CPU 1 and use 100%
I can input sleep(1), what do it.
Fan noise is not problem, I have very silent PC, HP Z210 .
by Victorio
Mon Dec 14, 2015 12:16 pm
Forum: eXpress++ Support
Topic: Multicore processing
Replies: 63
Views: 97265

Re: Multicore processing

excuse me, Jimmy, you mean, in older Xbase can run app on more than one CPU in one time ? for example I run app and this use all 4 CPUs ? "DC_SetCpu( <nCPUs>, <cFile> ) -> nil <nCPUs> is a number representative of the number of CPUs on the computer. The default is 15 (4 CPUs). Use 15 if 4 CPUs Use 8...
by Victorio
Mon Dec 14, 2015 6:49 am
Forum: eXpress++ Support
Topic: Minimize main app window vs. modal
Replies: 12
Views: 16782

Re: Minimize main app window vs. modal

Hi, Please, I do not know how can I do it ? I have main window , and other windows are modal. Other windows must be modal. I want minimalize main window with all "child" windows. I used eXpress functions (DCREAD, DCGETOPTIONS, DCSTATIC...for menus, ..) If I have open application, and some other "chi...
by Victorio
Thu Dec 10, 2015 2:35 am
Forum: eXpress++ Support
Topic: Multicore processing
Replies: 63
Views: 97265

Re: Multicore processing

Hi Jimmy :
Please , I do not understand what you mean in last post :
p.s.
0x0f = 15 = CPU0, CPU1, CPU2, and CPU3 (1+2+4+8 = 15) does NOT work with Xbase++ > v1.5 any more.

(Now I have on my PC with 4 cores/CPU 4 running application, 1. on CPU1,2. on CPU2,...
I set it with parameter 1,2,4,8. )
by Victorio
Tue Dec 08, 2015 5:08 am
Forum: eXpress++ Support
Topic: Minimize main app window vs. modal
Replies: 12
Views: 16782

Minimize main app window vs. modal

Hi, My problem : I have main app window with menu, toolbar... from it was called other windows which are modal It is OK, because I do not want to open several windows but only one for work. But I want minimize application with minimize button. It is not possible if some modal window is open. How can...
by Victorio
Sun Dec 06, 2015 11:27 am
Forum: Xbase++ 2.0
Topic: Transform string fron one code page xxx to ASCII
Replies: 6
Views: 17291

Re: Transform string fron one code page xxx to ASCII

skiman: yes, this is, what I am searching, (setwildcollation). I saw it, but cannot find again..
Thanks !
And also Jimmy, Cliff and others for inspiration to improve my source.
Victorio
by Victorio
Fri Dec 04, 2015 3:30 am
Forum: Xbase++ 2.0
Topic: Transform string fron one code page xxx to ASCII
Replies: 6
Views: 17291

Re: Transform string fron one code page xxx to ASCII

thanks, Jimmy , I want convert characters with codes 128 - 255 to base ascii codes 001 - 127 for remove national character. for example : Jakešovi -> Jakesovi and then Jakesovi -> JAKESOVI with upper() It is because I am searching in document and program must find all variants if I want search key "...
by Victorio
Thu Dec 03, 2015 12:09 pm
Forum: Xbase++ 2.0
Topic: Transform string fron one code page xxx to ASCII
Replies: 6
Views: 17291

Transform string fron one code page xxx to ASCII

Hi, I am looking some function to transform characters from code page Windows 1250 and Latin II (DOS) to ASCII. I have function with DO CASE... where every characters converted to ASCII code. (chr 001-127) But it slowing my app. I saw somewhere function to manipulating with string, to replace charac...
by Victorio
Tue Nov 24, 2015 4:16 am
Forum: Xbase++ 2.0
Topic: Array size and speed application
Replies: 3
Views: 11815

Re: Array size and speed application

... aadd().. ok,

I tested it now, super !!! , time processing from 11 sec to 5sec.
I reprogramming old C++ utilities and always comparing time processing old C++ and alaska.
In this example time C++ utility is about 3sec, it is nearly alaska xbase result.

Thank you :clap: