With a File Loaded browse the condition A."ENTITY" >= @P1 in the where clause remains.
I tried to do your sugestion, and i used BRW1.ResetQueue(Reset:Queue)after a delete action and BRW1.ResetFromFile for insert and change actions, followed by BRW1.ResetFromBuffer.
Unfortunally...
Running the SQL Profiler i rimarked that after a delete, insert or update operation the select comand is like this:
SELECT A."CODE", A."NUMBER", A."ENTITY" FROM dbo.telephone A WHERE ( A."ENTITY" = '1' ) AND A."ENTITY" >= @P1 ORDER BY...
Anwsering your questions:
>The first thing to do is to see if the browse is refreshed >manually i.e. exit the browse procedure and load it again >and check if the browse has refreshed to show the recent >record additions or modifications.
>If it shows the records properly, then the problem can...
I tried it, but unfortunally didn't work, Shankarj.
I put it in the embed of the insert button, i put it in the accepted embed of the browse list, but, unfortunally didn't work.
I tried BRW1.ResetSort(True),
i tried BRW1.resetFromFile,
i tried BRW1.ResetFromBuffer
and nothing... it simple...
Thanks ShankarJ,
How do you suggest to make a refresh?
I'm doing this way:
BRW1.resetQueue(reset:Queue)
thisWindow.reset(true)
I can't make it work this way. Tell me how you'd do.
Hello!
Please,
i have a dictionary, and an application. Very simple they both are.
The application has a window with a list of entities from which we can acess to the detailed info of each entity.
It belongs to the detailed info of a entity the list of phone numbers of it. As so, in the window...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.