Use our Google Custom Search for best site search results.
Search
-
Hi,
I want to continually add new text to a rich text field upon button presses in InfoPath 2007 using code. I know how to set a fields value using this line of code:
Dim nav As
XPathNavigator = ...
-
That is perfect! Thanks for your assistance. Thank you.
-
I need to strip away text from some field data and concat new data. I know how to do this in separate formulas. How would I merge these two formulas into one formula? Here are the two formulas I have
substring-after(.,"/")
concat(., "@domainname.com")
Would the innermost formula process first or vice versa? ...
-
After reading your response I tried a few different scenarios and got it to work....Thank you Anson!
-
I've created a form that get's the user profile information correctly from an AD server when a new form is opened. I created a couple of fields that harness the data I need such as email address, account name, and department. When a user submits the data I have a rule that erases the fields before submit. After the form has been saved to a ...
-
Yes, I've created the secondary connection and I can now get data from active directory. I just figured out I can use conditional formatting to make a field read only...sweet! Thanks for the push in the right direction ErnestoM!
-
I've looked all over and can't seem to find the option to disable the raised border around an active field when the form is in preview or fillable mode. I'm sure it's staring right at me, I just can't seem to locate it.......Any ideas? Thanks.
-
From my limited knowledge, I'm going to say active directory. Thanks.
-
I need to set a few fields read only. Here is what i'm trying to do....
Create rule: On form load If user role = reader then make that field readonly. Is there a way to do this with or without javascript?
Any help is appreciated! Thank you.
-
Thank you sir...worked perfectly!