Re:Table block
C.Fleury,
Welcome to client/server development. The server is only doing what you ask
and the tricky part is making sure you ask the right questions, in the right
way. There is a lot of detail you keep leaving out (number of records
involved, what server resources are locked, SQL used, etc), so here are a
few articles worth reading...
http://bdn.borland.com/article/0,1410,28160,00.html
http://community.borland.com/article/0,1410,22571,00.html
http://community.borland.com/article/0,1410,20563,00.html
Good luck,
krf
http://www.midwayusa.com
- 100% Delphi Webbroker CGI/ISAPI and ADO against MSSQL 2K
Quote
"C.Fleury" <Fle...@CompuTimes.net> wrote in message
news:3ef70232$1@newsgroups.borland.com...
Quote
> Kevin,
> There are two forms, form1 has a TBrowse w/ a TQuery (RequestLive=False)
and
> form2 when activated uses another TQuery (RequestLive=True) which selects
> the one highlighted record in then form1's Browse and edits it.
> When I post the edit in form2 it will sit there waiting until the remote
> station which is idle in form1 closes it either by activating form2 or
going
> back to a menu. This is equivalent in complexity to the HELLO WORLD of
> Delphi programming and I can't get it to behave properly !!!
> Thanks
> C.Fleury