Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Amador

  1. Amador

    Datagrid dblClick Problem

    Thank You CCLINT, Excellent alternative, I will use this way.
  2. Amador

    Datagrid dblClick Problem

    Thanks to all of you, , I contacted Microsoft and it is a bug "Cannot edit cells in DataGrid after closing a modal dialog", a similar problem is addressed in http://support.microsoft.com/?id=305101 This is the code to solve the problem. Option Explicit Private Declare Sub...
  3. Amador

    How to unlock the DataGrid after dblclick showing a modal dialog

    The datagrid control uses the sequence of MouseDown, MouseUp, MouseDown, MouseUp to fire a double click event. When you open a Modal dialog in the double click event, for some reason, the last MouseUp message is sent to the modal dialog, but not to the DataGrid. When the modal dialog is closed...
  4. Amador

    Datagrid dblClick Problem

    Thank you for the answer, Yes, the AllowUpdate property is set to true I did the CCLINT recommendation, but still the same problem
  5. Amador

    Datagrid dblClick Problem

    I am using Datagrid and ADO 6.0, to maintain a database table (change, delete and add data) , some of the fields are dates, in those fields(cells) I am using dblclick in order to get the date from the calendar control, this part works well. My problem is: after get the date, the cell can not be...
  6. Amador

    Compile error: User-defined type not defined

    I have an application developed in VB6 using Crystal reports 8 when I run it, the system show up this error msg. Compile error: User-defined type not defined The sentence is: Dim rptPhoneList As New CRPhoneList It is in General Declarations of the form frmCRViewer I'll appreciate any help...

Part and Inventory Search

Back
Top