Hi, I am writing a loan calculator and I use </b>MSFLEXGRID<b> to store the results. If you have every used flexgrid you know that there is at least 1 fix row and 1 fix coloumn. Well like a database I want to put the title of each collumn in the fir row (Fix row) the reason I want to do that is because the fix row does not scroll down so the user can see what each column are for (Like a database). So i used
msflexgrid1.additem "Payment", 0
0 is the index.
this code should store the string Payment in the first spot in the first row but unfortunatly I get an error (30001), which tell me that I can not use the additem method to store string in the first row. I can't find the error number in my help file. I thought maybe somebody know how to get over thie.
[Edited by kourosh on 03-29-2000 at 10:58 PM]


Reply With Quote
