Search found 205 matches

by RDalzell
Wed Jun 13, 2012 3:55 pm
Forum: eXpress++ Support
Topic: Renewal Fees
Replies: 23
Views: 36143

Re: Renewal Fees

Roger, A fillup for my car costs $100.00 A nice dinner out with my darling bride costs over $100.00 Any major sporting event (tickets, parking and food) which we attend exceeds $200.00 Your product is attractively priced, you provide constant support and suggestions. You produce significant updates ...
by RDalzell
Tue Jun 12, 2012 5:17 am
Forum: Xbase++ Support
Topic: Xbase++ and Windows 7 64 bit do not work together
Replies: 4
Views: 10708

Re: Xbase++ and Windows 7 64 bit do not work together

Doug, I develop and have many systems operating on the Win7 64 bit OS. Often is the case where you have multiple versions of the dlls and the incorrect version is is your path. Use Chk4Dll.Exe to locate dll called and locations. Check your installation, paths and worst case copy the latest and great...
by RDalzell
Thu Jun 07, 2012 8:09 pm
Forum: eXpress++ Support
Topic: dcbrowsecol
Replies: 4
Views: 8381

Re: dcbrowsecol

Add the following to your DCBROWSE EVAL clause,

Code: Select all

  EVAL { || PostAppEvent(xbeM_RbDown,{0,0},,oBrowse:getColumn(1):heading) }
where :getColumn(x) = your desired sort browse column.

Rick
by RDalzell
Thu Jun 07, 2012 7:21 pm
Forum: eXpress++ Support
Topic: calculating row height for specific font
Replies: 3
Views: 7060

Re: calculating row height for specific font

Hi Brian,

Have a look at Roger's PageSize example in \Samples\Printer

Best regards,
Rick
by RDalzell
Tue Jun 05, 2012 6:59 pm
Forum: eXpress++ Support
Topic: Tab Merge - a new feature in eXpress++
Replies: 8
Views: 12014

Re: Tab Merge - a new feature in eXpress++

Roger,

Attached are screen captures of a dialog before (original) and after (MergeTab).

As you can see, the screen is not rendered as before.

Rick
by RDalzell
Mon May 28, 2012 9:40 am
Forum: eXpress++ Support
Topic: Indexing Problem
Replies: 3
Views: 9930

Re: Indexing Problem

Frans,

Try:
ordCreate("Fleet", "FltDepot", "Upper(Depot) + Upper(FltNo)", , .f., .t. )

It appears that your intended codeblock is not properly formatted (depending upon the content of cStringBlock).
by RDalzell
Sat May 12, 2012 7:09 am
Forum: eXpress++ Support
Topic: Birthday
Replies: 12
Views: 21243

Re: Birthday

Roger,

Age is like fine wine. It gets better with time. No wise man ever wished to be younger.

As all have said, thank you for being you and being a friend.

Happy Birthday.
by RDalzell
Mon May 07, 2012 3:15 pm
Forum: eXpress++ Support
Topic: Mapped Drive or UNC
Replies: 10
Views: 17140

Re: Mapped Drive or UNC

Hi Brian, Would be wonderful to see everybody again. Sounds like a plan, would like to possibly extend a day or two for a strictly eXpress Devcon to really make use of the travel and opportunity. Thanks for the input. When I get it working, I will make certain to post the code should others desire t...
by RDalzell
Sat May 05, 2012 2:44 pm
Forum: eXpress++ Support
Topic: Mapped Drive or UNC
Replies: 10
Views: 17140

Re: Mapped Drive or UNC

This just brings me to the "Chicken or the Egg" - which came first. If I want a configuration parameter to be set and read within the database, I need to access the database to read and maintain the configuration. If I have a configuration file within the locally installed application, this file req...
by RDalzell
Fri May 04, 2012 5:42 am
Forum: eXpress++ Support
Topic: Mapped Drive or UNC
Replies: 10
Views: 17140

Mapped Drive or UNC

I have the attached as the manner which I currently use to open databases & indexes running the application from a server location. A new installation has issues with connectivty speed and I am looking to load the application at the client and direct to the database/index locations. Is it better to ...