When i create a database and put a remote view from the avaliable sources selecting a mysql connection i created with the connector, I can browze the view and see/navigate the records.
When i use this database/view for the source of a form, put elements on it, create a next/previous button, i can see the status record 1/2 changing but the form does not update.
I have buffering set to 3 and this view is not updating the source tables only gathering data from two tables on a server.
Code in next button
if .not. eof()
skip
else
wait wind [end of file]
endif
thisform.refresh()
what am i missing?
thanks in advance
wjwjr
This old world keeps spinning round - It's a wonder tall trees ain't layin' down
When i use this database/view for the source of a form, put elements on it, create a next/previous button, i can see the status record 1/2 changing but the form does not update.
I have buffering set to 3 and this view is not updating the source tables only gathering data from two tables on a server.
Code in next button
if .not. eof()
skip
else
wait wind [end of file]
endif
thisform.refresh()
what am i missing?
thanks in advance
wjwjr
This old world keeps spinning round - It's a wonder tall trees ain't layin' down