Home > Archive > Clarion > September 2006 > Refresh Browse after changing path
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 |
Refresh Browse after changing path
|
|
|
| Hello,
I have tables in different directory ( same structure) and in a window there
is a list that shows some data from table.
when window is open i change path in code i made, so that i could show new
data in same browse but i can't refresh a browse
without closing the window and opening it again. What shoul i do ?
Regards
KLo
| |
| ikrami2000@gmail.com 2006-09-20, 7:55 am |
|
you tried Thiswindow.reset(1)
this after getting the data
| |
| JonWat 2006-09-26, 6:55 pm |
| Close the file
Change the {PROP:Name} of the file
Open the file
Run WindowManager.Reset
B.U.T wrote:
> Hello,
> I have tables in different directory ( same structure) and in a window there
> is a list that shows some data from table.
> when window is open i change path in code i made, so that i could show new
> data in same browse but i can't refresh a browse
> without closing the window and opening it again. What shoul i do ?
>
> Regards
>
> KLo
|
|
|
|
|