Data Binding

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi all,

Hope some one can help me.

I am trying to databind a dataset field to the form text property.

I am using the following code which works fine.
me.databinding.add("text",dsAddress("Address"),"PropRef")

However what I really want to do to add the work "Found - " before the
addressID.

This is where I am having the problem, I can not seem to get the syntax right.

Can anybody help, I'm sure it's quite easy really.


Thanks in advance

Dave
 
Dave,
I am using the following code which works fine.
me.databinding.add("text",dsAddress("Address"),"PropRef")

However what I really want to do to add the work "Found - " before the
addressID.
What is Found - and what is addressID ?

Cor
 
Hi Cor, thanks for replying.

"Found - " is just text.
AddressID is the databound field "PropRef".

Sorry I did not make it clear.


Dave
 
Back
Top