Lines Matching refs:td

128         <td><b>URL suffix</b></td>
129 <td><b>functionality</b></td>
133 <td><em>positionForm</em></td>
134 <td>positions the form on a record given by absolute number.<br/>
136 value specifying the absolute position to which the form should be moved</td>
140 <td><em>RecordCount</em></td>
141 … <td>This is a passive functionality: It cannot be dispatched, instead, interested parties may
147 string, too.</td>
151 <td><em>moveToFirst</em></td>
152 <td>moves the form to the first record</td>
156 <td><em>moveToPrev</em></td>
157 <td>moves the form to the record preceding the current one</td>
161 <td><em>moveToNext</em></td>
162 <td>moves the form to the record after the current one</td>
166 <td><em>moveToLast</em></td>
167 <td>moves the form to the last record</td>
171 <td><em>moveToNew</em></td>
172 <td>moves the form to the virtual "insert row", where new records can be inserted</td>
176 <td><em>saveRecord</em></td>
177 …<td>Commits any potentially pending changes in the current control, and saves the current record to
178 …ase, or inserts a new record if the form is currently positioned on the virtual insertion row.</td>
182 <td><em>undoRecord</em></td>
183 <td>reverts the changes done to the current record. Basically, this means refreshing the
184 current row from the database, and updating all controls with the new content.</td>
188 <td><em>deleteRecord</em></td>
189 <td>deletes the current record, after asking the user for confirmation.</td>
193 <td><em>refreshForm</em></td>
194 <td>reloads the complete form. After this, the form is positioned on the first record</td>
198 <td><em>sortUp</em></td>
199 …<td>Adds an order clause to the form, to sort it ascending by the field which the current control …
200 and then reloads the form.</td>
204 <td><em>sortDown</em></td>
205 …<td>Adds an order clause to the form, to sort it descending by the field which the current control…
206 and then reloads the form.</td>
210 <td><em>sort</em></td>
211 …<td>opens an dialog, which allows the user to manipulate the current sorting order of the form. If…
212 is closed with OK, the form is reloaded after setting the new sorting order.</td>
216 <td><em>autoFilter</em></td>
217 …<td>creates, from the current control, a filter for the form. This is, if the current control is b…
219 is created and set at the form. After this, the form is reloaded.</td>
223 <td><em>filter</em></td>
224 …<td>opens an dialog, which allows the user to manipulate the current filter of the form. If the di…
225 is closed with OK, the form is reloaded after setting the new filter.</td>
229 <td><em>applyFilter</em></td>
230 <td><p>Toggles the <member scope="com::sun::star::sdb">RowSet::ApplyFilter</member> property
234 notified by the dispatcher.</p></td>
238 <td><em>removeFilterOrder</em></td>
239 <td>completely removes any filter and sorting order from the form, and reloads it.</td>