For Programmers: Free Programming Magazines  


Home > Archive > Clarion > March 2006 > HOLD doesn't









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author HOLD doesn't
db

2006-03-12, 9:55 pm

Clarion 6.3, Topspeed datafiles, Legacy app.
I issue a hold as follows;
DET:ORDNUMB = SEE:ORDERNUMB
Hold(Detale,4)
Get(Detale,DET:KeyDETORD)
if error() then
message('Error ' & Clip(Error()) & ' HOLDing Detale ' &
See:orderNumb,,,Button:OK)
else
Message('Record ' & Det:OrdNumb & ' is held',,,Button:OK)
end

Message indicating that HOLD was successful is posted. I then access the
same record from another window/thread in the same app and can modify the
record without problems.

Why?
db


Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2009 codecomments.com