No announcements
Found 3613923 threads
-
1 Votes
DepthImageFrame not getting passed into function
From the code you provided, it looks like you only use the mapping functions from the DepthImageFrame, is that correct?Answered | 5 Replies | 2998 Views | Created by Fish Face McGee - Tuesday, March 13, 2012 1:56 AM | Last reply by Fish Face McGee - Wednesday, March 14, 2012 11:36 PM -
2 Votes
Use function join to build an output
Workflow Definition Language page.Answered | 2 Replies | 3892 Views | Created by Jiblili - Wednesday, April 12, 2017 11:10 PM | Last reply by WSilveiraNZ [MVP] - Friday, April 14, 2017 6:48 AM -
2 Votes
Pass object type by reference
You always can use unsafe code and pass a true void pointer to the function.Answered | 4 Replies | 2569 Views | Created by nispio - Tuesday, August 10, 2010 12:31 AM | Last reply by Louis.fr - Tuesday, August 10, 2010 4:41 PM -
0 Votes
Passing data from workflow to InfoPath form
Promote your InfoPath form fields and check the bottom checkbox that will allow you to reference those fields within SharePoint Designer, no need to use ItemMetadata as it is only ...Answered | 3 Replies | 9164 Views | Created by SPAnton - Thursday, March 3, 2011 8:17 AM | Last reply by RuanCPT - Thursday, March 3, 2011 12:20 PM -
0 Votes
Passing multiple parameters to a function
Hi Daren There are a few ways to skin this cat, but I would replace the scalar function with a table function that accepts either a comma separated list of ...Answered | 3 Replies | 12120 Views | Created by Daren (DJ) Johnson - Tuesday, August 6, 2013 2:32 PM | Last reply by Daren (DJ) Johnson - Wednesday, August 7, 2013 1:13 PM -
0 Votes
Passing an expression/table to a function
So, when you said, "[Passing table data to a UDF via an XML variable is] what I used recently myself," were you moving the data in the XML variable back into a table, or ...Answered | 14 Replies | 3727 Views | Created by cgtyoder - Wednesday, July 6, 2011 3:24 PM | Last reply by Naomi N - Monday, July 11, 2011 1:58 PM -
5 Votes
Passing objects by ref vs by value
Your methods, functions and subs gain access to the data.Answered | 4 Replies | 4580 Views | Created by Chomsky - Tuesday, April 21, 2009 12:58 AM | Last reply by jonbaker_08 - Saturday, April 25, 2009 2:47 AM -
0 Votes
Pass by Value/Reference with Objects
It is merely an exercise to teach you about passing references by reference and passing references by value.Answered | 10 Replies | 1787 Views | Created by Johnny Venter - Wednesday, January 4, 2012 4:01 PM | Last reply by Johnny Venter - Wednesday, January 4, 2012 6:06 PM -
7 Votes
How to pass an object (ref type) as a value type parameter to a function?
Fernando, you actually brought up a great point when it comes to passing a ref of a reference object.Answered | 10 Replies | 1787 Views | Created by Gtrshredding - Monday, November 14, 2011 8:49 PM | Last reply by Louis.fr - Wednesday, November 16, 2011 8:15 AM -
2 Votes
Passing a Function as a Parameter calling a Proc
you cant directly pass it like this you need to do it in two steps 1. get UDF result on a int variable 2. pass variable to ...Answered | 2 Replies | 719 Views | Created by M. Bryan - Tuesday, March 13, 2018 8:44 PM | Last reply by Visakh16 - Wednesday, March 14, 2018 5:49 AM -
0 Votes
Passing data from Activity to Activity in XAML Workflows
External data exchange service is cool, and even cooler is to create and use your own queues ;) SergeiAnswered | 2 Replies | 3383 Views | Created by SergeiSF - Tuesday, January 19, 2010 7:24 PM | Last reply by SergeiSF - Thursday, January 21, 2010 8:31 PM -
6 Votes
Pass in a stuct or object into a sp
If you are using SQL 2008 or above, consider passing a table-valued parameter like the example below.Answered | 6 Replies | 5427 Views | Created by Quantum Information - Saturday, May 28, 2011 10:54 AM | Last reply by Quantum Information - Monday, May 30, 2011 8:54 AM -
0 Votes
Get Workflow Status using C#
Thanks Best Regards TechNet Community Support Please remember to mark the replies as answers if they help, and unmark the answers if ...Answered | 5 Replies | 3499 Views | Created by Hussain Saffar - Thursday, February 11, 2016 8:32 PM | Last reply by Hussain Saffar - Friday, February 12, 2016 8:13 AM -
0 Votes
Passing some part of a multiDimensional Array to Function
Using a concrete example just to simplify the terminology.Answered | 2 Replies | 1195 Views | Created by salmasa150 - Wednesday, July 31, 2013 12:34 PM | Last reply by Barry-Schwarz - Wednesday, July 31, 2013 4:16 PM -
2 Votes
Using Temporary Variables (Non Persisted) in Workflow
Is this object a business object stored in some place, like a DB, external to the workflow?Answered | 6 Replies | 4945 Views | Created by kul_bhat - Monday, December 20, 2010 6:57 AM | Last reply by Tony Tang - Wednesday, December 22, 2010 1:51 AM -
0 Votes
Synchronous workflow invocation and transactions over workflows
Customize Workflow peristance using Oracle as Database If any one wants to customize the workflow to use oracle as Database .Answered | 8 Replies | 5134 Views | Created by Deefken - Tuesday, November 14, 2006 9:27 PM | Last reply by Prince Singh - Monday, August 17, 2009 4:23 PM -
0 Votes
How to change the parameter type to pass in Function Import ?
If user does not select any date from UI i need to pass empty string.Answered | 4 Replies | 1750 Views | Created by Shyam Kr - Tuesday, October 16, 2012 1:12 PM | Last reply by Fernando Soto - MCSD - Thursday, October 18, 2012 2:18 PM -
3 Votes
Pass Object to RoutedEventHandler
Thanks for the response I have done what you suggested above, but when I try to pass the created instance I recieve the error "Click is a variable but used like a ...Answered | 12 Replies | 4919 Views | Created by T junky - Thursday, April 21, 2011 2:48 PM | Last reply by Mike Dos Zhang - Friday, May 13, 2011 2:52 AM -
1 Votes
How do I collect a variable using a modal window and pass it into a function
Do you mean that you want to use a modal window to get a date from the user that you can then pass to a function?Answered | 1 Replies | 4043 Views | Created by TheVenkster - Tuesday, December 22, 2009 3:35 AM | Last reply by Acamar - Tuesday, December 22, 2009 5:04 AM -
0 Votes
Passing an object field by reference
the Indirect class, and the Indiect object (sounds like grammar class :-)) can be passed and modified by the manipulator class.Answered | 7 Replies | 3439 Views | Created by caskater4 - Saturday, June 7, 2008 8:27 AM | Last reply by Nimrand - Sunday, June 8, 2008 2:20 PM
No announcements