No announcements
Found 2914616 threads
-
2 Votes
How to Create Auto increment Request number for browser enable infopath form field Programmatically?
up, this form has Request Id field which is supposed to be auto generated and auto incremented. so when second user clicks on ...Answered | 14 Replies | 16152 Views | Created by shubham salaria - Monday, January 17, 2011 10:42 AM | Last reply by George Zhou - Thursday, April 14, 2011 2:20 PM -
0 Votes
Creating Auto-increment number programmatically.
https://www.nothingbutsharepoint.com/sites/eusp/Pages/sharepoint-how-to-create-an-auto-incrementing-number-field-for-use-inAnswered | 4 Replies | 3861 Views | Created by Venkatzeus - Friday, November 30, 2012 8:34 AM | Last reply by Swapnil Nikam - Thursday, June 25, 2015 8:55 AM -
0 Votes
Auto-increment column for Infopath repeating tables
/2008/01/09/auto-increment-for-infopath-repeating-tables-sections.aspx I found out that position() xpath does not work with infopath ...Answered | 2 Replies | 10615 Views | Created by Manoj V - Saturday, July 18, 2009 3:02 PM | Last reply by Manoj V - Sunday, July 19, 2009 11:34 AM -
0 Votes
How to enable digital signature for browser enabled infopath form?
Hi, According to your post, my understanding is that you want to enable digital signature for browser enabled ...Answered | 1 Replies | 3991 Views | Created by Trupti Shirol - Wednesday, November 26, 2014 5:25 AM | Last reply by Lindali - Thursday, November 27, 2014 2:20 AM -
0 Votes
Auto-increment number
i wish that i know how to create an Auto-increment number for each patient. Using a static class ...Answered | 5 Replies | 3326 Views | Created by general07z - Saturday, February 18, 2012 7:27 AM | Last reply by Helen Zhao - Monday, February 20, 2012 2:37 AM -
1 Votes
Programmatically create an InfoPath form
as the basis for my code (http://www.bizsupportonline.net/infopath2007/programmaticallyAnswered | 1 Replies | 9986 Views | Created by RWL01 - Monday, August 23, 2010 9:56 PM | Last reply by RWL01 - Tuesday, August 24, 2010 2:11 PM -
0 Votes
how to enable an existing infopath form browser enabled
create a InfoPath form, add some controls to it and fill some data, then save it. Then open it in design mode to enable web ...Answered | 1 Replies | 1781 Views | Created by Alen Austin - Friday, March 8, 2013 7:12 AM | Last reply by Kelly Chen 2012 - Monday, March 11, 2013 6:24 AM -
1 Votes
Auto Increment a field
I think you can divide your entity table into two or more tables according to 1:1 relationship. Since this would be (physically!) any table of them can contain one ...Answered | 8 Replies | 5570 Views | Created by zlkoh - Tuesday, July 28, 2009 3:34 AM | Last reply by Paul Svirin - Tuesday, August 4, 2009 11:59 PM -
1 Votes
Programmatically create infopath form instance
Refer this: http://www.bizsupportonline.net/infopath2007/programmatically-create-infopath-form-console-app.htmAnswered | 2 Replies | 5900 Views | Created by Kamil Anurdeen - Wednesday, June 27, 2012 12:07 PM | Last reply by mit try again - Thursday, June 28, 2012 8:32 AM -
0 Votes
Sharepoint List field auto increment
I need to create a list in an auto increment field with the following output (KB0001Answered | 2 Replies | 915 Views | Created by Everton Tanamati - Wednesday, May 27, 2015 6:56 PM | Last reply by Eric Tao - Thursday, May 28, 2015 11:56 AM -
0 Votes
VS2010 Feature Request For Auto-Increment Versioning
the IDE do it if the programmer elects to handle it himself, the following settings should be available: - when to increment the build ...Answered | 1 Replies | 5289 Views | Created by John Simmons - outlaw programmer - Wednesday, June 24, 2009 9:59 AM | Last reply by CoolDadTx - Wednesday, June 24, 2009 1:14 PM -
0 Votes
MFC how to create MS Access Auto Number field programmatically
dbdaoint.h typedef enum DataTypeEnum { dbBoolean = 1, dbByte = 2, dbInteger = 3, dbLong = ...Answered | 1 Replies | 270 Views | Created by KeanHeng - Wednesday, March 29, 2017 3:13 AM | Last reply by KeanHeng - Wednesday, March 29, 2017 3:48 AM -
0 Votes
auto generate infopath forum number
Hi, Based on your description, you want to get some information about how to create an auto-number field using ...Answered | 1 Replies | 1197 Views | Created by Patrick Gilbert_PG - Wednesday, March 18, 2015 11:23 AM | Last reply by Dean_Wang - Thursday, March 19, 2015 12:52 PM -
0 Votes
auto increment number
Hi, If your issue is solved(auto increment number),please mark the useful replies as answers.If you have other problems, please open another thread ...Answered | 16 Replies | 1180 Views | Created by Omi4u - Thursday, May 30, 2019 6:30 AM | Last reply by Omi4u - Saturday, June 1, 2019 10:47 AM -
0 Votes
How to create auto increment in vb.net?
>Answered | 11 Replies | 9342 Views | Created by Jeff06_07 - Thursday, January 9, 2014 12:48 PM | Last reply by Cor Ligthert - Friday, January 10, 2014 12:22 PM -
0 Votes
Auto increment build number
Hallo Konstantin,I'm not sure what you're referring to? Do I need to create a version assembly? I was talking about the version resource.Thanks- BaltAnswered | 3 Replies | 6909 Views | Created by Balthasar - Saturday, November 5, 2005 12:35 PM | Last reply by Konstantin Gonikman - Saturday, November 5, 2005 2:45 PM -
0 Votes
close browser enabled infopath form programmatically
hi all, i have quesiton pls help me. i want to close browser enable infopath form ...Answered | 2 Replies | 7732 Views | Created by D.Tiwary - Friday, February 10, 2012 11:02 AM | Last reply by D.Tiwary - Thursday, February 23, 2012 10:40 AM -
0 Votes
How can we auto increment rows in repeating table in browser compatible infopath form
Hi, Can anyone tell me how to get auto increment rows in repeating table in browser compatible infopath forms ...Answered | 3 Replies | 6385 Views | Created by radhi24 - Monday, May 24, 2010 4:14 PM | Last reply by radhi24 - Tuesday, May 25, 2010 1:05 PM -
0 Votes
Auto-increment key id field help
I have a key field ID (int) for a table. How can I auto incremnt the key so that when I insert a new record I can get a new key. I should not have ...Answered | 1 Replies | 8812 Views | Created by MoonWa - Sunday, January 15, 2006 4:15 PM | Last reply by WesleyB - Monday, January 16, 2006 8:50 PM -
0 Votes
Is there easy way to create auto increment number?
Hello SharePoint Fam, Is there a easy solution to have a auto increment column that just creates new number on each new ...Answered | 7 Replies | 4100 Views | Created by 41globalit - Monday, February 10, 2014 4:33 PM | Last reply by Swapnil Nikam - Thursday, June 25, 2015 8:57 AM - Items 1 to 20 of 2914616 Next ›
No announcements