Use our Google Custom Search for best site search results.
Search
-
Hi Rully,
Welcome to InfoPathDev!
You could do it through a secondary data source and through code, using something around:
string qry = ''MyValue'';
ADOAdapterObject oNameTable = (ADOAdapterObject) thisXDocument.DataAdapters[''tblTest''];
oNameTable.Command = string.Format(''Select * from tblTest where Test = ''' + qry + ...
-
Hi,
Look into appendChild. Check this to get started:http://www.mcse.ms/archive180-2005-3-1490977.html
Regards,
Franck Dauché
InfoPathDev
-
Hi Adam,
Look at this:http://www.infopathdev.com/forums/topic.asp?TOPIC_ID=1250
It is safe to assume that the section behavior is the same as that described by Greg.
Regards,
Franck Dauché
InfoPathDev
-
Hi,
Yes it is possible. For example, with SQL Server, your xml form can be stored as a Blob and can be cached on the user's machine when the form name is cliked on your Web Page. When opened (automatically by code), the form will use the proper template as each form references the proper one to be used in its header.
Does it make ...
-
Hi,
look at this:http://www.infopathdev.com/forums/topic.asp?TOPIC_ID=607
Regards,
Franck Dauché
InfoPathDev
-
Hi Bob,
Yes, of course..Patrick's Book is a must have!
Developing Solutions with MS InfoPath
For the Web, start there:http://msdn.microsoft.com/library/default.asp?url=/library/en-us/odc_ip2003_tr/html/odc_INF_Lab_01.asp
Regards,
Franck Dauché
InfoPathDev
-
absMing,
Refresh? Are you talking about secondary data source:
thisXDocument.DataObjects[''Secondary DataSource Name''].Query();
New Record?http://www.infopathdev.com/forums/topic.asp?TOPIC_ID=1237
Regards,
Franck Dauché
InfoPathDev
-
Looks like you are on this Site, it is a good start!
Start there:http://www.infopathdev.com/resources/default.aspx
Good luck and don't hesitate to come back and ask questions if you are stuck.
Regards,
Franck Dauché
InfoPathDev
-
Hi,
Look at the top post:http://msdn.microsoft.com/newsgroups/default.aspx?query=Adding+Time&dg=microsoft.public.infopath&cat=en-us-msdn-officedev-infopath&lang=en&cr=US&pt=6E98618B-8F9E-4724-8A45-96C336E31A25&catlist=B7714BAA-0D60-40B0-A226-8B9CF33299A5%2C774F24A2-F71F-425F-AC2B-DC48AB0DA5C9&dglist=&ptlist=&exp=&sloc=en-us
Regards,
Franck ...
-
Hi,
Did you try: thisXDocument.PrintOut();
Regards,
Franck Dauché
InfoPathDev