how to retrieve data from Custom control

M

Murali Krishna

Hi,

I have created ocx file in VB6.0 . added that control in
Infopath 2003.How to interact with it.I want to retrieve
data from that control..


thanks in advance

murali Krishna
 
A

Andrew Ma [MSFT]

Did you bind your value property to the ActiveX control?
This is where InfoPath will get the value to stick into the XML.

Did you fire Property change notifications? This is how InfoPath knows to go
get the value.

--
Andrew J. Ma
Software Test Engineer
Microsoft Office InfoPath
http://blogs.msdn.com/ajma
---------------------------------------
This posting is provided "As Is" with no warranties, and confers no rights.
Use of any included script sample are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm.
Please do not send email directly to this alias. This alias is for
newsgroup purposes only.
 
M

Murali Krishna

HI,

Please can you explain in detail, how to fire Property
change notification..
can you please provide me links where from which i know
things regarding it....


Murali Krishna
 
A

Andrew Ma [MSFT]

In VB, use the PropertyChange method in your property's "set".

--
Andrew J. Ma
Software Test Engineer
Microsoft Office InfoPath
http://blogs.msdn.com/ajma
---------------------------------------
This posting is provided "As Is" with no warranties, and confers no rights.
Use of any included script sample are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm.
Please do not send email directly to this alias. This alias is for
newsgroup purposes only.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top