|
-
Aug 8th, 2002, 11:05 AM
#1
Thread Starter
Frenzied Member
Problem adding to Flexigrid
I cannot work out why when I add another item to the grid, when it refreshes it adds the first item in the txt file twice.
When it is first loaded it is fine.
If I step through, when the form loads, on the line
grdFinance.Rows = 2
it goes back to the start of the Form_Load event.
I am only a beginner so any help would be great.
Also, if you see anything else I could improve please let me know.
I have added the form in the attachment below.
Thanks
Last edited by aikidokid; Apr 23rd, 2007 at 03:11 PM.
-
Aug 8th, 2002, 11:26 AM
#2
the first improvement would be to use a list view instead of a flex grid
-
Aug 8th, 2002, 11:37 AM
#3
Thread Starter
Frenzied Member
Originally posted by kleinma
the first improvement would be to use a list view instead of a flex grid
OK, I told you I was new,
Whats a list view ???
Done quick search, but still
thanks
-
Aug 8th, 2002, 11:46 AM
#4
list view is a control you can add by going to components and selecting "Microsoft Windows Common Control 6.0"
the list view is better than the flexgrid because it allows for things like column header clicking (for sorting).. column reordering... mouse scrolling...
all that good stuff...
as far as how to use it.. there are tons of examples here on the forum.. but to get you started.. you need to set the style to report and add some column headers..
-
Aug 8th, 2002, 11:56 AM
#5
Thread Starter
Frenzied Member
Thanks very much
I will have a go.
Nice to know people are so willing to help beginners.
-
Aug 8th, 2002, 11:59 AM
#6
Thread Starter
Frenzied Member
Matt,
did you look at the code and see what the problem was?
Just out of interest for the future.
Andy
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|