Re: tab refresh
if you're wanting to refresh the current record in the form, you could try
adding a refresh command to the tab control's Change event procedure, as
Me.Refresh
hth
"Lez" <lj_girvan_N-O_5pAm@xxxxxxxxxxx> wrote in message
news:eitJnIOMGHA.916@xxxxxxxxxxxxxxxxxxxxxxx
Hi Guys,
Can anyone tell me how I can get a record to refresh when I click from one
form tab to another?
TIA
Lez
.
Relevant Pages
- Re: Idea for new ttk Notebook virtual event
... approach - you may have gathered by now that your refresh via tab click ... ...And I like the "click any tab to see the current data" idea. ... displayed pane, would be ok - but if I want to use notebook tabs it ... the notebooks using a common refresh) - the whole display will become ... (comp.lang.tcl) - Re: Calculated fields in subforms of Tab Control not refreshing
... Perhaps you need to force the ReCalc in a particular order. ... calculates correctly when I use the refresh function from the menu. ... the pages of the tab control as you expect. ... Calculations in some fields use data from fields in other ... (microsoft.public.access.modulesdaovba) - Re: Conditional formatting
... So in both cases (either clicking into another line or using the tab ... conditionally formatted field. ... not wriiten to the table until an Update or Refresh or Requery occurs. ... try a Refresh on the AfterUpdate event of your field. ... (microsoft.public.access.forms) - Re: Idea for new ttk Notebook virtual event
... less intuitive interface than a refresh button or menu item. ... It seems logical to me that clicking on the tab of the currently ... selected pane could update the contents of the pane. ... that user action is what should, IMHO, trigger the refresh action... ... (comp.lang.tcl) - [Swing] how to relay events to other components
... C,D+E don't care whether e1 or e2 trigger of the action. ... Tabbed pane: When a tab comes to the front the data need to be refreshed ... All they need is a trigger to refresh ... (comp.lang.java.programmer) |
|