Search found 4769 matches

by rdonnay
Fri Nov 12, 2010 9:04 am
Forum: eXpress++ Support
Topic: Buttonxp and TabPages
Replies: 11
Views: 18899

Re: Buttonxp and TabPages

Kurt - Sorry about that. Here is your fix. Replace the METHOD DC_XbpTabPage:WhenHideEval() in _DCCLASS.PRG with the below code. Then rebuild DCLIPX.DLL by running BUILD19.BAT or BUILD19_SL1.BAT METHOD DC_XbpTabPage:WhenHideEval( lEnable, lShow, lProtect ) LOCAL lMinimized := ::minimized, aColors, lE...
by rdonnay
Tue Nov 09, 2010 12:05 pm
Forum: Xbase++ Support
Topic: DBU
Replies: 31
Views: 52470

Re: DBU

Here is the code and a project file. Just run PBUILD DBU. I haven't had a chance to give it a full test. I made some changes so it would compile without errors. There were locals declared after the parameters statements. They needed to be moved. I also added a Main procedure and SET CURSOR ON. That'...
by rdonnay
Fri Nov 05, 2010 9:28 am
Forum: eXpress++ Support
Topic: DCBROWSE with APPEND and INSERT and EDIT
Replies: 2
Views: 6696

Re: DCBROWSE with APPEND and INSERT and EDIT

I do not understand Dase de Datos. Do you mean a database?
by rdonnay
Fri Nov 05, 2010 8:18 am
Forum: eXpress++ Support
Topic: Hide and UnHide DIALOG
Replies: 13
Views: 22348

Re: Hide and UnHide DIALOG

I guess we were misunderstanding what you are asking for.

Tom and I thought that you were trying to make an eXpress++ dialog similar to the Twain dialog and hide the tabpages only.
by rdonnay
Wed Nov 03, 2010 9:26 am
Forum: eXpress++ Support
Topic: Hide and UnHide DIALOG
Replies: 13
Views: 22348

Re: Hide and UnHide DIALOG

Tom - I don't think your solution will work. It isn't that easy because of the Xbase++ coordinate system. I wrote a sample that I tested. See below. It requires putting everything in the top portion of the dialog onto a static and then moving the static before resizing. #INCLUDE "dcdialog.CH" FUNCTI...
by rdonnay
Tue Nov 02, 2010 5:02 pm
Forum: eXpress++ Support
Topic: Hide and UnHide DIALOG
Replies: 13
Views: 22348

Re: Hide and UnHide DIALOG

How is this dialog created?
by rdonnay
Mon Nov 01, 2010 9:12 am
Forum: XCodeJock Support
Topic: SkinFramework - please "boost" this PDR
Replies: 3
Views: 15092

Re: SkinFramework - please "boost" this PDR

Done!!!

Maybe I can find a workaround for this.
I will look into it.
by rdonnay
Fri Oct 29, 2010 8:45 am
Forum: eXpress++ Support
Topic: Multiple DCRADIO in a groupbox
Replies: 3
Views: 7897

Re: Multiple DCRADIO in a groupbox

Jack - Radio buttons are grouped by a common parent. Each group buttons must have a different parent. Below is a sample program that shows how to do this with very little code. #INCLUDE "dcdialog.CH" FUNCTION Main() LOCAL GetList[0] LOCAL nRadio1, nRadio2, nRadio3, nRadio4, nRadio5 LOCAL nRow := 1 n...
by rdonnay
Thu Oct 28, 2010 6:22 pm
Forum: phpBB Board Support
Topic: Boo
Replies: 0
Views: 9019

Boo

boo.jpg
boo.jpg (378.96 KiB) Viewed 9019 times
by rdonnay
Wed Oct 27, 2010 7:20 pm
Forum: eXpress++ Support
Topic: DCBROWSE ... SORT and dc_setscopearray()
Replies: 10
Views: 18364

Re: DCBROWSE ... SORT and dc_setscopearray()

Regan -

Can you reproduce this problem in a sample?

Roger