xBrowse :bEditValid executed 3x...

Post Reply
User avatar
fraxzi
Posts: 811
Joined: Tue May 06, 2008 4:28 am
Location: Philippines
Contact:

xBrowse :bEditValid executed 3x...

Post by fraxzi »

Hello everyone,

Im Using FW9.11's xBrowse

Code: Select all

WITH OBJECT xBrw
     :aCols[ 1 ]:bEditValid := {|| msginfo('1'), .T. }     //executed 3 times.
END


How to prevent this?

Regards,
Fraxzi
Kind Regards,
Frances

Fivewin for xHarbour v18.07
xHarbour v1.2.3.x
BCC 7.3 + PellesC8 ( Resource Compiler only)
ADS 10.1 / MariaDB
Crystal Reports 8.5/9.23 DE
xMate v1.15
User avatar
nageswaragunupudi
Posts: 8017
Joined: Sun Nov 19, 2006 5:22 am
Location: India
Contact:

Re: xBrowse :bEditValid executed 3x...

Post by nageswaragunupudi »

for me it evaluates only once.
Regards

G. N. Rao.
Hyderabad, India
empresoft
Posts: 37
Joined: Mon Nov 12, 2007 12:46 pm
Location: BRAZIL

Re: xBrowse :bEditValid executed 3x...

Post by empresoft »

Colleague here is the solution

http://forums.fivetechsupport.com/viewt ... lid#p82608




Luiz Fernando


FWH 912, XHB 1.2, ADS9.0
FWH 804,XHARBOUR 1.1,XDEV,PELLES
User avatar
fraxzi
Posts: 811
Joined: Tue May 06, 2008 4:28 am
Location: Philippines
Contact:

Re: xBrowse :bEditValid executed 3x...

Post by fraxzi »

nageswaragunupudi wrote:for me it evaluates only once.
GNR,

Are you using FW9.11? I have no fancy routine just plain :bEditValid, BTW :nEditType := EDIT_GET


Regards,
Fraxzi
Kind Regards,
Frances

Fivewin for xHarbour v18.07
xHarbour v1.2.3.x
BCC 7.3 + PellesC8 ( Resource Compiler only)
ADS 10.1 / MariaDB
Crystal Reports 8.5/9.23 DE
xMate v1.15
Post Reply