No announcements
Found 2488256 threads
-
2 Votes
"Property not found" error for Me.Dirty
In Form_BeforeUpdate the update must be being cancelled, hence when I exit, Me.Dirty is still true, so the next statement Me.Dirty = False is invalid ...Answered | 6 Replies | 1906 Views | Created by AllTheGoodNamesWereTaken - Thursday, January 17, 2013 8:44 PM | Last reply by AllTheGoodNamesWereTaken - Tuesday, January 22, 2013 6:38 PM -
0 Votes
Me.Dirty not being set to True for changed field
Performed a check on Me.Dirty and it was set to True.Answered | 11 Replies | 551 Views | Created by ballj_351 - Wednesday, March 6, 2019 9:16 PM | Last reply by .theDBguy - Thursday, March 7, 2019 3:31 AM -
0 Votes
Me.dirty = false throws error?
ProdID = Me.cboAddProduct.Value Set db = CurrentDb Set rs = Me.fsubRefundProducts.Form.RecordsetClone 'Save Refund record to tblRefunds ...Answered | 11 Replies | 1836 Views | Created by SL02 - Wednesday, January 4, 2017 8:34 PM | Last reply by .theDBguy - Thursday, January 5, 2017 5:12 AM -
2 Votes
Private Sub If Me.Dirty ... will data be saved on close
If you want to make sure that the record is saved each time the user changes the value of a specific field, use the After Update event of the control bound to that field.Answered | 7 Replies | 415 Views | Created by ForssPeterNova - Monday, August 10, 2015 2:33 PM | Last reply by Hans Vogelaar MVP - Monday, August 10, 2015 6:21 PM -
0 Votes
CanGrow set to TRUE but fields still wraps
Currently they are set at 1 inch width.Answered | 1 Replies | 4080 Views | Created by ACG - Tuesday, June 8, 2010 6:38 PM | Last reply by Aaron Jarboe - Tuesday, June 8, 2010 7:49 PM -
0 Votes
background color doe not change if the column visibiity is set to true
Is it possible for you to make the cell (textbox) visible, but instead change the textbox's value to '=iif(Parameters!Answered | 2 Replies | 3847 Views | Created by marunach - Wednesday, March 25, 2009 10:51 PM | Last reply by Raymond-Lee - Friday, March 27, 2009 3:19 AM -
0 Votes
Setting SPField.Indexed to true in Powershell
Hi, The following PowerShell Script for your reference: $InternalFldName="Status" $listName="Workflow Tasks" $spweb = Get-SPWeb ...Answered | 1 Replies | 1554 Views | Created by KansasCoder - Wednesday, August 26, 2015 4:38 PM | Last reply by Dennis Guo - Thursday, August 27, 2015 7:54 AM -
1 Votes
The SPROC in polledDataAvailableStatement is not being called - unless useAmbientTransaction set to True
But, I don't see it documented anywhere that this property must be set to True.Answered | 10 Replies | 4410 Views | Created by Neal Walters - Wednesday, June 5, 2013 2:43 PM | Last reply by Arindam Paul Roy - Friday, June 14, 2013 7:39 PM -
1 Votes
Setting requirement for HTML field with default text to change
I need some rule that states if its just 1. 2. 3. then set as requirement for it to change?Answered | 11 Replies | 575 Views | Created by R Dommett - Tuesday, February 16, 2016 4:31 PM | Last reply by Shrek L - Thursday, March 3, 2016 2:07 AM -
0 Votes
Setting Visibility expression based on another field value being present
Can you Change "Hidden" Property of TEXTBOX to have this Expression =IIF( First(Fields!Answered | 1 Replies | 443 Views | Created by Greg_Entreprenerdz - Friday, August 5, 2016 10:22 PM | Last reply by msbi_Dev - Friday, August 5, 2016 10:38 PM -
2 Votes
does it make sense to test if me.dirty = true before statement me.dirty = false?
Or would be it be better to test to see if me.dirty = true first, then only run the statement "me.dirty = false" if the record is in fact dirty?Answered | 5 Replies | 4294 Views | Created by Gordon Prince - Saturday, January 21, 2012 1:51 PM | Last reply by Tony Toews 0 - Thursday, January 26, 2012 7:51 PM -
0 Votes
Change field in different table on click
I thought it would be designed and work better if I just have a WorkOrder table with a selection of worker order type being Delivery or Return.Answered | 10 Replies | 574 Views | Created by Kaya4tw - Monday, June 23, 2014 3:45 AM | Last reply by Luna Zhang - MSFT - Monday, June 30, 2014 1:06 AM -
3 Votes
Set Xsi:Nil to true in the BizTalk map
Hi I'm trying same technique but BizTalk is not appending attribute xsi:nil=true to the node when the node has empty/null value.Answered | 3 Replies | 3486 Views | Created by kapil kumar velpuri - Monday, May 23, 2016 9:38 PM | Last reply by DR MAQ - Monday, May 8, 2017 11:53 PM -
0 Votes
How to get the field being changed from sharePoint "ItemUpdated" ?
Thanks Akilesh it never go inside "IF" loop as properties.BeforeProperties["Offer Status"] and properties.AfterProperties["Offer ...Answered | 2 Replies | 5976 Views | Created by Roshe - Friday, June 18, 2010 7:21 AM | Last reply by Roshe - Friday, June 18, 2010 9:44 AM -
0 Votes
Data is being sorted different with identical set of data
I will test it with a unique field as part of my order by clause.Answered | 2 Replies | 469 Views | Created by Allan.Paramo - Wednesday, March 22, 2017 3:48 PM | Last reply by Allan.Paramo - Friday, March 24, 2017 12:05 PM -
3 Votes
Slicer on multiple "True/False" fields
I create a column for every month as the following one (for Jan 14) =if([Creation Date]<datevalue("01/02/2014"),if([Resolution Date]<>0,if([Resolution ...Answered | 8 Replies | 1972 Views | Created by JG Meillaud - Wednesday, January 8, 2014 3:28 PM | Last reply by Gerhard Brueckl - Monday, January 27, 2014 9:09 PM -
2 Votes
setting a field's value after submit
Change the order.Answered | 2 Replies | 3152 Views | Created by Couldsia - Monday, April 23, 2012 7:52 PM | Last reply by EvanF - Monday, April 23, 2012 8:11 PM -
0 Votes
How to restrict duplicate Values for two fields within the same table
ResultIDForAutoFill = ResultsID If Me.Dirty Then Me.Dirty = False DoCmd.RunMacro ("JobMacs.RestrictChCrNum") It ...Answered | 9 Replies | 4019 Views | Created by Matt Demakos - Thursday, May 5, 2011 3:59 PM | Last reply by QA Guy CommElec - Friday, May 6, 2011 3:22 PM -
4 Votes
Error : Offline Mode is SET to "True"
I think in your case it is better to set this property prior to open the project, why because after changing in the solution still you find some errors related to work offline.Answered | 4 Replies | 43085 Views | Created by SGK1222 - Saturday, December 19, 2009 11:23 AM | Last reply by Amol Jadhao - Thursday, April 16, 2015 6:42 PM -
1 Votes
How to requery a subform from another subform on the same Main form?
Hi Kevin, The Code is a true method of saving a record when the record is not saved by the database automatically.Answered | 3 Replies | 16685 Views | Created by krazykevin76 - Saturday, June 16, 2012 1:11 AM | Last reply by KCDW - Saturday, June 16, 2012 3:01 AM - Items 1 to 20 of 2488256 Next ›
No announcements