| Thread | Last Post | Replies |
|
| How can I modify infopath on Sharepoint through Infopath 2003 SDK? | 03 Feb 2006 19:06 GMT | 5 |
When I open the infopath form on Sharepoint site and switch to design mode, how can I edit the managed C# code behind? Thanks a lot.
|
| Splitting contents of a text box into smaller sizes | 03 Feb 2006 14:35 GMT | 2 |
I have a form that contains a text box that users type notes into. The text box may conatin anywhere from 0 characters to 1000. What I would like to know is, does anyone know the JScript code that can count the characters in the large text box, remove 255 characters at a time ...
|
| JScript or VBScript Books? | 03 Feb 2006 12:58 GMT | 3 |
Does anyone know some good books that I can use as a reference for programming in JScript and for programming in VBScript as it applies to InfoPath? I have reached the limits of what InfoPath can do for me so, a lot of the things I need to do now I need to be able to program ...
|
| Adding current date + 3 months in a field | 03 Feb 2006 12:51 GMT | 6 |
Hi I'm, you have guessed, a newB. In my template, I've a field with the current date by default (the function in English should be something like Today(), in French it's auj()). This
|
| open a form from anohter form and export the opened form by coding | 03 Feb 2006 11:50 GMT | 1 |
Hi to all,
>From one form I open another form by code (C#). I have to export the view from the opened form. The code is
|
| General Operations | 03 Feb 2006 11:36 GMT | 1 |
I have created a template and created a "submit" button at the bottom of the page. How can I get this submit button to link to a larger database like Excel. Everytime the submit button is used, I want the information to be saved into a library or database. How do I do this?
|
| Removing a Repeating Table Row | 03 Feb 2006 03:21 GMT | 2 |
I need to write some Javascript code that will delete a row from a repeating table. When the item in the table is chosen I will use the data in the bound
|
| Secondary Data Source Filter Problem | 03 Feb 2006 00:29 GMT | 6 |
I've exhausted every suggestion (to my best ability) in this discussion group before asking this question. The senario: I created a SQL view which shows me groups & supervisors. (1 group may have
|
| vs2005 infopath class library call HELP! | 02 Feb 2006 15:31 GMT | 2 |
This small section of code executed at the finalize event of an infopath form worked just fine in VS2003, but now it fails. Protected Overrides Sub Finalize() MyBase.Finalize()
|
| Attachments & SQL Database | 02 Feb 2006 15:29 GMT | 1 |
I have a form that I have designed to submit to an SQL Database. What I would like to know is, is there anyway to attach a file (such as a word doc, or text file) to the form and have that document save to the SQL Database when the user clicks submit?
|
| I want date difference formula | 02 Feb 2006 09:17 GMT | 4 |
I am facing date difference logic problem there is no formula in Infopath about datediff
|
| Date Calculation, Find Difference between two dates | 02 Feb 2006 08:35 GMT | 5 |
I am having a massive problem with this. I have 2 date pickers & need to find the difference between the 2 dates. Answer to be returned in days. This is a challange, i don't think this can be done. Any takers???
|
| LDAP query onLoad in VB | 02 Feb 2006 08:18 GMT | 2 |
I'm new to InfoPath (from some basic ASP) and I'm attempting to create a PO/Procurement form for a corporate intranet. I'd like to extract the current user's logon name onLoad and use that in an LDAP query to return information on that user which could then be assigned
|
| Newbie question. Getting curent user login ? | 02 Feb 2006 07:28 GMT | 5 |
i've got a problem, i've designed a very complex form (3 fields ;)) what i want to get ? I want to create an automatic procedure/event(onload)/or smth (for
|
| Write Variable value to Text box using VB.net | 02 Feb 2006 07:00 GMT | 5 |
Sorry I am new with infopath. I am just trying to write a variable to a textbox on my form. and dont know where to start. Form name = Project_Approval Field name= Approver_name
|