Re: Form objects' data where not refreshed
- From: "Denis G" <d_geraghty@xxxxxxxxxxx>
- Date: Mon, 27 Nov 2006 14:10:41 +0100
Hi
Can be a number of things.
Most likely is that the record pointer is still on the deleted record. Look
in the help file for "set deleted". Set deleted on to filter deleted rcords.
After the delete issue a go top or skip to move the record pointer. HTH
"neojhz" <neojhz@xxxxxxxxx> wrote in message
news:1163665221.801762.317480@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hi all,
I have a little problem here. What I did was delete ALL data on the
cursor and append new data to the cursor and issue tableupdate. The
table is in buffering mode. Supposedly the objects that where bounded
where to display new set of data since it was deleted. However it was
not refreshed even issuing ThisForm.Refresh(). What could the problem
be?
I've experimented with the coding and still i failed.
Coding (written on a separate prg):
delete all in (lcAlias)
llAppend = .t.
oXMLAdapter.Tables[1].ToCursor(llAppend,tcAlias)
tableupdate(.t.,.t.,tcAlias)
...
any help is appreciated
Thanks
.
- References:
- Form objects' data where not refreshed
- From: neojhz
- Form objects' data where not refreshed
- Prev by Date: Form objects' data where not refreshed
- Next by Date: Generating will attempt to merge RI code...
- Previous by thread: Form objects' data where not refreshed
- Next by thread: Generating will attempt to merge RI code...
- Index(es):
Relevant Pages
|