Search - InfoPath Dev

InfoPath Dev

Use our Google Custom Search for best site search results.

Search

Page 2 of 31 (310 items) < Previous 1 2 3 4 5 Next > ... Last »
  • Re: How to retrieve data from Ms Access into Infopath

    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 + ...
    Posted to SQL Database Integration (Forum) by franck on 12-06-2005
  • Re: Text Box Events

    Hi, Look into appendChild. Check this to get started:http://www.mcse.ms/archive180-2005-3-1490977.html Regards, Franck Dauché InfoPathDev
    Posted to Code (Forum) by franck on 12-05-2005
  • Re: Has anyone found the code for hilighting behaviour

    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
    Posted to General (Forum) by franck on 12-05-2005
  • Re: how to use Infopath...

    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 ...
    Posted to General (Forum) by franck on 12-05-2005
  • Re: FormID property?

    Hi, look at this:http://www.infopathdev.com/forums/topic.asp?TOPIC_ID=607 Regards, Franck Dauché InfoPathDev
    Posted to Code (Forum) by franck on 12-04-2005
  • Re: Print after submit

    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
    Posted to General (Forum) by franck on 12-02-2005
  • Re: button action

    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
    Posted to General (Forum) by franck on 12-02-2005
  • Re: Print after submit

    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
    Posted to General (Forum) by franck on 12-02-2005
  • Re: Time Calculations

    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 ...
    Posted to General (Forum) by franck on 12-02-2005
  • Re: Print after submit

    Hi, Did you try: thisXDocument.PrintOut(); Regards, Franck Dauché InfoPathDev
    Posted to General (Forum) by franck on 12-01-2005
Page 2 of 31 (310 items) < Previous 1 2 3 4 5 Next > ... Last »
Copyright © 2003-2019 Qdabra Software. All rights reserved.
View our Terms of Use.