No announcements
Found 760384 threads
-
0 Votes
Form entry AsInt()
Have you consider storing it as a String and when you need to actually grab the value, using the AsInt() method?Answered | 2 Replies | 52 Views | Created by Anonymous - Tuesday, August 6, 2013 4:44 PM | Last reply by Anonymous - Tuesday, August 6, 2013 5:21 PM -
0 Votes
Detecting keyboard entry on a form.
Then use KeyDown, KeyPress, or KeyUp events of a form.Answered | 3 Replies | 3038 Views | Created by C_ nb - Thursday, December 18, 2008 4:59 AM | Last reply by Tan Silliksaar - Friday, December 19, 2008 6:56 AM -
0 Votes
InfoPath form - update list entry
The end users will not have any knowledge of lists and list entries, so they wouldn't be able to select a list entry to update.Answered | 3 Replies | 920 Views | Created by DanielMAcclario - Tuesday, November 15, 2016 11:20 PM | Last reply by DanielMAcclario - Tuesday, March 7, 2017 4:54 AM -
1 Votes
Button to Clear Data Entry Form
>> is there a macro that already clears my form?Answered | 4 Replies | 851 Views | Created by todtown - Monday, May 23, 2016 5:47 PM | Last reply by Ken Sheridan - Wednesday, May 25, 2016 4:40 PM -
2 Votes
C++ Windows Forms - No Entry Point on Release Build
Press Ctrl-Shift-A and create a Windows Form (under UI).Answered | 6 Replies | 6823 Views | Created by RR Dave - Wednesday, April 13, 2016 3:59 PM | Last reply by ThinhT - Thursday, February 23, 2017 8:09 AM -
5 Votes
Better Data Entry vb.net form
Form once loaded.Answered | 14 Replies | 2334 Views | Created by alobi - Monday, February 26, 2018 1:42 PM | Last reply by Kareninstructor - Monday, March 5, 2018 12:58 PM -
0 Votes
How to use C# form as list entry form in SP 2013
you can call your pages from List definition ...Answered | 2 Replies | 1309 Views | Created by ArabSign - Monday, February 17, 2014 7:36 AM | Last reply by ArabSign - Monday, February 17, 2014 2:03 PM -
0 Votes
Form Entry Text Field and gray text as information
I created a table for data entry.Answered | 1 Replies | 593 Views | Created by ITBobbyP - Monday, February 22, 2016 3:09 PM | Last reply by macropod - Tuesday, February 23, 2016 1:53 AM -
1 Votes
Create a Data Table with the entry form in VB.NET
In the DataSources window drag the table to your form and a grid view of the data will be created.Answered | 3 Replies | 10569 Views | Created by Raj Toofanny - Friday, August 12, 2011 1:46 PM | Last reply by Raj Toofanny - Wednesday, August 24, 2011 8:20 AM -
2 Votes
Double Click list box entry to open a form
Use the following to open the form: DoCmd.OpenForm FormName:="frmCustomerInfo", _ WhereCondition:="[PhoneNumber]='" ...Answered | 6 Replies | 6505 Views | Created by PlanePaint - Friday, March 28, 2014 2:44 PM | Last reply by Hans Vogelaar MVP - Tuesday, August 28, 2018 7:46 PM -
0 Votes
Vertical entry form for Task List
Then use onclick event to trigger the list form.Answered | 4 Replies | 1606 Views | Created by GretaF - Monday, December 9, 2019 7:59 PM | Last reply by Chelsea Wu - Friday, December 13, 2019 1:31 AM -
1 Votes
Can it possible to create multiple reports with single entry into form in VB2005?
I am not sure I understand your question properly, But you can add 100's if not 1000's to a million of records into a datafile from 1 form.Answered | 2 Replies | 2300 Views | Created by MJJOSHI - Tuesday, December 13, 2011 3:05 PM | Last reply by Adam_Turner - Tuesday, December 13, 2011 8:19 PM -
0 Votes
Prepopulate new item form on a custom list with previous entry
You can either use a event receiver or SPServices library to query list items and set fields on the new form.Answered | 2 Replies | 924 Views | Created by Ray Darv1 - Tuesday, November 15, 2016 7:46 PM | Last reply by Naveen K Karla - Tuesday, November 15, 2016 8:17 PM -
4 Votes
Dynamic Data Entry form using WPF-C#
I would like to create a dynamic data entry form in WPF using C# at run time.Answered | 6 Replies | 3242 Views | Created by fmLeigh - Saturday, September 2, 2017 11:35 AM | Last reply by Bob Ding - Tuesday, September 12, 2017 8:25 AM -
0 Votes
Sharepoint 2013 list entry forms auto complte with multiple values
Hi Srinivas, If you want to autocomplete with multiple values in one field in list entry form, you could add custom code in the form.Answered | 2 Replies | 1427 Views | Created by srini Sharepoint - Wednesday, July 6, 2016 3:53 AM | Last reply by Sara Fan - Friday, July 8, 2016 2:00 AM -
0 Votes
Convert a session to Int with AsInt
The actual answer to your question that nobody addressed is that session variables are an object type, whereas AsInt() is an extension method on the string type.Answered | 9 Replies | 104 Views | Created by Anonymous - Friday, February 8, 2013 7:59 AM | Last reply by Anonymous - Wednesday, February 13, 2013 5:30 AM -
1 Votes
Looking for Tutorial or complete example of coding a Master/Detail data entry form
The issues that you describe involve databinding with Windows Forms controls and we have a forum set up for that.Answered | 3 Replies | 2161 Views | Created by PGKMedina - Wednesday, August 1, 2012 12:26 PM | Last reply by Rudedog2 - Thursday, August 2, 2012 3:15 PM -
1 Votes
Entry Point
All you've copied is the codebehind file for the form.Answered | 1 Replies | 5168 Views | Created by tyronet2000 - Friday, January 29, 2010 2:17 PM | Last reply by CoolDadTx - Friday, January 29, 2010 3:20 PM -
0 Votes
How to validate Windows form entry using XSD/XML
Hi, Is it possible to validate windows form data entry using XSD/XML.Answered | 1 Replies | 3467 Views | Created by .NetGuide - Monday, February 23, 2009 4:35 PM | Last reply by Rudedog2 - Monday, February 23, 2009 9:23 PM -
2 Votes
What happened to ToInt() or AsInt() ?
I know I'm extremely late to the party, but I found this while Googling and wanted to address the part of the question about AsInt(), and why it may not have worked for you.Answered | 4 Replies | 5680 Views | Created by B Clay Shannon - Tuesday, March 29, 2011 8:50 PM | Last reply by Ryan Nurse - Friday, April 12, 2019 8:46 AM - Items 1 to 20 of 760384 Next ›
No announcements