Search found 4769 matches

by rdonnay
Wed Nov 17, 2010 8:47 am
Forum: eXpress++ Support
Topic: dc_setrelation question
Replies: 10
Views: 17853

Re: dc_setrelation question

Sometimes "automated" just doesn't cut it and a little programming is required.

Rick Dalzell's solution looks pretty "slick" to me.
by rdonnay
Tue Nov 16, 2010 11:42 am
Forum: eXpress++ Support
Topic: dc_setrelation question
Replies: 10
Views: 17853

Re: dc_setrelation question

DC_SetRelation() is basically a wrapper function that uses dbSetRelation().
This performs a seek based on the currently selected order of the relational database.
Why do you want to select a different index tag than the one needed for the seek?
by rdonnay
Tue Nov 16, 2010 8:20 am
Forum: eXpress++ Support
Topic: DCBROWSE & DATALINK - SQLExpress :BrowseFilter
Replies: 4
Views: 11941

Re: DCBROWSE & DATALINK - SQLExpress :BrowseFilter

The below code is from _DCXBROW.PRG. I don't see anything wrong with it. I used this in an application where I used SqlExpress. ELSEIF aGetListItem[nGETLIST_SUBTYPE] = BROWSE_SQLEXPRESS // SQLExpress browse ::skipBlock := {|n,o| o:dataSource:Skipper(n) } ::goTopBlock := {|o| o:dataSource:goTop() } :...
by rdonnay
Mon Nov 15, 2010 7:41 am
Forum: eXpress++ Support
Topic: DC_XbpBrowse:MoveColumn
Replies: 8
Views: 13114

Re: DC_XbpBrowse:MoveColumn

If you show me your workaround, I will add it to eXpress++ build 255.
by rdonnay
Sun Nov 14, 2010 1:48 pm
Forum: eXpress++ Support
Topic: DC_XbpBrowse:MoveColumn
Replies: 8
Views: 13114

Re: DC_XbpBrowse:MoveColumn

Tom -

Are you saying that you have found a workaround or do you still need help from me?

Roger
by rdonnay
Sun Nov 14, 2010 12:42 pm
Forum: Xbase++ Support
Topic: RunShell()
Replies: 5
Views: 12188

Re: RunShell()

The /c option is asking to open up a command shell. This may be due to the non-support of DOS programs under Windows 7.
by rdonnay
Sun Nov 14, 2010 12:39 pm
Forum: eXpress++ Support
Topic: Buttonxp and TabPages
Replies: 11
Views: 18943

Re: Buttonxp and TabPages

The multiple flickering is being caused by the following line of code: PREEVAL {|o|o:clipSiblings := .f.} Comment out this line. I noticed that the flickering was caused only when clicking on a tab to the "left" of the currently selected tab. That's what led me to believe it was something about the ...
by rdonnay
Sun Nov 14, 2010 11:18 am
Forum: eXpress++ Support
Topic: Buttonxp and TabPages
Replies: 11
Views: 18943

Re: Buttonxp and TabPages

I didn't completely read your postings.
I thought you were using colored tabpages.

Now I see that you are using simulated tabpages.

I will see what I can do.
by rdonnay
Sun Nov 14, 2010 11:12 am
Forum: eXpress++ Support
Topic: DCREAD / AUTORESIZE kills POSTEVENT
Replies: 1
Views: 5401

Re: DCREAD / AUTORESIZE kills POSTEVENT

Tom -

I have been working on the eXpress++ resizing system this week while in Terry Wolfe's office. I agree that the DC_CompleteEvents() call can interfere with your user event.

I have removed DC_CompleteEvents() from the code block in the upcoming build 255.

Roger
by rdonnay
Sun Nov 14, 2010 8:21 am
Forum: eXpress++ Support
Topic: Buttonxp and TabPages
Replies: 11
Views: 18943

Re: Buttonxp and TabPages

That is hard to believe.

Terry Wolfe had the same problem and I gave him the same fix.
It worked for him.