Hi, thanks for the quick reply!
Edit: I found the place i need to change the coding language but it presents a new problem as I have some VB coding which I have to have. I can fix this if I can find a way to export my form to PDF written in c#. Here is the VB code I have to export to PDF:
Dim fileName As String
Dim nameNode As XPathNavigator
nameNode = MainDataSource.CreateNavigator().SelectSingleNode("/my:myFields/my:SONumber", NamespaceManager)
fileName = nameNode.Value + ".pdf"
Me.CurrentView.Export("C:\Documents and Settings\Patron.A-102\My Documents\BookingPacket\CompletedPackets\" + fileName, ExportFormat.Pdf)
I looked around the code editor and I am not seeing a place where I check that my coding language is set correctly.
Also, I right clicked on the button and it doesn't give me an option for conditional formatting
I'm using InfoPath 2010
I looked under the Control Tools Properties tab and I don't see anything there either.
Could you possibly elaborate a little for me? I don't quite follow.
Thank you!