Search results

  1. A

    Application design using UML

    I am looking for some helpful tips and resources from any one having experience designing applications using UML or nay other object oriented design methodology am interested in some sample design documentation and case studies. Most of the Systems Analysis and Design books do not contain any...
  2. A

    How can I force before update event proc

    I have a form with calendar control on it. I call that form from all my other forms. If my sub form is in datasheet view I call the calendar form by using double click event. For all other forms I created a button and call the calendar from the double click event. After selecting the date the...
  3. A

    How to display Max(subfrm_field) on another sub form ?

    My tables are customers (1-many) with Orders, Orders ( 1- many) with OrderDetais I have a main form (frmMaincustomers) with 2 synchronized subfroms (subfrmOrders, subfrmOrderDetails). Order Detail has a field called Shipped Date. I want to display the maximum (shipped Date) from...
  4. A

    smallest possible calender control

    I want to use a calender control on my form but at the same time I do not want to clutter my form. Same form is used for view,add &update operations. I would like to morph the calender control to a text field when not in add mode. Any tips ?
  5. A

    What is the use of a record selector in a form

    The record selector displays the unsaved record indicator when a record is being edited. Is there any use other than this ?
Back
Top Bottom