Click here to Skip to main content
16,011,120 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Array of objects? Pin
Joaquín M López Muñoz7-Mar-02 9:53
Joaquín M López Muñoz7-Mar-02 9:53 
GeneralRe: Array of objects? Pin
clintsinger7-Mar-02 10:13
clintsinger7-Mar-02 10:13 
GeneralRe: Array of objects? Pin
Jon Hulatt7-Mar-02 22:03
Jon Hulatt7-Mar-02 22:03 
GeneralRe: Array of objects? Pin
Jon Hulatt7-Mar-02 22:04
Jon Hulatt7-Mar-02 22:04 
QuestionHow to minimaze a dialog ? Pin
7-Mar-02 8:33
suss7-Mar-02 8:33 
AnswerRe: How to minimaze a dialog ? Pin
Carlos Antollini7-Mar-02 8:43
Carlos Antollini7-Mar-02 8:43 
AnswerRe: How to minimaze a dialog ? Pin
Gaurika Wijeratne7-Mar-02 9:10
Gaurika Wijeratne7-Mar-02 9:10 
QuestionMSFlexGrid GetTextArray? Pin
dazinith7-Mar-02 8:18
dazinith7-Mar-02 8:18 
I am trying to find out a value from a specific column and row from a MSFlexGrid. I set the text by calling:

m_flxCompanyList.SetTextArray(GridPos(i,1),pComp->m_strRetailNum);
m_flxCompanyList.SetTextArray(GridPos(i,2),pComp->m_strCompName);

so I construct a two column list of companies and their retail numbers, what I want to do is make it so that when someone clicks on the grid i can get the value in the first column of whatever row they select.

I know how to get what position is selected, but the GetTextArray (which I would think goes along with SetTextArray) returns a long, and I can't figure out what to do with it!

I've searched msdn and these message boards and it seems not much documentation is available for this control, but im hoping someone can help out?

thanks in advance to any advice


-dz
AnswerRe: MSFlexGrid GetTextArray? Pin
David Viggiano7-Mar-02 8:22
David Viggiano7-Mar-02 8:22 
GeneralRe: MSFlexGrid GetTextArray? Pin
dazinith7-Mar-02 8:42
dazinith7-Mar-02 8:42 
GeneralGetting PowerBuilder screen data from VC Pin
David Viggiano7-Mar-02 8:05
David Viggiano7-Mar-02 8:05 
GeneralRe: Getting PowerBuilder screen data from VC Pin
Joaquín M López Muñoz7-Mar-02 8:55
Joaquín M López Muñoz7-Mar-02 8:55 
GeneralRe: Getting PowerBuilder screen data from VC Pin
7-Mar-02 9:17
suss7-Mar-02 9:17 
GeneralRe: Getting PowerBuilder screen data from VC Pin
Joaquín M López Muñoz7-Mar-02 9:39
Joaquín M López Muñoz7-Mar-02 9:39 
GeneralColor Palette Pin
7-Mar-02 7:35
suss7-Mar-02 7:35 
GeneralRe: Color Palette Pin
Christian Graus7-Mar-02 9:33
protectorChristian Graus7-Mar-02 9:33 
GeneralRe: Color Palette Pin
8-Mar-02 1:08
suss8-Mar-02 1:08 
GeneralRe: Color Palette Pin
Christian Graus8-Mar-02 8:09
protectorChristian Graus8-Mar-02 8:09 
GeneralRe: Color Palette Pin
8-Mar-02 9:57
suss8-Mar-02 9:57 
GeneralTime Zone and ParseDateTime Pin
Mike.NET7-Mar-02 7:00
Mike.NET7-Mar-02 7:00 
GeneralOn contents between quotion marks in #define Pin
tfElep7-Mar-02 6:34
tfElep7-Mar-02 6:34 
GeneralRe: On contents between quotion marks in #define Pin
Joaquín M López Muñoz7-Mar-02 6:36
Joaquín M López Muñoz7-Mar-02 6:36 
GeneralRe: On contents between quotion marks in #define Pin
tfElep7-Mar-02 14:33
tfElep7-Mar-02 14:33 
GeneralProblem with ATL 7.0 Service Pin
Le centriste7-Mar-02 6:03
Le centriste7-Mar-02 6:03 
GeneralRe: Problem with ATL 7.0 Service Pin
Le centriste7-Mar-02 6:52
Le centriste7-Mar-02 6:52 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.