RefreshRecord does not refresh LOBs

SteLal

Member
Oracle 8i 8.1.6 / DOA 3.3.2 / BCB5

When I use RefreshRecord (w/ refresh options set to roAllFields) my LOBs fields are not refreshed...

RefreshRecord documentation doesn't talk about LOBs.
Is there a trick ?
Is this supported in version 3.3.2 or do I write some code in AfterRefreshRecord to do some extra SQL queries to manually reload my LOB fields ?

Any tip will be appreciated

------------------
St
 
LOB's are indeed not refreshed. The only work around is to implement a refresh in the OnApplyRecord event.

------------------
Marco Kalter
Allround Automations
 
Back
Top