G
GFR
Hi. I am relatively new to Infopath 2007. I have been trying to find
the answer to this for a while, but can't seem to figure it out.
I have an infopath form that accepts two input parameters (Product and
Category). I would like to set these two values to textboxes that
exist in my form at form Load. Below is the code I have so far.
Public Sub FormEvents_Loading(ByVal sender As Object, ByVal e As
LoadingEventArgs)
Dim prod As String = e.InputParameters("product")
Dim cat As String = e.InputParameters("category")
End Sub
I would like to know how to access the textboxes in code. For
example...txtCategory.text = cat
Any help would be appreciated.
Thanks
glenn
the answer to this for a while, but can't seem to figure it out.
I have an infopath form that accepts two input parameters (Product and
Category). I would like to set these two values to textboxes that
exist in my form at form Load. Below is the code I have so far.
Public Sub FormEvents_Loading(ByVal sender As Object, ByVal e As
LoadingEventArgs)
Dim prod As String = e.InputParameters("product")
Dim cat As String = e.InputParameters("category")
End Sub
I would like to know how to access the textboxes in code. For
example...txtCategory.text = cat
Any help would be appreciated.
Thanks
glenn