No announcements
Found 1659107 threads
-
1 Votes
How to cancel calls to Azure Mobile Services
We had to adjust our app so it made it less likely that the user would navigate away from the page which initiated the AMS calls before they returned.Answered | 2 Replies | 2423 Views | Created by Joe Luhman - Tuesday, December 18, 2012 9:30 AM | Last reply by Joe Luhman - Saturday, December 22, 2012 5:17 PM -
3 Votes
No changes apply after build exe
In you main PRG (or Form) put a temporary messagebox with some debugging text before anything else.Answered | 4 Replies | 4679 Views | Created by espirit - Sunday, September 3, 2006 5:32 AM | Last reply by Lakshmi N - Friday, September 8, 2006 5:34 AM -
2 Votes
Changing/Customizing the Top Navigation in MOSS 2007
I assume the same applies for the left navigation too?Answered | 4 Replies | 4863 Views | Created by Westside2008 - Tuesday, June 9, 2009 8:48 PM | Last reply by Frode Aarebrot - Wednesday, June 10, 2009 4:57 PM -
0 Votes
Changes does not apply on ribbon
I also tried different method like copying enable and display rules of button that are being displayed, Customized command before hiding, Delete button, Add button near buttons that ...Answered | 1 Replies | 1158 Views | Created by Neil Cruz - Tuesday, May 1, 2018 2:05 AM | Last reply by Dave Patrick - Tuesday, May 1, 2018 2:29 AM -
0 Votes
Conditionally open a drillthrough report
Hi, I want to open a drillthrough report conditionally.Answered | 1 Replies | 1443 Views | Created by Naveen Khanna - Thursday, June 13, 2013 12:58 PM | Last reply by Valentino Vranken - Thursday, June 13, 2013 1:12 PM -
4 Votes
Navigating with code in sketchflow project
Here this link is regarding WPF navigation.Answered | 6 Replies | 7565 Views | Created by lsxfan - Thursday, July 23, 2009 11:00 PM | Last reply by Nidhi Singhala - Wednesday, February 1, 2012 1:12 PM -
0 Votes
Conditionally Change Placeholder Text Font to Italics: Report Builder 3.0
In your scenario, I agree with Sorna that you should change the IFF() as IIF().Answered | 2 Replies | 2298 Views | Created by Alcide - Thursday, February 26, 2015 8:17 PM | Last reply by Qiuyun Yu - Friday, February 27, 2015 6:03 AM -
1 Votes
Changing navigation buttons and page namesfrom Front Page
All the help that we might be able to give you will not change that fact.Answered | 12 Replies | 3290 Views | Created by Fred D Roberts - Wednesday, March 3, 2010 3:51 PM | Last reply by KathyW2 - Monday, August 1, 2011 3:13 AM -
0 Votes
Cancel a File Synchronization
In other words, when a change is applied, the change (Create, Delete, Rename or Overwrite) has already occurred???Answered | 6 Replies | 10165 Views | Created by Saige45 - Tuesday, May 19, 2009 9:56 PM | Last reply by Saige45 - Thursday, May 28, 2009 2:26 AM -
0 Votes
Can the cancel event be applied to post events similar to pre events.
More ...Answered | 5 Replies | 3494 Views | Created by Jayesh Nathwani - Wednesday, August 8, 2012 2:14 PM | Last reply by Qiao Wei - Tuesday, August 14, 2012 9:58 AM -
0 Votes
Conditionally hide page footer
Is there a way to conditionally hide/show the page footer?Answered | 4 Replies | 5065 Views | Created by rayneverlearns - Thursday, June 28, 2012 8:11 PM | Last reply by Syed Qazafi Anjum - Thursday, June 28, 2012 11:51 PM -
0 Votes
ContextMenuStrip Show Conditionally
I want to show a contextmenustrip conditionally.Answered | 3 Replies | 2042 Views | Created by Nikolaos Hatzistelios - Saturday, August 25, 2012 3:43 PM | Last reply by Frank L. Smith - Saturday, August 25, 2012 10:11 PM -
1 Votes
Conditionally hide/display hyperlink on infopath form
Put conditional logic on the section control to hide it conditionally.Answered | 2 Replies | 3303 Views | Created by Sandip Thombare - Monday, April 29, 2013 10:16 AM | Last reply by Sandip Thombare - Tuesday, April 30, 2013 6:02 AM -
0 Votes
Conditionally run a backgroundworker
If you want to cancel the Background worker when the RadioButton in unchecked, then put the BackGroundWorker1.CancelAsync call in the CheckChanged event handler for the ...Answered | 1 Replies | 613 Views | Created by tendaimare - Friday, February 20, 2015 8:44 AM | Last reply by Blackwood - Friday, February 20, 2015 11:37 AM -
1 Votes
[UWP][HTML]Cancel system navigation in a Web Context UWP app
Regarding your questions, no custom activation code or navigation code is used.Answered | 5 Replies | 655 Views | Created by George Breeze - Tuesday, June 14, 2016 12:37 PM | Last reply by Barry Wang - Monday, June 20, 2016 10:03 AM -
0 Votes
Trigger to hold before and after changes
The project was cancelled fairly early on, so it never materialised.Answered | 3 Replies | 2452 Views | Created by GregCrossan - Tuesday, April 17, 2012 9:43 PM | Last reply by Erland Sommarskog - Wednesday, April 18, 2012 7:39 AM -
1 Votes
Hide Rows Conditionally
I'm using a code to hide rows conditionally if in a range of cells, any cell value shows "X" Sub TEST() Dim cell As Range ...Answered | 2 Replies | 1502 Views | Created by Raftab9 - Saturday, March 28, 2015 6:35 AM | Last reply by Ashok Kumar_ - Monday, March 30, 2015 6:34 AM -
1 Votes
how to block the navigation with alert?
_navigabile) { e.Cancel = true; var dialog = new MessageDialog("Do you really want to navigate away from this page?Answered | 6 Replies | 2588 Views | Created by Chida Nirio - Tuesday, September 25, 2012 12:24 PM | Last reply by Chida Nirio - Tuesday, September 25, 2012 8:29 PM -
0 Votes
Embed resource conditionally at compile-time?
I've manually modified the .csproj file as follows: <EmbeddedResource Include="Resources\Help\Vietnamese\logon_settings_vi.txt" /> gets ...Answered | 2 Replies | 6307 Views | Created by Alain Dekker, 2 - Wednesday, October 3, 2012 10:38 AM | Last reply by Alain Dekker, 2 - Wednesday, October 3, 2012 11:24 AM -
1 Votes
Applying desktop folder changing
I need to dynamically change desktop folder in my C# program) but only solution that I could find to apply such registry changes is killing explorer.exe and waiting while ...Answered | 2 Replies | 8884 Views | Created by Shoar - Thursday, June 4, 2009 5:13 PM | Last reply by Sheng Jiang 蒋晟 - Friday, June 5, 2009 2:20 AM
No announcements