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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.