Search found 113 matches

by jdsoft
Tue Mar 29, 2011 2:06 pm
Forum: eXpress++ Support
Topic: How many lines of code per day?
Replies: 17
Views: 25615

Re: How many lines of code per day?

I typical month is 21 workdays, So a typical programmer would make 210 lines of code every month. Let say, the salary is 2100 Euro per month. So one line of code is valued 10 Euro. Function Make_Money() LOCAL ni For ni := 1 To 31 If Dow() <> 7 .and. ; Dow() <> 1 ? "This is a workday" endif Next ni ?...
by jdsoft
Sun Mar 06, 2011 2:13 am
Forum: eXpress++ Support
Topic: BUG with itemmarked in DCBROWSE?
Replies: 5
Views: 10013

Re: BUG with itemmarked in DCBROWSE?

Hello, I use the oBrowse:StableBlock callback slot. Works like a charm. LOCAL bMemo := {||cMemo := DC_GetColArray(10,oBrowse), Dc_GetRefresh(GetList,,,,"PERM")} @ nLine, 2 DCBROWSE oBrowse DATA oDb:oPermanent:aDetails SIZE 80,4.5 NOHSCROLL ; CURSORMODE XBPBRW_CURSOR_ROW FIT; EVAL {|o|o:stableBlock :...
by jdsoft
Mon Jan 03, 2011 2:32 pm
Forum: eXpress++ Support
Topic: DCBITMAP
Replies: 7
Views: 25917

Re: DCBITMAP

Hello Rick,

I tryed this on Win-7 64 bit.
All runs perfectly (Build 254).
Jpg shows normaly.

Regards,
Jack Duijf
by jdsoft
Thu Dec 30, 2010 3:55 am
Forum: eXpress++ Support
Topic: DCBROWSE array of objects.
Replies: 7
Views: 12829

Re: DCBROWSE array of objects.

Hello Roger, After aplying the changes, i am unable to compile existing projects. I solved this as follows: 1. Just replace _dcxbrow.prg 2. Just replace the #xcommand DCBROWSECOL in my existing dcdialog.ch 3. Rebuild Dclipx (build19_sl1 /all Then there is a obsure vertical line in the test program. ...
by jdsoft
Wed Dec 29, 2010 2:18 pm
Forum: eXpress++ Support
Topic: DCBROWSE array of objects.
Replies: 7
Views: 12829

Re: DCBROWSE array of objects.

Hello Roger, I managed this. Now you can browse a single dimensional array with objects, or a multi dimensional array with objects. See sample program below, and modifications in Express++ Regards, Jack Duijf #include "dcdialog.ch" #INCLUDE "AppEvent.ch" FUNCTION Main() LOCAL aData := {} LOCAL GetLi...
by jdsoft
Wed Dec 29, 2010 9:39 am
Forum: eXpress++ Support
Topic: DCBROWSE array of objects.
Replies: 7
Views: 12829

DCBROWSE array of objects.

Hello Roger, I made some modifications to the DCBROWSECOL, to facilitate browsing of an array of objects and prevent failure of existing code: DcDialog.ch // DcDialog.ch #xcommand DCBROWSECOL ; .... [OBJECTVAR <uVar> ; ..... => AADD( DCGUI_GETLIST,DC_GetTemplate(GETLIST_BROWSECOL) ) ; .... [;DC_GetL...
by jdsoft
Wed Dec 29, 2010 2:15 am
Forum: Business Opportunities
Topic: Barbershop program, looking for partner
Replies: 0
Views: 18596

Barbershop program, looking for partner

Hello, SalonNet is a complete software program for barbershops. It is currently used in the Netherlands and in Belgium. Key feautures are: - Cash register - Appointmentbook - Customer history (visits, and treatments) - Stock management - Verry easy to use - Zero maintenance (almost zero support) - O...
by jdsoft
Sat Dec 18, 2010 11:21 am
Forum: eXpress++ Support
Topic: Filter DCBOWSE of Array
Replies: 2
Views: 6828

Re: Filter DCBOWSE of Array

Hello Roger,

Thank yoy for the suggestion.
I wasn's aware of this function, and missed it in the docs. :oops:

Regards,
Jack Duijf
by jdsoft
Sat Dec 18, 2010 3:58 am
Forum: eXpress++ Support
Topic: Filter DCBOWSE of Array
Replies: 2
Views: 6828

Filter DCBOWSE of Array

Hello, Maybe a silly question. Is there a way to "Filter" lines in a DCBROWSE of array? I would like to filter lines of type 1and type 2 controlled by the radiobutton. So items of type 1 are only visible if type 1 is selected. Items of type 2 are only visible if type 2 is selected. The code below sh...
by jdsoft
Sat Dec 04, 2010 10:08 am
Forum: eXpress++ Support
Topic: Use of XbpProgresBar
Replies: 1
Views: 5350

Use of XbpProgresBar

Hello Roger,

Are you planning of inplementing the platform compatible progressbar in Express++?
See Alaska hompage for details.

Regards,
Jack Duijf