No announcements
Found 3086254 threads
-
1 Votes
Accessing functions via multiple pages
Hi sarrowsmith, I think you can use WinJS.Namespace.define to declare some global objects (with properties and functions).Answered | 2 Replies | 1918 Views | Created by sarrowsmith - Saturday, November 3, 2012 11:22 PM | Last reply by sarrowsmith - Tuesday, November 6, 2012 2:42 AM -
1 Votes
How to call global function of global dll
I have 4 dll in vb 6.0 VkpPurchase,VkpSales,VkpInventory,VkpGlobal I want to call Global function(PickList) of ...Answered | 1 Replies | 1456 Views | Created by vikashPatel - Thursday, February 14, 2013 6:22 AM | Last reply by Miha Markic - Thursday, February 14, 2013 9:10 AM -
0 Votes
Global T-SQL Functions
In any case, I think it is somewhat peculiar that you can create global SPs but not global functions.Answered | 12 Replies | 10398 Views | Created by chip_levis - Monday, April 5, 2010 6:57 PM | Last reply by Kalman Toth - Tuesday, April 6, 2010 8:28 PM -
4 Votes
how to tell when @@ is a global variable vs function?
example I am from a powershell background which is similar to vb/c++ where you would create a function in your script then reference it as a keyword/function to ...Answered | 7 Replies | 929 Views | Created by xxjergerxx - Monday, May 25, 2015 2:45 AM | Last reply by Erland Sommarskog - Tuesday, May 26, 2015 11:21 AM -
0 Votes
Accessing LightSwitch current user from ASP.NET page
You need to "initialize an application context" in LightSwitch in order to use the LightSwitch programming model from a standard ASP.NET asset (.aspx page, ...Answered | 3 Replies | 848 Views | Created by Nicolás Lope de Barrios - Thursday, June 19, 2014 4:13 PM | Last reply by Nicolás Lope de Barrios - Thursday, June 19, 2014 10:05 PM -
0 Votes
error C2673: global functions do not have 'this' pointers
A class can have variables and functions.Answered | 1 Replies | 5396 Views | Created by Bujju - Monday, June 28, 2010 5:31 AM | Last reply by «_Superman_» - Monday, June 28, 2010 6:04 AM -
2 Votes
Segmentation fault in member function of a global class instance
So, summarizing: Making the global variable point to NULL you are not providing a global object just yet, only a global pointer that points ...Answered | 4 Replies | 3980 Views | Created by akshay lahiry - Wednesday, June 20, 2012 3:41 PM | Last reply by akshay lahiry - Wednesday, June 20, 2012 6:28 PM -
1 Votes
How to make global function and variable in C++
Any variable that is defined outside of a function is a global variable.Answered | 1 Replies | 566 Views | Created by Jeff0803 - Friday, June 9, 2017 5:06 PM | Last reply by RLWA32 - Friday, June 9, 2017 6:26 PM -
2 Votes
How to access content on a page from a settings page
I found out the problem was that I had deleted something from that page and it acted like it was still there and couldn't find it, so I just deleted that XAML page and made ...Answered | 12 Replies | 709 Views | Created by ZackTheNever - Monday, September 22, 2014 7:17 PM | Last reply by ZackTheNever - Wednesday, September 24, 2014 2:05 AM -
7 Votes
Page not found under global navigation
We have the same thing showing up after a migration from 2010 to 2013.Answered | 6 Replies | 9909 Views | Created by Oldguard - Wednesday, April 24, 2013 3:49 PM | Last reply by Nagendra m - Saturday, June 21, 2014 12:38 PM -
1 Votes
access variable from another function
Your main function could be a static method.Answered | 5 Replies | 2148 Views | Created by AtnCx - Sunday, October 27, 2013 11:45 PM | Last reply by PaulLinton - Monday, October 28, 2013 6:17 AM -
2 Votes
Can threads access global variables??
This is a special class for reading a variable from different places.Answered | 17 Replies | 16873 Views | Created by Silver_Gates - Tuesday, September 1, 2009 4:41 PM | Last reply by Derek Smyth - Thursday, September 3, 2009 11:15 AM -
0 Votes
Accessing a global variable from backgroundworker thread
Cross-thread operation not valid: Control 'PleaseWait' accessed from a thread other than the thread it was created on.Answered | 3 Replies | 3245 Views | Created by roma_victa - Sunday, February 7, 2016 5:52 AM | Last reply by DA924 - Sunday, February 7, 2016 7:16 AM -
1 Votes
Cannot access "Manage access panel settings" as any global administrator
To provide additional feedback on your forum experience, clickAnswered | 7 Replies | 1524 Views | Created by Wayne Bunch - Tuesday, June 26, 2018 7:24 PM | Last reply by Mtadmin - Monday, July 16, 2018 8:12 PM -
0 Votes
Invoke function in main page when settings are changed
I can't use the onblur event of the settings page either because I need to update the bindings on the main page and I can't access these from the settings ...Answered | 6 Replies | 801 Views | Created by RobbyCeyssens - Sunday, November 2, 2014 9:31 PM | Last reply by harriha - Monday, November 10, 2014 8:54 PM -
0 Votes
Accessing Global Variable in PrepocessQuery
When you say that you are not able to access the variable what exactly do you mean?Answered | 3 Replies | 1638 Views | Created by PeterTrefren - Thursday, September 12, 2013 4:22 PM | Last reply by Michael Simons (MSFT) - Friday, September 13, 2013 3:15 PM -
0 Votes
Access usercontrol page from Master page
I have Two user control page inside master page, let say usercontrolA But i need to access usercontrolA's function or ...Answered | 1 Replies | 9777 Views | Created by bebikash - Sunday, June 6, 2010 8:56 AM | Last reply by Dinesh Kattameda - Tuesday, June 8, 2010 11:35 AM -
0 Votes
Difference Between Global , extern global , static , static global
Defines a global variable, allocating memory for it which will be accessible by all files in the program.Answered | 3 Replies | 13828 Views | Created by Megaau - Friday, April 15, 2011 11:30 AM | Last reply by Jesse Jiang - Monday, April 18, 2011 3:51 AM -
0 Votes
Can we write a function in SSRS globally
I write a function in code tab of a report Public Function GetMyDateFormat(ByVal vDate As String) As String GetMyDateFormat = ...Answered | 1 Replies | 5441 Views | Created by jk.garg25 - Thursday, February 18, 2010 6:39 AM | Last reply by Tau Liang - Thursday, February 18, 2010 6:44 AM -
1 Votes
Can Outlook's Global Address List be accessed with automation in VFP9?
Hi GeofS, have a look at Sergey Bereznikers ...Answered | 3 Replies | 768 Views | Created by GeofS - Tuesday, June 21, 2016 9:36 PM | Last reply by GeofS - Wednesday, June 22, 2016 12:27 PM - Items 1 to 20 of 3086254 Next ›
No announcements