o
k
q
u
e
s
t
i
o
n
s
.
c
o
m

help:vbcrlf in flex grid -

hi,
when i use vbcrlf in my mshflexgrid i get signs like || these.
can some one help me remove them
code iam using is:

Replace(txt_comments.Text, vbCrLf, Chr(13))

Replace(txt_comments.Text, Chr(13),vbcrlf)

 

how to add,edit,save,delte a row in Ms flex grid using ADO - Excel database -
hai friends, Can any one help me to connect .XLS files using ADO connectivity in Ms Flex Grid. I am able to load the .xls file. need help to add,delete,save & edit a row in ms flex grid. while adding, a text box has to be appeared & the text box values has to be sa


Flex grid question -
Everyone : On my form I have a flex grid and that works fine. I also have on the form several navigation buttons for the flex grid; move up or down one record or move to top or bottom of the grid. My question is I've not sure what flex grid method or properties I need to set to mo


Print a Flex Grid -
I am a begginer to VB and have run into a problem with a database. I am using a Flex Grid to bring up certain information from my Access database. Now I want to be able to print out the info that is displayed in the flex grid, not the whole database. Maybe I have missed something


flex grid control -
please tell me how to display only once, the values which are repeating in a column in flex grid or hirarchial flex grid for example col 1 col 2 1 a 1 b 1 c 2 d 2 e 3 f 3 g 3 h shou


Flex grid refresh problem -
Basically I drag a line out of a flex grid and place it in listbox. after the drag drop is finished, a form pops up that partially covers the flx grid. When this closes the border of the flex grid is a bit screwed up. I have tried a doevents and refreshing the flex grid and the fo


flex grid control - alternative -
I am running my vb project from a CD, a standalone application. I used a flex grid control in the applicattion, some user who don't have permission on their pc or laptop can't run the program. I believe this is because the flex grid control isn't a standard windows control. Is the


Flex grid question *RESOLVED* -
Hello, I have a flex grid in my program that has dollar amount going down the side, and interest rates going along the top. The flex grid will populate all the cells (9 rows/7 columns) with all the various computations. As the user updates the total dollar amount, the flex gri


Help for using MS Flex Grid -
I need to take the records from the access table and display some of the fields in the VB application. I have heard that MS Flex Grid is the best tool for this. Can someone plz tell me how to use MS Flex Grid? It would be gr8 if u could provide some code or a sample application, tha


[B]Flex grid columns at run time[/B] -
Hi All, Is it possible to specify the columns for flex grid at run time? What i mean is.... I have a form which contains 2 command buttons and a flex grid control. If command button 1 is pressed flex grid with 5 columns should be displayed. If command button 2 is pressed flex gr


Hierarchical Flex Grid -
Hey guys Anybody know of a good third party Hierarchical Flex Grid that looks exactly the same way Access 2003 does? i dont like the layout of the standard Hierarchical Flex Grid that comes with vb6. Even if you know of a freebie one? Cheers Nick


how make a flex grid refreshable after a specific time -
Hi, I have created a flex grid which retrives the values from the database.I want to make it refreshable in the sense that the flex grid values checks after each 25 sec.Can it be possible to execute the same query after a time duration of 26 sec which retrives the values from the db


Selecting a record from a Flex Grid in VB6 -
OK, I tried Dr. Evil's code on the link that was provided, but I was not able to get it to work. Let me try this again: I have a form which searches a DB. If multiple records are pulled from the query, it loads another form with an MS Flex Grid. From there, I want the user to be


sorting date column in flex grid -
hi, When i use the sort property of the MS Flex grid (or MS hierarichal Flex grid) , the date columns are not sorted properly. How do i sort them ? Is it possible using the "COMPARE" event of the Flex Grid. If yes ,what will be the code in the compare event.?


Flex Grid With Mouse -
I need to move a item in a flex grid from position x to position y using a mouse hold-click, like in the Winamp playlist. but the flex grid no have the capacity for it own. can somebody help me with a subroutine


<resolved>Number format in msh flex grid -
Hello I am filling certain columns of a h. flex grid from an acceess 2000 table. The data type in access for the specific data is number or currency and although they have only two decimal point when they are shown in flex grid they suddenly have 5 or 6 digits after decimal. I know


flex grid -
I want to add data to a flex grid from text and combo boxes. Have a flex grid with 3 Columns (Name, Date, Choice) Text box needs to fill Column Name Combo1 needs to fill Date Combo2 needs to fill Choice User will enter values and select enter to write the data to the flex gr


setting flex grid size at run time -
I'm trying to set the number of rows/columns of a flex grid at run time. I'm reading information from an Access database, and then want to display certain parts in a grid. The number of rows/columns in the flex grid depends on the amount of information in the database. Can I set the


Question about MS Flex Grid -
I assumed the ms flex grid worked in the same mannor as the dbgrid control. When I use the dbgrid, I can click on it and type in it. When I use the ms flex grid. When I click on it, I get get the dotted rectangle aroud it but I cannot type anything into it. Do I have to write cod


help:vbcrlf in flex grid -
hi, when i use vbcrlf in my mshflexgrid i get signs like || these. can some one help me remove them code iam using is: Replace(txt_comments.Text, vbCrLf, Chr(13)) Replace(txt_comments.Text, Chr(13),vbcrlf)


Flex grid connection to recordset -
hi, i'm using a flexgrid connected to adodb recordset to display data. How can i change the number of records displayed during runtime (the data will change according to some condition.) I changed the recordset , but (the changed data) is not displayed in the flex grid. I tried settin


Ms Flex Grid SetDataSource method -
How to populate MS flex grid with some recordset? // This is the problem m_cFlex.SetDataSource(LPDISPATCH(pRst)); Flex grid give me a message "Type mismatch". Anyone know why? What I need to write here? pRst is variable ADOCG::_RecordsetPtr pRst;


Adding to FlexGrid -
Hi all, I have a part in my code to add to a flex grid. If a certain text already exists in the flex grid, I do not want to add it once more to the flex grid. If it is not there in the flex grid, I should add the detail to the grid. How will I go about it? Please help. This is the c


Flex Grid - scheduler -
I need to develop a huge flex grid application with dates (01 - 31 ) accross the top and scrollable by month horizontally and product vertically. There must be some software to do this (bit like Outlook express) anyone know where I could search to see if there's an intelli - grid I cou


how to select the second or third row from Msh Flex Grid Control. -
actaully i want to select the specified record which letter i am typing in the text box then record shud be automatically selected from the msh Flex grid Control in vb.and how to set the bookmark with the mshFlex grid control .How to Select the second or third row in the MSH Flex grid


pixels, twips and things -
Im trying to dump the contents of an MSFlexGrid into an excel sheet and set the widths of the excel columns to be the same as the flex grid. I have a couple problems. 1. I can't find the units of measurement used by a flex grid. 2. Excel uses a unit of measurement that is the nu


MS Flex Grid question -
Is there anyway to have checkboxes inside a cell in a flex grid? If not, is there a grid control that lets you put this kind of stuff within a cell? Any ideas would be helpful. Thanks in advance.


flex grid printing -
I am trying to print a flex grid to a printer. I can print the form using Form1.PrintForm but the grid comes out as a black box. I can print the grid simply using Printer.PaintPicture msflexgrid1.picture, 0, 0 but how do I get both on the same printout? Got any idea's.


Flex grid backcolor -
Does anyone know the command to change the back color of an entire row that has been selected in a flex grid? Note, only one row at a time. Thanks


Flex Grid With Check Boxes -
Hi Dear, Can I Use Checkboxes In Flex Grid... If Yes Please Tell Me How.... If Not Then Plz Give Me Any Solution Thanks


Lightwaight Flex grid needed -
Hi, Does anyone know where can I get a smaller equivalent of MS Flex Grid ocx? Preferably free.


MS Flex Grid -
Hi All, I was just wondering if there is anyway to insert a command button into a flex grid cell. Any help would be apprecieated, email any responses to mgorgone@technium.com Thanks Mike


Add/Delete data from Flex Grid -
In a flex grid connected to an Acess table,is there any possibility of adding or deleting records from a command button in the form?


Saving Flex Grid -
Is it possible to save a flex grid as a microsoft exel worksheet? How?


VS flex grid 8 -
dear friends, can u pls help me in purchasing this third party tool? VS flex grid 8 i wanted to buy a second hand/used one or just take for lease and use it for one year,i an ready to pay what ever they charge,becose as such i cannot effort to buy the new one. thx and regar


creating a flexgrid -
hi im having a problem i aint sure on how to create a flex grid. i want the flex grid to appear as a scoresheet so that users can view where they are positoned in the ranking. If u need my forms then please contact me. thanx guyz


How to add data to flex grid during runtime -
guys, would it be possible to load data to ms flex grid at runtime? I am using visual basic 6 and Oracle 10g as my database... I acquired a class provided by oracle on how to extract data from Oracle DB... I wanted to do a looping routine to load retrieve data to MS Flex Grid.


MS Flex Grid control -
Hi There, Can i know how to edit the cells in the MS Flex grid control in Visual Basic. It seems the MSflex grid control does not allow to update the cells with in the grid. Please reply soon. Thanks Srini


Print content of a MSH Flex Grid -
Hi I am currently working on a HR project, if I select a Blood group from a combobox I get the details of all employees whose blood group matches in a MSH Flex Grid, I want to get the details in a printer but there are around 150 rows so I cannot use print form command becaus


VS Flex Grid -
What is the difference between VS Flex Grid and MS Flex Grid?


Flex Grid Prb -
I use the following code to add an item to flex grid but the problem is that each n every thing is added just to the first column of the grid. .AddItem DT_Day & Tb & Combo1.Text & Tb & Txt_CoaName & Tb & Txt_Narration & Tb & Txt_Debit & Tb &