![]() |
AddItem Difficulty |
Post Reply
|
| Author | |
caninesoftware
Newbie
Joined: 02 January 2006 Location: United States Status: Offline Points: 5 |
Post Options
Thanks(0)
Quote Reply
Topic: AddItem DifficultyPosted: 03 January 2006 at 8:07pm |
|
When using AddItem to add data to the record, it adds the data to every column in the record. I have 7 columns, and when I issue form.oRecord = form.oReport.Records.Add(), then form.oRecord.AddItem(70), it adds "70" to each column in the record, and displays "70" 7 times across the screen. What am I doing wrong?... :-)
|
|
|
Chuck Spafford
cspafford@caninesoftware.com |
|
![]() |
|
Oleg
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
Posted: 04 January 2006 at 12:57am |
|
Hi, When you create columns check that first parameter is unique in each column Set Column = wndReportControl.Columns.Add(COLUMN_IMPORTANCE, "Importance", 18, False) |
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
![]() |
|
caninesoftware
Newbie
Joined: 02 January 2006 Location: United States Status: Offline Points: 5 |
Post Options
Thanks(0)
Quote Reply
Posted: 04 January 2006 at 1:30am |
|
Worked perfectly!! Thank you!! Thank you!! Thank you!! Now our customers will be happy... at least for now...
|
|
|
Chuck Spafford
cspafford@caninesoftware.com |
|
![]() |
|
Post Reply
|
|
|
Tweet
|
| Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |