StrataFrame Forum
Back
Login
Login
Home
»
StrataFrame Application Framework - V1
»
Business Objects and Data Access (How do I?)
»
Filling BO
Filling BO
Post Reply
Like
1
Filling BO
View
Flat Ascending
Flat Descending
Threaded
Options
Subscribe to topic
Print This Topic
RSS Feed
Goto Topics Forum
Author
Message
Ian Johnston
Ian Johnston
posted 14 Years Ago
ANSWER
HOT
Topic Details
Share Topic
Group: StrataFrame Users
Posts: 77,
Visits: 470
I am trying to fill a BO with filtered data , can anyone tell me what I need to change ?
public
void
pdt_data(
string
lic)
{
string
s =
"select * from truck where truck_license = "
+lic;
FillDataTable(s);
}
Reply
Like
1
GO
Merge Selected
Merge into selected topic...
Merge into merge target...
Merge into a specific topic ID...
Open Merge
Threaded View
Threaded View
Filling BO
Ian Johnston
-
14 Years Ago
Hi Ian,
I believe the problem is that the truck_license field...
Edhy Rijo
-
14 Years Ago
Thanks. Got it working once I got close enough to the screen to se the...
Ian Johnston
-
14 Years Ago
Ian,
Edhy's right on the money that you [u]always[/u] want...
Greg McGuffey
-
14 Years Ago
So can you show me how to add one parameter in C#. I get as far as...
Ian Johnston
-
14 Years Ago
Hi Ian,
I am not a C# developer but there are a lot places in the...
Edhy Rijo
-
14 Years Ago
Edhy is batting a 1000. :D
You don't want to refill the BO...
Greg McGuffey
-
14 Years Ago
Thanks to both of you for your help.
Ian Johnston
-
14 Years Ago
Glad to help Ian.
Greg McGuffey
-
14 Years Ago
OK so I have written the following code to look up the truck license...
Ian Johnston
-
14 Years Ago
So in the light of day I modified the code to be private...
Ian Johnston
-
14 Years Ago
OK the fog is clearing. I had the tab control that textbox is...
Ian Johnston
-
14 Years Ago
[quote][b]Ian Johnston (08/30/2010)[/b][hr]OK the fog is...
Edhy Rijo
-
14 Years Ago
Glad you are getting it going. While programming can be frustrating, I...
Greg McGuffey
-
14 Years Ago
I was in search for this coding since long time back but you have...
Jimmy D Cook
-
12 Years Ago
Hi Jimmy, Glad you found it useful. Fell free to keep searching the...
Edhy Rijo
-
12 Years Ago
Post Reply
Like
1
Similar Topics
Post Quoted Reply
Reading This Topic
Login
Login
Remember Me
Reset Password
Resend Validation Email
Login
Explore
Messages
Mentions
Search