Mike,

 

What version and build of Rbase are you using?

Can you send me a copy of your form, table structure and the 5 images!

 

I'll see what I come up with!

 

I have a similar form with multi pictures of homes!

 

I don't have the issue you are discussing!

 

 

Best Regards,

 

 

Oma Cox

O.C. Services Inc.

P.O. Box 5485

Brandon, MS 39047

 

662.820.7599

601.992.6785

 

www.ocservicesinc.com

 

  _____  

From: [email protected] [mailto:[email protected]] On Behalf Of Michael J.
Sinclair, MD
Sent: Friday, March 27, 2009 12:27 PM
To: RBASE-L Mailing List
Subject: [RBASE-L] - RECALC Bug???

 

I wonder if this flickering problem is acutally a bug with the RECALC
command. The documentation regarding RECALC says....

 

"When you use the RECALC command without any options, RECALC redisplays only
the variable in the field that started the EEP, and recalculates only
expressions using that variable. Use the VARIABLES option to force redisplay
of all variables placed on the form and recalculation of all table
expressions."

 

In my application, I have 4 Variable Image Objects (vdoc1, vdoc2, vdoc3 and
vdoc4) that are small (postage stamp size) to display thumbnails of 4
different images. I have a 5th Variable Image Object (vdocbig) that is very
large, about 8.5" by 11" to display the document in it's full size. I want
to be able to right click on any one of the thumbnail size Variable Image
objects and have the image in that thumbnail displayed as a large image. The
EEP I use is very simple...

 

--on right mouse click for doc 1

SET V vdocbig = .vdoc1
RECALC
RETURN

 

(all 4 of the EEPS are identical except for the variable vdoc1/2/3/4)

 

It seems to me that I should be able to use "RECALC" instead of "RECALC
VARIABLES" and only the one small Variable Image object and the large image
object would blink as it is being redisplaed with the new image. That is not
the case. I tried the EEP without using RECALC at all, and the image does
not redisplay at all. I then tried using RECALC alone and RECALC VARIABLES
and both of them are causing every one of the small Varibable IMAGE objects
to blink. 

 

Am I misunderstanding the description of the RECALC? Could somebody please
verify this? If so, I would be glad to ask for a bug fix.

 

Mike Sinclair

Reply via email to