Search found 205 matches

by RDalzell
Wed May 02, 2012 4:15 am
Forum: eXpress++ Support
Topic: DCBROWSE ZEBRA
Replies: 3
Views: 7577

Re: DCBROWSE ZEBRA

How is the value of lEven changed?
I thought it was somewhere within Roger's function
by RDalzell
Tue May 01, 2012 7:12 pm
Forum: eXpress++ Support
Topic: DCBROWSE ZEBRA
Replies: 3
Views: 7577

DCBROWSE ZEBRA

Roger, When I add the lines to perform zebra colors, I receive a "Parameter has the wrong data type" error at DC_XBROWSE:ZEBRACOLOR(1873) LOCAL aEvenRowColor := {GRA_CLR_BLACK,GraMakeRGBColor({255,255,170})} LOCAL aOddRowColor := {GRA_CLR_BLACK,GraMakeRGBColor({159,231,176})} DCBROWSE ... ZEBRA aEve...
by RDalzell
Tue Apr 24, 2012 5:47 am
Forum: Xbase++ Support
Topic: Hanover
Replies: 6
Views: 13509

Re: Hanover

Tom and All, Apologies, for the incorrect spelling, Hannover it is and will be. Glad to hear that things went well. I would have expected that to be the case with Martin in the mix. Especially glad to hear of the progress, I hope that the proposed delivery date does not continue to slide. While I un...
by RDalzell
Sat Apr 21, 2012 6:20 am
Forum: Xbase++ Support
Topic: Hanover
Replies: 6
Views: 13509

Hanover

Does anybody know how the 2012 Hanover DevCon was?
by RDalzell
Sun Apr 08, 2012 7:18 pm
Forum: eXpress++ Support
Topic: Tagging and DCTAGS Array
Replies: 5
Views: 9342

Re: Tagging and DCTAGS Array

Roger,

That makes it even easier.
I had originally looked at the docs, but your example here made it understandable.

Thanks
by RDalzell
Sun Mar 18, 2012 6:25 pm
Forum: eXpress++ Support
Topic: DCBROWSE and ItemSelected or DataLink
Replies: 2
Views: 5525

Re: DCBROWSE and ItemSelected or DataLink

ITEMSELECTED seems to work the best....
by RDalzell
Sun Mar 18, 2012 2:52 pm
Forum: eXpress++ Support
Topic: DCBROWSE and ItemSelected or DataLink
Replies: 2
Views: 5525

DCBROWSE and ItemSelected or DataLink

Hello, I have a dialog and a dcbrowse within the same display, I would like to populate the dialog variables from a selection from the database browse. Is the better choice a datalink or itemselected, plus I would like to keep the dialog active as will perform record tagging from the same database b...
by RDalzell
Sun Mar 18, 2012 11:10 am
Forum: eXpress++ Support
Topic: Tagging and DCTAGS Array
Replies: 5
Views: 9342

Re: Tagging and DCTAGS Array

Thanks Chris,

Makes better sense now.

Rick
by RDalzell
Sat Mar 17, 2012 5:44 pm
Forum: eXpress++ Support
Topic: Tagging and DCTAGS Array
Replies: 5
Views: 9342

Re: Tagging and DCTAGS Array

Thanks to all who took a peek,

Uncertain as to why, but this works...

Code: Select all

 
SELECT ParkMst
aRecNo  := DcTags[1,2]
aTicket := {}
FOR   i := 1 TO Len(aRecNo)
  nRecord := aRecNo[i]
  ParkMst->(DbGoTo(nRecord))
  Aadd(aTicket, ParkMst->T_Number)
NEXT
by RDalzell
Sat Mar 17, 2012 11:01 am
Forum: Xbase++ Support
Topic: Operating System Error
Replies: 8
Views: 18188

Re: Operating System Error

CdxDbe.Dll, DbfDbe.Dll, DelDbe.Dll, FoxDeb.Dll, SdfDbe.Dll, NtxDbe.Dll, OdbcDbe.Dll and AdsDbe.Dll are the standard xBase++ runtime dlls depending upon which dbe(s) you select within your DbeSys.Prg or DbeSys().