LLBGEN Open Source Help

Posts   
 
    
dhay1999
User
Posts: 2
Joined: 23-Feb-2005
# Posted on: 23-Feb-2005 17:08:03   

I'm new to OR and .net. I have the classes, I can connect to the database everything compiles and looks great. My problem is how do I pass parms to the SP's in my classes. like "formno" to the below?

Dim FormMaster As New tkttab.TKTTABLLBL.ClsTbFormMaster()

DataGrid1.DataSource = FormMaster.SelectOneWFORMNOLogic

DataGrid1.DataBind()

Thanks! David Hay

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39801
Joined: 17-Aug-2003
# Posted on: 23-Feb-2005 18:57:20   

I appreciate your enthousiasm, but these are the LLBLGen Pro forums. LLBLGen 1.x open source is no longer supported.

To answer your question: you should have properties in the class FormMaster, which you can set to a value, before calling the method.

Frans Bouma | Lead developer LLBLGen Pro
dhay1999
User
Posts: 2
Joined: 23-Feb-2005
# Posted on: 23-Feb-2005 19:03:33   

Thanks, sorry to be off topic.

I'll have to try the Pro soon!

David

Otis wrote:

I appreciate your enthousiasm, but these are the LLBLGen Pro forums. LLBLGen 1.x open source is no longer supported.

To answer your question: you should have properties in the class FormMaster, which you can set to a value, before calling the method.

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39801
Joined: 17-Aug-2003
# Posted on: 23-Feb-2005 19:10:05   

dhay1999 wrote:

Thanks, sorry to be off topic.

Hey, no problem simple_smile

I'll have to try the Pro soon!

You won't be dissapointed simple_smile

Frans Bouma | Lead developer LLBLGen Pro
jeffreygg
User
Posts: 805
Joined: 26-Oct-2003
# Posted on: 24-Feb-2005 00:03:40   

dhay1999 wrote:

Thanks, sorry to be off topic.

I'll have to try the Pro soon!

David

Otis wrote:

I appreciate your enthousiasm, but these are the LLBLGen Pro forums. LLBLGen 1.x open source is no longer supported.

To answer your question: you should have properties in the class FormMaster, which you can set to a value, before calling the method.

Buy it! It's a completely different paradigm than the original LLBLGen. Buy it now and start wondering how you lived without it!

Jeff...