Search found 205 matches

by RDalzell
Mon Nov 05, 2012 6:21 am
Forum: eXpress++ Support
Topic: DCREAD VALID
Replies: 7
Views: 10950

Re: DCREAD VALID

I would have liked to been there this year, but the time frame conflicted with other events. While I certainly missed seeing those attending, I was uncertain of the benefit of attending except the social aspect of seeing old friends. I really liked your eXpress Devcon in Boise because xBase is the c...
by RDalzell
Sun Nov 04, 2012 11:45 am
Forum: eXpress++ Support
Topic: DCREAD VALID
Replies: 7
Views: 10950

Re: DCREAD VALID

Simply return the values for the record to be edited. It appears that the WHEN functions if it is not the specific value of the DCGET as in the following example: @ 1.00,21.00 DCGET cCode Picture '@!' PARENT oGroup COLOR GRA_CLR_BLUE ; TABSTOP ; GETID "Get_cCode" ; WHEN {|| nGroup == 1 } ; TABGROUP ...
by RDalzell
Sun Nov 04, 2012 9:22 am
Forum: eXpress++ Support
Topic: DCREAD VALID
Replies: 7
Views: 10950

DCREAD VALID

Hi Roger, Something recently observed The DCGET VALID does not get called if paired with WHEN Using xBase++ 1.90 355 and eXpress 1.9 257 \ @ 1.00,24.00 DCGET nJudge Picture '9999' PARENT oGroup3a COLOR GRA_CLR_BLUE ; TABSTOP ; GETID "Get_nJudge" ; WHEN {|| nJudge == 0 } ; TABGROUP XBP_BEGIN_GROUP ; ...
by RDalzell
Wed Oct 31, 2012 6:20 pm
Forum: eXpress++ Support
Topic: How to tooltip DcBrowse
Replies: 2
Views: 6069

Re: How to tooltip DcBrowse

DCBROWSECOL DATA {|| HearMst->T_Number } HEADER 'Citation;Number' WIDTH 6 PARENT oBrowse COLOR bColor ; PRESENTATION {{XBP_PP_COL_HA_COMPOUNDNAME, '9.Helv Bold'} } ; SORT {|| OrdSetFocus('HEARMX09'), Wiper(GetList, oSeek) } LEFTBUTTON ; DATATOOLTIP {|| .t. } TIPBLOCK {|| CitationStatus() } *--- STA...
by RDalzell
Sun Oct 21, 2012 4:20 pm
Forum: Announcements
Topic: Alaska xBase conference in October
Replies: 5
Views: 17342

Re: Alaska xBase conference in October

For those who attended, how was the conference?
by RDalzell
Sun Oct 21, 2012 7:14 am
Forum: eXpress++ Support
Topic: Simple question (from a simple person)
Replies: 4
Views: 8419

Re: Simple question (from a simple person)

Bruce, From the Alaska docs for function directory() #include "Directry.ch" PROCEDURE Main LOCAL aDbfFiles := Directory("*.DBF") LOCAL nCount := Len(aDbfFiles) LOCAL n, nSum nSum := 0 FOR n:= 1 TO nCount nSum += aDbfFiles[ n, F_SIZE ] NEXT ? nCount, "DBF files occupying", nSum, "Bytes" RETURN
by RDalzell
Tue Jul 31, 2012 5:09 pm
Forum: eXpress++ Support
Topic: DcBrowse - Tagging
Replies: 11
Views: 17013

Re: DcBrowse - Tagging

Roger,

Confirmed, you have once again worked your magic.
System functions as quickly, single or multi-user.

Thank you.
by RDalzell
Tue Jul 31, 2012 5:41 am
Forum: eXpress++ Support
Topic: DcBrowse - Tagging
Replies: 11
Views: 17013

Re: DcBrowse - Tagging

Roger,

I installed the update last evening and a preliminary test appears that the problem is resolved.
I will verify today and advise.

As Always,
Thank You...

Rick
by RDalzell
Sun Jul 29, 2012 7:55 am
Forum: eXpress++ Support
Topic: How to make a working hyperlink?
Replies: 6
Views: 11800

Re: How to make a working hyperlink?

bHistory := {|| History(nCitation) }

@ 21.50,65.50 DCSAY {|| TRANSFORM(nCitations,"999,999") } SAYSIZE 12 PARENT oStatic COLOR GRA_CLR_BLUE, GRA_CLR_BACKGROUND ;
CURSOR 12347 ;
HYPERLINK bHistory ;
SAYFONT '12.Helv Bold'
by RDalzell
Thu Jul 26, 2012 1:34 pm
Forum: eXpress++ Support
Topic: DcBrowse - Tagging
Replies: 11
Views: 17013

Re: DcBrowse - Tagging

Roger, Everything appears to function properly (speed) when using on a non-networked desktop, as well as when only one user is logged into the application on a networked system. However as soon as another user logs into the application then the when a user doubleclicks for ITEMSELECTED, the applicat...