Found Table name for Propriety TextBox for BindingField


Author
Message
Rafael
Rafael
StrataFrame Novice (52 reputation)StrataFrame Novice (52 reputation)StrataFrame Novice (52 reputation)StrataFrame Novice (52 reputation)StrataFrame Novice (52 reputation)StrataFrame Novice (52 reputation)StrataFrame Novice (52 reputation)StrataFrame Novice (52 reputation)StrataFrame Novice (52 reputation)
Group: Forum Members
Posts: 48, Visits: 216
I need to know table name because i need to pass for my function in visual studio.

In event Leave for textbox to strataframe, i need to know that a table used and pass for my function
Trent Taylor
Trent Taylor
StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)
Group: StrataFrame Developers
Posts: 6.6K, Visits: 7K
Rafael,

I really want to help you, but I am having a hard to understanding your question.  The table name would be whatever table to which you are mapping your business object (BO).  The database would be is not specified at the textbox level, but is part of your connection that is established in the AppMain.vb or program.cs files.  Each BO has a DataSourceKey which is then used to tie itself to the Database Connections setup in the SetDataSources method in your AppMain.vb or program.cs source files.  Again, I think that if you would take a look at some of the samples that many of these questions would be answered for you.

Rafael
Rafael
StrataFrame Novice (52 reputation)StrataFrame Novice (52 reputation)StrataFrame Novice (52 reputation)StrataFrame Novice (52 reputation)StrataFrame Novice (52 reputation)StrataFrame Novice (52 reputation)StrataFrame Novice (52 reputation)StrataFrame Novice (52 reputation)StrataFrame Novice (52 reputation)
Group: Forum Members
Posts: 48, Visits: 216
Trent L. Taylor, i need to know what table name in Data Base use in Textbox.
Trent Taylor
Trent Taylor
StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)
Group: StrataFrame Developers
Posts: 6.6K, Visits: 7K
I really don't know what you are asking here.  If you are wanting to know how to use the SF data binding, there are many samples that come with the framework and there is a lot of documentation to this point as well.  Instead of me explaining all of this in a shortened format, please refer to the samples and the documentation.

But in short, you will need to drop a BO on the form, select the BO for the BusinessObject, once this is done, there will b e adrop down populated with the fields that can be bound to the control.  But before you can see any fields, you will have to map that BO within the BO Mapper.

Rafael
Rafael
StrataFrame Novice (52 reputation)StrataFrame Novice (52 reputation)StrataFrame Novice (52 reputation)StrataFrame Novice (52 reputation)StrataFrame Novice (52 reputation)StrataFrame Novice (52 reputation)StrataFrame Novice (52 reputation)StrataFrame Novice (52 reputation)StrataFrame Novice (52 reputation)
Group: Forum Members
Posts: 48, Visits: 216
I Need to know a table name for BindingField.

How i do it ?
GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...




Similar Topics

Reading This Topic

Login

Explore
Messages
Mentions
Search