Search found 4769 matches

by rdonnay
Thu Jan 27, 2011 7:15 pm
Forum: eXpress++ Support
Topic: dc_tokenarray() regression
Replies: 8
Views: 13526

Re: dc_tokenarray() regression

Then my next suggestion is to copy DC_TokenArray() from _DCTOKEN.PRG of build 251 and put it in your own library for now. When I get home I will work on a permanent fix for you. I don't have a quick solution.
by rdonnay
Thu Jan 27, 2011 5:02 pm
Forum: eXpress++ Support
Topic: dc_tokenarray() regression
Replies: 8
Views: 13526

Re: dc_tokenarray() regression

Try this for now until I get dig into this deeper.

cText:="Bob,Baune,141 South 5th Street,Bird Island,MN,55310,USA,Bob's Auto,bbaune@q.com,Ba406770,320-212-1991,,,1131"
myarray:=dc_tokenarray(cText,",",.FALSE.)
by rdonnay
Wed Jan 26, 2011 10:31 am
Forum: Xbase++ Support
Topic: SQL via SQLExpress or pure ODBC
Replies: 7
Views: 15482

Re: SQL via SQLExpress or pure ODBC

I am working with a customer who needs access to a Microsoft RMS (Retail Management System) SQL database. He had a lot of problems when trying to use the ODBCDBE. He says that everything is perfectly solid now that he is using SQLExpress. He was not aware that the eXpress++ browse system automatical...
by rdonnay
Mon Jan 24, 2011 5:41 pm
Forum: eXpress++ Support
Topic: Automatic record locking for aliased DCGETs
Replies: 2
Views: 6124

Re: Automatic record locking for aliased DCGETs

You asked for this just at the right time. I plan to release build 255 when I get back to my office (about Feb 1). The Get-Set function is something I will add for you. For now, (build 254) this is what you need to do: 1. Make the following change to the file \exp19\source\dclipx\_DCGETBX.PRG: Was: ...
by rdonnay
Sun Jan 23, 2011 5:59 pm
Forum: eXpress++ Support
Topic: Printing Normal and LandScape
Replies: 12
Views: 17483

Re: Printing Normal and LandScape

This doesn't make sense.

Possibly, there is a very old DCDIALOG.CH that it is finding.
by rdonnay
Sun Jan 23, 2011 5:53 pm
Forum: eXpress++ Support
Topic: DCGETOPTIONS CLOSEQUERY
Replies: 3
Views: 6307

Re: DCGETOPTIONS CLOSEQUERY

dcgetoptions closequery msg {||.f.}
by rdonnay
Fri Jan 21, 2011 1:56 pm
Forum: eXpress++ Support
Topic: Tagging arrays
Replies: 2
Views: 6362

Re: Tagging arrays

The tagging system was designed to work with arrays or databases.

Look at the sample in \exp19\samples\tagging\tagging.prg.
by rdonnay
Thu Jan 20, 2011 3:29 pm
Forum: Xbase++ Support
Topic: dbgotop + rates.dbf = trouble
Replies: 2
Views: 7912

Re: dbgotop + rates.dbf = trouble

I hate when that happens. :oops:
by rdonnay
Thu Jan 20, 2011 1:44 pm
Forum: Xbase++ Support
Topic: XBase CRT Window
Replies: 3
Views: 8807

Re: XBase CRT Window

I suspect you are using a font not normally installed on Win 7. Maybe Terminal. Will need to chose another. Running that sample program should help.
by rdonnay
Thu Jan 20, 2011 11:39 am
Forum: Xbase++ Support
Topic: XBase CRT Window
Replies: 3
Views: 8807

Re: XBase CRT Window

Look at the sample program: \exp19\samples\crtfont\crtfont.prg.

It will show you how to choose the correct font for the crt window.