Filling BO


Author
Message
Ian Johnston
Ian Johnston
StrataFrame User (125 reputation)StrataFrame User (125 reputation)StrataFrame User (125 reputation)StrataFrame User (125 reputation)StrataFrame User (125 reputation)StrataFrame User (125 reputation)StrataFrame User (125 reputation)StrataFrame User (125 reputation)StrataFrame User (125 reputation)
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);

}


GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...




Threaded View
Threaded View
Ian Johnston - 14 Years Ago
Edhy Rijo - 14 Years Ago
Ian Johnston - 14 Years Ago
Greg McGuffey - 14 Years Ago
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
Jimmy D Cook - 12 Years Ago
Edhy Rijo - 12 Years Ago

Similar Topics

Reading This Topic

Login

Explore
Messages
Mentions
Search