No announcements
Found 2551851 threads
-
0 Votes
can activex c++ call a method on a JS object?
In my scenario I want to pass from JS to my c++ activex control an object, like a dojo object, which I'll store off in c++ member data.Answered | 4 Replies | 5997 Views | Created by joevolleyball - Tuesday, February 17, 2009 3:06 AM | Last reply by joevolleyball - Wednesday, February 18, 2009 6:10 PM -
0 Votes
ActiveX Data Objects collection Fields is missing Update method
There are too many potential constraint issues with modifying the attributes of an existing field, especially when it either contains data (which could result in a type mismatch) or ...Unanswered | 2 Replies | 447 Views | Created by Tim Peters - Tuesday, July 10, 2018 5:47 PM | Last reply by Paul P Clement IV - Wednesday, July 11, 2018 1:28 PM -
0 Votes
update database with datagridview based on own data-collection
I cam acroos the same question as how to handles updates from a DataGridview with a Collection as Datasource.Answered | 13 Replies | 3500 Views | Created by Torsten Tiedt - Saturday, April 17, 2010 10:29 AM | Last reply by DeborahK - Saturday, April 24, 2010 2:21 PM -
0 Votes
problems with combobox and collection object data binding
Hey you don't need to do any think just override the Tostring() method and all other thinks will be done in following example you can check ...Answered | 3 Replies | 1742 Views | Created by n2teeth - Wednesday, November 28, 2012 6:07 PM | Last reply by Sheldon _Xiao - Monday, December 10, 2012 8:24 AM -
1 Votes
ActiveX object ?
MyActiveX control works perfectly!Answered | 4 Replies | 2775 Views | Created by Foxuser1970 - Wednesday, March 14, 2012 3:54 PM | Last reply by Foxuser1970 - Thursday, March 15, 2012 4:20 PM -
2 Votes
Object added Collection(Of T) Object doesn't get updates.
Structures are value types and passing these to a function [i.e. add method of the collection] will cause a duplicate to be created.Answered | 3 Replies | 1669 Views | Created by carl lorentson - Monday, January 9, 2012 8:57 PM | Last reply by carl lorentson - Monday, January 9, 2012 9:45 PM -
2 Votes
Update lookup field using client object model
Maybe I'm missing something, but is it really necessary to call ExecuteQuery twice?Answered | 4 Replies | 24111 Views | Created by Venkatzeus - Tuesday, August 21, 2012 1:04 PM | Last reply by Gaurav Shende - Saturday, July 11, 2015 6:29 AM -
4 Votes
How to: Write an ActiveX object in C#?
I usually refer to my C# COM objects as "unmanaged C#".Answered | 13 Replies | 28844 Views | Created by lagu2653 - Saturday, May 20, 2006 1:58 PM | Last reply by AmmatAllah - Wednesday, December 28, 2011 9:21 AM -
1 Votes
C# To collect reference object
Actually Myobject is a UI(button) Component and List L is a static collection.Answered | 8 Replies | 5120 Views | Created by etwc - Tuesday, November 29, 2011 3:16 PM | Last reply by GreatVolk - Tuesday, November 29, 2011 4:24 PM -
0 Votes
collect data not working after migration
updates: i deleted those fields and recreated them.. now the values are gettign updated to the list. to my disappointment, there was no other way to get the field ...Answered | 3 Replies | 4070 Views | Created by meena.v - Friday, June 15, 2012 6:38 AM | Last reply by SanRang - Friday, July 13, 2012 5:24 AM -
1 Votes
An object reference is required for the non-static field, method, or property
The problem is that Collect is invoked from Main.Answered | 3 Replies | 3427 Views | Created by salimi.NET - Monday, March 18, 2019 6:56 PM | Last reply by Jack J Jun - Wednesday, March 20, 2019 1:18 AM -
1 Votes
Error '800a01ad', ActiveX component can't create object
A dependent component is a sub component used by ActiveX control in question.Answered | 5 Replies | 5473 Views | Created by Redtechton - Thursday, April 25, 2013 3:27 PM | Last reply by Paul P Clement IV - Thursday, May 2, 2013 4:11 PM -
0 Votes
listService.UpdateListItems update reference field
Now on the collection you get, set a for loop to get individual item.Answered | 9 Replies | 6213 Views | Created by hkjoel - Wednesday, June 17, 2009 10:37 AM | Last reply by Steve.Curran - Thursday, June 18, 2009 1:38 PM -
6 Votes
Method Overloading with Data type as Object
The last resort is a method accepting `object`.Answered | 7 Replies | 657 Views | Created by LordPhyber - Tuesday, February 25, 2020 9:58 AM | Last reply by Daniel_Zhang-MSFT - Monday, March 2, 2020 8:19 AM -
1 Votes
Missing data when update fail
So there is no way of missing data for individual transaction, so any operation.Answered | 2 Replies | 831 Views | Created by kneeah - Monday, January 20, 2014 6:21 AM | Last reply by SQLZealots - Monday, January 20, 2014 6:27 AM -
0 Votes
Activex in VFP
The problem is when i show the form, I Think that activex lost values.Answered | 7 Replies | 5145 Views | Created by MPAZ - Tuesday, December 12, 2006 4:05 PM | Last reply by AndyKr - Thursday, December 14, 2006 10:34 AM -
0 Votes
After disposed TcpClient() object, the object is not null, how to let this object be collected by Garbage collection?
So, the dispose method doesn't clear the memory of the object itself, but it will request the object to clear all the things it in itself is referencing.Answered | 4 Replies | 3605 Views | Created by 沈世鈞 - Friday, March 2, 2012 7:26 AM | Last reply by Jesse Houwing - Friday, March 2, 2012 1:34 PM -
0 Votes
Newbie question - Class, Objects, methods
The class/object can have behavior/methods within the class/object that can act upon the object itself or ...Answered | 9 Replies | 2976 Views | Created by Den-i - Friday, March 2, 2012 12:50 PM | Last reply by Peter Koueik - Tuesday, March 6, 2012 5:19 AM -
0 Votes
Update method not working on DataGridView
However, when I do the nodesTableAdapter.UPdate(NodesDataSource) it fails with "Update requires a valid UpdateCommand when passed DataRow collection with ...Answered | 7 Replies | 2151 Views | Created by VicSpain - Thursday, November 17, 2011 5:08 PM | Last reply by Cor Ligthert - Friday, November 18, 2011 7:31 AM -
0 Votes
An object reference is required for non-static field, method, or property in my controller
Static methods do not have access to instance data because there is no instance when calling a static method.Answered | 2 Replies | 1852 Views | Created by Praktikant - trainee - Thursday, July 10, 2014 1:56 PM | Last reply by CoolDadTx - Thursday, July 10, 2014 2:09 PM - Items 1 to 20 of 2551851 Next ›
No announcements