Use our Google Custom Search for best site search results.
Search
-
Matt,
Thanks for the response...that sounds like an easier method and a perspective that I haven't thought of. Developement can give you a bad case of tunnel vision from time to time. That seems like a better angle of attack. I will look into it and let you know how it goes.
Thanks again
Smitty
-
Thanks Franck
Any idea where I can get some sample vbscript or vb.net code to try.
Thanks again
Smitty
-
Sorry for the late response...here is the correct line of code followed by what is given to you by default.
xdXDocument:GetDOM(''Referral'')/dfs:myFields/dfs:dataFields/d:Referral/@Address_Line_1[../@Last_Name = current()/../@Last_Name]
xdXDocument:GetDOM(''Referral'')/dfs:myFields/dfs:dataFields/d:Referral/@Address_Line_1[../@Last_Name = ...
-
I have a form with several check boxes (50-100) and a repeating table on a second view. I want the user to check the check boxes which will populate a text box in a repeating table i.e like a list. I have seen several posts relating to this but I need a few things clarified if possible:
Two questions
1. Will I need to write code on every ...
-
Thanks Franck...I was able to figure it out. I created a rule on my Text Box and then edited the XPath. This was my final result.
xdXDocument:GetDOM(''IPF_Diagnosis'')/dfs:myFields/dfs:dataFields/d:IPF_Diagnosis/@ICD9_Code[../@Description = current()/../my:DDL1]
I had to edit ''out'' what was right after current().
Thanks
Smitty
-
I have a DDL and Text Box in a repeating section. The DDL is populated from a secondary data source, what I want to do is have the text box also populated from the secondary data source based on the DDL selection. Each selection in the DDL has an ID number that corresponds to it, which is what I want to appear in the text box after the DDL ...
-
I have a field which I have added some data validation to, however, when I preview the form the red asterisk appears in the text field. The field is not required but if the user fills it in I am trying to control the data that is submitted to the DB. Is there a way to use the validation without getting the red asterisk?
Thanks
Smitty
-
Thanks...I'll check it out.
-
I have written some Rules and Conditional Formating and would like to know which file within the XSN it is stored...if at all. I would like to copy this to a text file if possible so I don't have to re-write them if I change the control type.
-
I have forms that submit to SQL DB via a web service. One issue I am having is when I right click on my Group in the Data Source task pane I don't have the ability to choose all of the section controls...ie I can't choose Optional Section. If I use the Controls Task Pane I can pull the Optional Section over but can't bind it to the the group I ...