Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 2 of 2 total
Thread 3.x - can I get the Range Values from properties?
Mon, Dec 14 2009 4:26 AMPermanent Link

durumdara
Hi!

In one of our customers we got problem with master-detail, and range, and locate...
The problem is not repeatable, sometimes we got, sometimes not.

We want to logging to test it.

As I saw that MD realized with SetRange (in the background).

But sometimes we make SetRange with ranges. (ID: 200-205).

How can I get range values from DBISAMTable to log it in our Debug Diary?

For example:
tbl.GetRangeStart()
tbl.GetRangeEnd()

Thanks for your help:
  dd
Tue, Dec 15 2009 7:11 AMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com


<< How can I get range values from DBISAMTable to log it in our Debug Diary?
>>

Use these methods:

EditRangeStart/EditRangeEnd

and then use FieldByName(), etc. to examine the range field values for the
active index.   When you're done, just use the Cancel method to cancel the
editing of the ranges (the range will stay in effect).

--
Tim Young
Elevate Software
www.elevatesoft.com

Image