msflexgrid

How do I install Microsoft FlexGrid Control 6.0 on a computer without VS 6.0?

南楼画角 提交于 2019-12-12 17:32:30
问题 My VB.NET application uses Microsoft Flex Grid Control 6.0. This is a legacy application which has been ported from VB6 with the Visual Studio conversion wizard. Although I can compile the assembly, I get a COMException because some class is not registered. I've found out that this class is the Microsoft Flex Grid Control 6.0. Where can I find the control and how can I register it on machines so that the application will run? Best Regards, Oliver Hanappi 回答1: The "Microsoft FlexGrid Control"

Can't close userform

对着背影说爱祢 提交于 2019-12-11 12:22:49
问题 Let me set up the environment. This is VBA code running in Excel. I have a userform that contains a msflexgrid. This flexgrid shows a list of customers and the customer', salesperson, csr, mfg rep, and territories, assignments. When you click in a column, let's say under the Territory column, another userform opens to show a list of Territories. You then click on the territory of your choice, the userform disappears and the new territory takes the place of the old territory. This all works

run-time error '3704' operation is not allowed when the object is closed in VB6 while using SP using temp tables

天涯浪子 提交于 2019-12-10 20:55:59
问题 I am using the Stored procedure "sp_Missingdata" to get the data and to display in the MSFlexGrid, But i am getting the error as - run-time error '3704' operation is not allowed when the object is closed I searched in google a lot and changed these things - 1. set NOCOUNT ON for the Stored procedure. 2. set SET ANSI_WARNINGS OFF for stored procedure. Private Sub Command2_Click() Dim cmd As ADODB.Command Dim sqlnew, dd Set cmd = New ADODB.Command cmd.ActiveConnection = ArtmConn cmd.CommandType