Search found 4769 matches

by rdonnay
Wed Oct 13, 2010 9:20 am
Forum: eXpress++ Support
Topic: RESTOREDEFAULTSBUTTON IN DCBROWSE
Replies: 7
Views: 11994

Re: RESTOREDEFAULTSBUTTON IN DCBROWSE

Look at the following sample program:

\exp19\samples\browse\autorest.prg.
by rdonnay
Wed Oct 13, 2010 9:17 am
Forum: Xbase++ Support
Topic: dbappend() problem on Windows7 shared drive.
Replies: 40
Views: 66446

Re: dbappend() problem on Windows7 shared drive.

Chris -

Are you also seeing this problem with Advantage Server?

Which DBE are you using?

Before using Advantage, Bobby Drakos and I discovered a similar problem, but we were able to reproduce it with XP.

Roger
by rdonnay
Tue Oct 12, 2010 5:04 pm
Forum: eXpress++ Support
Topic: RESTOREDEFAULTSBUTTON IN DCBROWSE
Replies: 7
Views: 11994

Re: RESTOREDEFAULTSBUTTON IN DCBROWSE

I am confused about what it is you want me to do.
by rdonnay
Tue Oct 12, 2010 9:26 am
Forum: eXpress++ Support
Topic: RESTOREDEFAULTSBUTTON IN DCBROWSE
Replies: 7
Views: 11994

Re: RESTOREDEFAULTSBUTTON IN DCBROWSE

Try this:

Code: Select all

oBrowse:restoreDefaults()
by rdonnay
Sun Oct 10, 2010 10:20 am
Forum: eXpress++ Support
Topic: dcget keyblock
Replies: 16
Views: 25294

Re: dcget keyblock

Are you sure you are compiling the code sample I gave you?

I do not get such a result as you.
by rdonnay
Sun Oct 10, 2010 9:19 am
Forum: eXpress++ Support
Topic: dcget keyblock
Replies: 16
Views: 25294

Re: dcget keyblock

Try this: #INCLUDE "dcdialog.CH" FUNCTION Main() LOCAL GetList[0], cGet := Space(50), aDir := Directory(), oBrowse @ 0,0 DCGET cGet KEYBLOCK {|n,x,oGet|MyKeyDelay(n,.3,oGet,{|oGet|MyKeyboard(oBrowse,oGet)})} @ 2,0 DCBROWSE oBrowse DATA aDir SIZE 60,10 DCBROWSECOL ELEMENT 1 HEADER 'File Name' WIDTH 5...
by rdonnay
Sat Oct 09, 2010 11:21 am
Forum: XCodeJock Support
Topic: CJPOPUP / ItemClicked
Replies: 1
Views: 11554

Re: CJPOPUP / ItemClicked

Tom -

Here is a fix for the problem in XCJCLASS.PRG (approximately line 1547).

Code: Select all

IF Valtype(aOptions[15]) == 'B' ; ::itemClick := {|o|PostAppEvent(DCGUI_EVENT_ACTION,aOptions[15],o,self)} ; ENDIF
by rdonnay
Sat Oct 09, 2010 10:54 am
Forum: eXpress++ Support
Topic: Browse and Ownerdraw
Replies: 10
Views: 18601

Re: Browse and Ownerdraw

Wolfgang -

Your solution appears to be the correct way to handle this.
Thank you for the modification.

I will include your updated code in the samples of build 255.

Roger
by rdonnay
Sat Oct 09, 2010 10:40 am
Forum: eXpress++ Support
Topic: dcget keyblock
Replies: 16
Views: 25294

Re: dcget keyblock

Zdeno - I agree that this can be useful but it is not something that I would want to add to eXpress++. This can be done in your own code as shown below. I suggest adding the function MyKeyDelay() to your library, then you can use it whenever you need it in your KEYBLOCK clauses. Compile and run the ...
by rdonnay
Fri Oct 08, 2010 9:49 am
Forum: eXpress++ Support
Topic: Browse and Ownerdraw
Replies: 10
Views: 18601

Re: Browse and Ownerdraw

I don't see any problem with tagging.

It should work with ownerdraw because it uses the XbpBrowse() base color system, just as Zebra does. My example screens show a zebra pattern.