Questions tagged [msflexgrid]

Microsoft FlexGrid control displays and operates on tabular data.

60 questions
0
votes
1 answer

Cannot open modal dialog containing MS FlexGrid activex control

I am trying to open dialog containing MS FlexGrid ActiveX control using DoModal() from an ActiveX control project(OCX). I added member variable for the FlexGrid control and generated a wrapper class for it through wizard. But the dialog is not…
coonal
  • 93
  • 7
0
votes
1 answer

Group Values in Flexgrid Vb6

I have a Flexgrid (vb6) disconnected from any Db, having some rows like sh:own in image below ... I'm not able to create a cycle to obtain how many different groups (by vat) i have on the grid and calculate the relative amount so to have .. as you…
0
votes
0 answers

How to calculate the number of visible columns in a MSFLEXGRID

How Do I calculate the number of visible columns in a MSFLEXGRID in characters in VB6? I have the form ScaleMode set to characters. I tried the .height property, but it doesnt change as I change the font size
user1561769
  • 85
  • 1
  • 6
0
votes
0 answers

mark in msflexgrid days holidays from database

I want to make a database query to retrieve the date of holidays and compare with the days in columns of the msflexgrid. If there's a match I want to mark it in red. Private Sub Text1_LostFocus(Index As Integer) Select Case Index Case 1 …
0
votes
1 answer

Looping through MsFlexGrid rows

I have a question about MsFlexGrid VB6. I have a grid containing coordinates of objects vertices. So for example, if I have 4 objects each one with 3 vertices, the number of rows is 4*3=12. What I would like to do is: Loop through every three rows…
0
votes
1 answer

Handle millions of records ListView or MsFlexGrid

I have a situation that needs to handle millions of rows in Ms Access. The data come from a SQL server and in normal cases a continuous form would be just right but the rows its the only issue as i have table with many columns. So i started…
John
  • 974
  • 8
  • 16
0
votes
1 answer

Drag and drop rows between two datatable using msflexgrid

I have two forms with msflexgrid to display data with datasource from datatable. I want to drag and drop rows between two form each other. I saw this topic and edited but it doesn't work. Drag data from DG and other controls to another DG in…
0
votes
1 answer

Why is my code Selecting & Hightlighting more than 1 row in my MshFlexgrid?

I have a VB6 project that is using a SQL2008 database. The project consists of two Combo Boxes , a MSHFlexGrid, and Two Command Buttons(cmdLoadSeries & cmdExit). The user will make a selection from the first Combo box and press the cmdLoadSeries…
0
votes
1 answer

Print msflexgrid with picture in cell in VB6

How do I print msflexgrid with a picture in some of its cells in VB6?
Smith
  • 5,765
  • 17
  • 102
  • 161
0
votes
3 answers

text orientation flexgrid

Is there anyway to align the text in msflexgrid in vertical orientation like excel does? thanks
Smith
  • 5,765
  • 17
  • 102
  • 161
0
votes
0 answers

VB6 MSFlexGrid - Unable to set columns and rows count at runtime

I have a Visual Basic 6 form with a MSFlexGrid control inside, which takes data from a record set(ADODB) and displays them. Before starting the copy of data to the FlexGrid, I'm trying to set the rows count, depending on records count. Also I have a…
0
votes
1 answer

Object variable not set (Error 91)

I have a problem ADODB.RECORDSET, i have MSFlexGrid called flgFact what is filled with data and i want to add that data related on a recordset called rsDetal but when i compile the code it drop me (error 91 : Object variable or With block variable…
0
votes
1 answer

wijmo FlexGrid implementation with angularjs

Can we implement wijmo FlexGrid with Angularjs.I want to implement all FlexGrid properties like filtering, paging, sorting column. Any pointers will help.
S.L.
  • 23
  • 5
0
votes
1 answer

VBA FlexGrid selected rows to array

I have a Flexgrid (VSFlexGrid 8) with 3 columns grid name = Main_Window.form_seg_carrier_grid Select | Name | ID x | abc | 1 | cdf | 2 x | dfs | 3 The select column is defined as a Boolean data type, and is left up to the user…
Jeff Beagley
  • 945
  • 9
  • 19
0
votes
1 answer

MSflexgrid to XML file conversion

I am trying to convert MSflexgrid data to datatable or XML. But I am not sure about this. Can anyone please confirm me