Search found 231 matches

by PedroAlex
Mon Nov 23, 2015 3:13 am
Forum: Xbase++ Support
Topic: Mouse wheel in Windows 10
Replies: 8
Views: 14483

Re: Mouse wheel in Windows 10

This problem had already been solved here.

http://bb.donnay-software.com/donnay/vi ... roll#p8968

but The mouse scroll works fine if it is over the scroll Bar.

Pedro
by PedroAlex
Fri Nov 06, 2015 8:32 am
Forum: Getting started with eXpress++
Topic: About samples, help files, forums, private sessions
Replies: 11
Views: 37939

Re: About samples, help files, forums, private sessions

To facilitate the analysis of the eXpress/samples put this Batch File on each sample folder.
Then just double-click the PBALL.BAT and you can compile all projects in that folder without command line.
by PedroAlex
Thu Oct 22, 2015 9:25 am
Forum: eXpress++ Support
Topic: no express++ .hlp file available in windows 10
Replies: 10
Views: 22109

Re: no express++ .hlp file available in windows 10

Hello!

This version Works fine for me on Win 10 and I do not any commands or configurations in special for this.
Ms_help.PNG
Ms_help.PNG (15.38 KiB) Viewed 3332 times
What version do you use?

Pedro.
by PedroAlex
Fri Aug 07, 2015 3:11 am
Forum: Xbase++ Support
Topic: Win 10 & xB 1.9 - Browse scroll bar does not respond
Replies: 7
Views: 20401

Re: Win 10 & xB 1.9 - Browse scroll bar does not respond

Tom.

thanks for the tip.
It works perfectly.

Pedro
by PedroAlex
Fri Jul 31, 2015 2:16 am
Forum: Xbase++ Support
Topic: Win 10 & xB 1.9 - Browse scroll bar does not respond
Replies: 7
Views: 20401

Win 10 & xB 1.9 - Browse scroll bar does not respond

Hello. Good Morning. Testing Windows 10 Alaska xBase++ 19 SL1 with all hotfixes. Ms Windows 10.10240 Browse scroll bar does not respond to mouse scroll button. have test C:\ALASKA\XPPW32\SOURCE\samples\basics\GuiBrow\DBBROWSE.EXE on Windows 10240. Anybody can confirm this situation and have any suge...
by PedroAlex
Tue Jun 23, 2015 4:49 am
Forum: eXpress++ Support
Topic: DcRadioButton Question
Replies: 9
Views: 12382

Re: DcRadioButton Question

Just for share... This works like I need. independente DcradioButtons in the same Group. //------------------------------------------------- Procedure DCRADIO_Teste() LOCAL GetList := {}, GetOptions,; cOption := 'A',; cTeste := 1 @ 01,05 DCGROUP oGroup1 SIZE 30,6 CAPTION 'Group Alfa' FONT '10.Arial ...
by PedroAlex
Tue Jun 23, 2015 3:50 am
Forum: eXpress++ Support
Topic: DcRadioButton Question
Replies: 9
Views: 12382

Re: DcRadioButton Question

Ok, Tom.

I'll try this.

Many thanks.
Pedro.
by PedroAlex
Tue Jun 23, 2015 2:13 am
Forum: eXpress++ Support
Topic: DcRadioButton Question
Replies: 9
Views: 12382

Re: DcRadioButton Question

Tom.
Many Thanks for help.

the "DcRadio" to operate in this way does not fit what I need to do.
I need a window with many dcradio on different fields and variables and all in the same group.
Having this limitation...
I have to do this based on dcget or dcpushbuttons.

best regards.
Pedro
by PedroAlex
Mon Jun 22, 2015 8:52 am
Forum: eXpress++ Support
Topic: DcRadioButton Question
Replies: 9
Views: 12382

DcRadioButton Question

Hello. Anyone can test this code and comment if it works well? Procedure DCRADIO_Teste() LOCAL GetList := {}, GetOptions,; cOption := 'A',; cTeste := 1 @ 1,5 DCRADIOBUTTON cOption PROMPT 'Option A' VALUE 'A' @ 2,5 DCRADIOBUTTON cOption PROMPT 'Option B' VALUE 'B' @ 3,5 DCRADIOBUTTON cOption PROMPT '...
by PedroAlex
Fri May 29, 2015 2:24 am
Forum: Xbase++ 2.0
Topic: FOXCDX and integer
Replies: 20
Views: 39827

Re: FOXCDX and integer

This works fine for me //========================================= Function FOX() Use ARTIKEL.DBF alias ARTIGOS Shared new index on A_ARTCODE to ARTORDER set index to ARTORDER IF ARTIGOS->( DbSeek( 40010,,1)) MsgBox(A_BOMSCHRN) Else MsgBox('Not Found') Endif IF ARTIGOS->( DbSeek( 40020,,1)) MsgBox(A...