StrataFrame Forum
Back
Login
Login
Home
»
StrataFrame Application Framework - V1
»
WinForms (How do I?)
»
Fill method with count fields
Fill method with count fields
Post Reply
Like
0
Fill method with count fields
View
Flat Ascending
Flat Descending
Threaded
Options
Subscribe to topic
Print This Topic
RSS Feed
Goto Topics Forum
Author
Message
Keith Chisarik
Keith Chisarik
posted 18 Years Ago
ANSWER
Topic Details
Share Topic
Group: StrataFrame Users
Posts: 939,
Visits: 40K
I have a fill method that creates a count field, it is "filling" correctly. I need to know how to use the fill in the SF Listview please.
In the past I have used
CopyDataFrom
almost exclusively but that isn't working here due to the dynamic field. I tried setting the MethodToExecute to my customer Fill but I dont know how to set the fields/column values. I imagine I will set to 'PopulatedThroughEvent" but I dont know what to put in the RowPopulating method.
Also, after I get this working I will need to be able to have columns that are calculated from both other columns in the listview row and BO field values, I think i can just add blank columns with type PopulatedThroughEvent? Am I way off base here?
My fill SQL:
loCommand.CommandText = "select distinct(rent_itemcode), count(rent_itemcode) as rent_itemcount from rentitems where rent_ordnum = @param1 and rent_itemcode <> ':MISC' AND rent_usesbarcode = 1 group by rent_itemcode"
Keith Chisarik
Sigma Data Systems
Reply
Like
0
GO
Merge Selected
Merge into selected topic...
Merge into merge target...
Merge into a specific topic ID...
Open Merge
Threaded View
Threaded View
Fill method with count fields
Keith Chisarik
-
18 Years Ago
Have you tried passing over the CurrentDataTable rather than the whole...
Trent L. Taylor
-
18 Years Ago
how would I then access the fields? Any attempt to use my "created"...
Keith Chisarik
-
18 Years Ago
Shameless /bump
Any opinion on this? I spent most of the...
Keith Chisarik
-
18 Years Ago
Post Reply
Like
0
Similar Topics
Post Quoted Reply
Reading This Topic
Login
Login
Remember Me
Reset Password
Resend Validation Email
Login
Explore
Messages
Mentions
Search