Search found 113 matches

by jdsoft
Mon Oct 18, 2010 1:27 pm
Forum: eXpress++ Support
Topic: DCSETPARENT TO
Replies: 4
Views: 8847

DCSETPARENT TO

Hello, I am looking for function to retrieve the current DCSETPARENT. I am experiencing problems if there is a DCGROUP in a DCTABPAGE. The code below does not work ok DCSETPARENT oTabPage @ 1,1 DCGROUP oGroup CAPTION "A box" SIZE 40,4 @ 1,1 DCSAY "Hello in groupbox" PARENT oGroup @ 6,1 DCSAY "Hello ...
by jdsoft
Mon Oct 18, 2010 12:59 pm
Forum: eXpress++ Support
Topic: dcget keyblock
Replies: 16
Views: 26338

Re: dcget keyblock

Hello, Assuming you want a delayed auto-seek. Typing quicly 5 charachters, and then if no charcacter is pressed for 0.5 seconds, or [Enter] is pressed, the seek comences. In your keyblock, insert the code: Procedure _MyKeyblock(....) LOCAL oTimer := Sy_Timer():New() LOCAL nDelay := 0.5 LOCAL nEvent ...
by jdsoft
Sat Aug 07, 2010 7:09 am
Forum: eXpress++ Support
Topic: TX Text controll
Replies: 6
Views: 12680

Re: TX Text controll

Hello, I just tried to run your sample. Got a runtime error: oError:description : Could not create ActiveX control oError:genCode : 6503 oError:operation : XBPACTIVEXCONTROL:CREATE oError:subCode : 6500 oError:subSystem : Automation Called from MYCREATETXCONTROL(43) Called from (B)MAIN(22) Called fr...
by jdsoft
Fri Aug 06, 2010 1:40 am
Forum: eXpress++ Support
Topic: TX Text controll
Replies: 6
Views: 12680

Re: TX Text controll

Hello Markus,

Thank you for the input.
Would it be possible if you show me how codeblock bEvalStd looks like?
I als would like to see the code for class wRtfControl():New()

My first goal is to build a Xbase++ sample programm.

Regards,
Jack Duijf
by jdsoft
Thu Aug 05, 2010 10:13 am
Forum: eXpress++ Support
Topic: TX Text controll
Replies: 6
Views: 12680

TX Text controll

Hello,
I need extended text editing in my Express++ application.
Therefore i downloaded the demo version of this product.
Has anybody succesfuly integrated Express++ and TX text control?
Some Xbase++ or Express++ samplecode would be much appreciated.

Regards,
Jack Duijf
by jdsoft
Thu May 20, 2010 8:17 am
Forum: eXpress++ Support
Topic: Colourfull multiline browse
Replies: 5
Views: 12040

Re: Colourfull multiline browse

Hello, I have seen the term "codejock" a few times in the NG's. I have not looked in to this, a already have to many library's. I am affraid i loose track..... - Expres++ - Xb2net - See4Xb - Fce4xb - List and label (in the near future) - Ot4xb - Zlib - Pervasive API - Jazzage (legacy apps only) Rega...
by jdsoft
Tue May 18, 2010 2:04 pm
Forum: eXpress++ Support
Topic: Colourfull multiline browse
Replies: 5
Views: 12040

Colourfull multiline browse

Hello,

I wonder if it is possible to create a multiline browse with multiple fonts / font-sizes in a cell of dcbrowse?
See attached sample, "prijs" is Bold.
If this is not possible, what is the clossesed i can get with express?

Regards,
Jack Duijf
by jdsoft
Wed Apr 21, 2010 10:11 am
Forum: eXpress++ Support
Topic: Align right footer in DCBROWSECOL
Replies: 2
Views: 7727

Re: Align right footer in DCBROWSECOL

Hello, Unfortunaly XBP_PP_COL_FA_ALIGNMENT does not work. After analyzing the objects in the debugger, i found that xbpCellGroup is responsible for the allignment. As per Xbase++ docs: XBP_PP_CGRP_CELLALIGNMENT Alignment of a cell within frame As result, Aadd(aFootPres,{XBP_PP_CGRP_CELLALIGNMENT ,XB...
by jdsoft
Tue Apr 20, 2010 12:10 pm
Forum: eXpress++ Support
Topic: Align right footer in DCBROWSECOL
Replies: 2
Views: 7727

Align right footer in DCBROWSECOL

Hello, I am unable to align right the footer in DCBROWSECOL. The footer has the correct color (green) I must be missing something.. Please advise, Regards, Jack Duijf LOCAL aFootPres := {} Aadd(aFootPres,{XBP_PP_ALIGNMENT ,XBPALIGN_RIGHT}) Aadd(aFootPres,{XBP_PP_BGCLR ,GRA_CLR_GREEN}) DCBROWSECOL EL...
by jdsoft
Sun Mar 21, 2010 10:37 am
Forum: Xbase++ Support
Topic: MULTIPLE XBASE SERVICES
Replies: 5
Views: 14110

Re: MULTIPLE XBASE SERVICES

Hello Brian, Jus read Roger's message. You CAN install the same exe more then once as a service with a different servicename. The only challange is to instruct the service to listen to speciffic IP adresses. You could do this if you install each instance of the exe in a seperate Map: C:\Webserver\Se...