| Thread | Last Post | Replies |
|
| TimeCard HELP NEEDED | 13 Nov 2006 14:57 GMT | 6 |
I need to ceate a timecard with the actual time in and time out. If I use time for my fields how do I get the acutal hours worked. I can't figure out the formula using time. I need help!!!!
|
| Opening a new InfoPath form opens the previously edited form instead of new one | 13 Nov 2006 11:23 GMT | 2 |
I'm trying to track down a weird problem which may not be caused by InfoPath, but rather Sharepoint or something else, but in case someone has encountered something similar, I'd be happy to hear about it. We have an IP form published to a Sharepoint library and access the form
|
| text box value persistence | 13 Nov 2006 09:46 GMT | 2 |
I have infopath form (I use InfoPath 2007) with text box that is using an xml data source. I write something to this text box and submit the form. The problem is, when I reopen this form, the value from the textbox is missing. How to make my text box value persistent?
|
| infopath browse dialog doesn't show zip files | 13 Nov 2006 07:43 GMT | 2 |
I've developed an infopath form where you can attach multiple files. when activating the control to attach the file, most of the times I can see all files in a directory except zipped archives. The form itself is published on a server W2003R2 running sharepoint services
|
| disable section | 12 Nov 2006 05:33 GMT | 1 |
How can you disable a complete section of a view? Depending on which button you click on I want to enable or disable a part of my view (section or table) thanks
|
| Creating a Formula using Time | 12 Nov 2006 01:46 GMT | 1 |
I am attempting to create a formula using Time, the field is not returning the correct information, I have tried it without the colon in the time field and it worked but I would like to include the colon. i.e.:
|
| screentip for dropdown box in Infopath | 11 Nov 2006 20:31 GMT | 1 |
Hi I want to add a screentip to a dropdown box in infopath 2003. It does not appear that dropdown boxes have a screentip property. Any ideas for work arounds?
|
| Install problem with infopath 2003 toolkit for visual studio 2005 | 11 Nov 2006 14:11 GMT | 3 |
I am receiving the following error when I try to install the tool kit. "A Microsoft Office 2003 InfoPath project for Visual Studio .NET 2003 requires an edition of Visual Studio that includes Visual Basic .NET or C#. It also requires Microsoft Office 2003 InfoPath SP1."
|
| Drop-Down Filled with Users in an Activie Directory group | 11 Nov 2006 05:56 GMT | 1 |
I have a group of users called "Illustrators". I would like to populate a drop-down list using active directory with every user in that specific group. I would prefer to see code in C# since thats what the rest of my code is already in.
|
| Time Card | 11 Nov 2006 05:15 GMT | 2 |
First let me say that I am not a programmer or a scripter and I want to accomplish something I felt should have been very simple, but has turned out to be a nightmare for me. Maybe I am over-emphasizing but here goes....... The sample time card has almost all of the features I ...
|
| Populating Drop Downs | 11 Nov 2006 03:08 GMT | 3 |
My problem is that I want to populate the drop down lists without having to perfrom a full query first. I want the users to be able to choose the options for their query from a drop down list populated by the data source. I've already coded it to remove
|
| Repeating Section Move up/ Down | 10 Nov 2006 20:25 GMT | 1 |
Hi there, I have a repeating section which I want to move up or down. I want to add the side menu item "Move up" and "Move Down", I am not sure where I can add the code for this? Is there any onClick event for each menu item? Please help!
|
| Getting e as null | 10 Nov 2006 20:24 GMT | 1 |
Hi there, I have the following code public void btnMoveUp_OnClick(DocActionEvent e) { thisXDocument.UI.Alert("Hello");
|
| Microsoft Picture Library 11 Beta photo sharpen ? | 10 Nov 2006 20:20 GMT | 1 |
How may to make my photos more sarpen in Microsoft Picture Library 11 Beta
|
| SelectSingleNode | 10 Nov 2006 20:19 GMT | 1 |
I try to get values from an optien field into a variable in vbscript. normally when i need the text out of a textbox I use : sResult=XDocument.DOM.selectSingleNode(sPath+"SLFP4").text this works fine.
|