Login
`
Templates, Tools and Utilities
|
||
Add a comment to an Icetips ArticlePlease add your comments to this article.
Please note that you must provide both a name and a valid email address in order
for us to publish your comment. Comments are moderated and are not visible until they have been approved. Spam is never approved!
Back to article list Search Articles Add Comment Printer friendly Direct link Par2: Saving BLOBs 1999-07-29 -- Jim Kane > Clarion doesn't detect the change just to the BLOB.
True. But it does provide a prop:touched so you can test if it has changed. I usually
add a 1 byte dummy field to the record the in Takecompleted before call to parent I do:
If Pre:TheBlob{prop:Touched} then
If Pre:ForceSave then Clear(Pre:ForceSave) else Pre:ForceSave+=1.
end
The value of pre:forcesave dummy field does not matter, it only matters that it changes
before takecompleted is called so the record gets saved.
Today is November 21, 2024, 6:26 am This article has been viewed 35309 times.
|
|