Software Development Network Logo
  • Visual Basic
  • SQL Server
  • Smart Devicet
  • SharePoint Products
  • VS Team System
  • Microsoft ISV
  • Visual Studio
  • Windows Vista
  • Visual C++
  • .NET Development
  • Visual C#
  • IE Development
  • Game Technologies
  • Audio and Video
  • Visual FoxPro

Software Development Network >> Pockey's Q&A profile

Pockey

Member List

mariap
thedewd
ar_pad
dazjack
Niehls
Jonathan L.
Dancer
Stéphane Beauchemin
lbugnion
gg1
RAYMOND KNIGHT
Kennon2005
martin_eifert
Jacawa
Eliyahu
Scott Boyd
Burgz
Johan Sörlin
Dave Waterworth
Zach7
Only Title

Pockey's Q&A profile

  • Internet Explorer Development Calling ActiveX function from Javascript

    Hi, From what I've heard, you're supposed to be able to call an embedded activex function or set one of its properties from the javascript in an html/asp page as long as the function or property is declared as public in the code. I have an activex control embedded in an html page with the object tag: <object ID="gis" classid="clsid:C9905EA4-468A-46c0-BCF4-49A547B3A2E6"> Then I try to call a public function of the control like this: <script> function showbox() { gis.ShowMBox(); } <script> All the function does is show a messagebox. I have an html button that calls the javascript function like this: <input type=button value="SetDoc" onclick="showbox()" ...Show All

  • SQL Server Migration to Yukon

    Hi, Anyone kindly let me know more and clear details about the below 2 statements 1.Remove reference to undocumented system tables/stored procs 2. Remove statements modifying system objects as are not supported in SQL Server 2005. while migrating from sql server 2000 to YUkon (sql server 2005) the above 2 points need to be taken care. but no much clarity on the above. kindly help me Regards Crish Hi, not sure above the first one, which procedure are deprecated but the latter one had some major chnages. The system objects are now in the sys schema,e.g. changing the sysobjects to sys.objects. if you used INFORMATION_SCHEMA views before you don’t need to change anything, because the view ...Show All

  • SQL Server Importing Tables from MS Access

    I m trying to import Tables from MS Access and I m having this error - Copying to [Manpower].[dbo].[MAINTABLE] (Error) Messages Error 0xc0202009: Data Flow Task: An OLE DB error has occurred. Error code: 0x80004005. An OLE DB record is available. Source: "Microsoft SQL Native Client" Hresult: 0x80004005 Description: "Invalid character value for cast specification". (SQL Server Import and Export Wizard) Error 0xc020901c: Data Flow Task: There was an error with input column "PPExpiry" (157) on input "Destination Input" (113). The column status returned was: "Conversion failed because the data value overflowed the specified type.". (SQL Server Import and Export Wizard) Error 0xc020902 ...Show All

  • Visual Studio Tools for Office Grant full trust using setup project

    How do I grant full trust to an assembly that should be included in a setup project I guess it has something to do with strong key signing, but I don't know how to do that. Please help me. I use VSTO2005SE. Thanks for the reply! VSTO is really great, but deployment is a pain... I mean - 19 pages walkthrough just to deploy a Word template To attract more VBA developers I think this has to be alot easier. ...Show All

  • Windows Forms PrintDocument Spooling problem

    Hi, We have a sony photo printer which doesn't like more then one image spooled before the last one has finish printing. I notice when I develope my test application for printing. When i go printdocument.print() it sends all images to the printer in one go. Our printer has very low memory I think it rejects excess images if it cant hold it, hence the extra images dont get printed. However if I use Photo Printing Wizard in XP, it prints it out fine. Monitoring the print queue i notice the wizard send one image at a time, wait for the printing to start then send the next image. Is there anyway I can do this in VB.NET 2005 Works fine in print preview and other printer i am trying it on. Just does ...Show All

  • SQL Server Connecting to SQL Server 2005 Express using IIS 6.0

    Hello, I can connect to amachine using SQL server 2000 using IIS 6.0. However, I am having trouble connecting to my server that has SQL server express using IIS 6.0. I'm using similar setting for both servers. Is there something else i have to do for SQL server express I'm not sure why this is the case. Any information that could help resolve this failed connection would be greatly appreciated. Thank you. Burhan I would make sure that the remote connections have been enabled on the server, by default this is turned off. How to configure SQL Server 2005 to allow remote conections http://support.microsoft.com/default.aspx scid=kb;EN-US;914277 ...Show All

  • Visual Studio 2008 (Pre-release) Refreshing WPF control through worker thread

    Hi, I have WPF usercontrol with few textboxes in it. I want to refresh value in one of the textbox through worker thread. For doing that I have following line of code, this.Dispatcher.Invoke(System.Windows.Threading.DispatcherPriority.Normal, new System.Windows.Forms.MethodInvoker(delegate() { textBox1.Text = ""; })); I need to go in above part of code only when I am updating value by worker thread. From main thread I don't want to execute invoke() function. In .Net framework 2.0 control has IsInvokeRequired property, Is there any equivalant implementation in WPF Thanks. You can just use this .Dispatcher.Invoke(System.Windows.Threading. DispatcherPriority .Normal, new ...Show All

  • SQL Server SQL Server 2005 Install problems

    I had SQL Server installed, and uninstalled (I still don't know why :)), but now that I have need for it again, I can't get it to install! I get the following error: "SQL Server Setup failed to execute a command for server configuration. The error was [Microsoft][SQL Native Client][SQL Server]The default full-text language is not supported by the full-text search component..Refer to the server error logs and Setup logs for detailed error information." Please help! Jake, are you trying to reinstall the same language version of SQL Server We sometimes see native client errors when you switch languages. After uninstalling SQL Server the first time, was SQL Server Native Client still installed (and ...Show All

  • Windows Forms How to bind a DataGridViewComboBoxColumn?

    Hi! I'm trying to add a combobox in my datagridview, but i can't show any value. I have two DataTables, A and B. I want that the DataSource of my DataGridView be A, and the DataSource of the DataGridViewComboBoxColumn be B, so i can select any value from B in any value in A. I try: dvg_variantes.DataSource = A; DataGridViewComboBoxColumn col = new DataGridViewComboBoxColumn(); col.HeaderText = "Nexos"; col.Name = "Nexos"; col.DataPropertyName = "ID"; col.DataSource = this .B; col.ValueMember = "ID"; col.DisplayMember = "NOMBRE"; col.ReadOnly = true ; Debug.Print(col.Items.Count.ToString()); // --- > 0 dvg_variantes.Columns.Add(col); }   I think that the problem is DataPropertyNa ...Show All

  • Visual Basic Free Add-Ins VSIP DVD.

    [I was hoping to add as a separate annoucement at the top of each forum area.]>> Hi everybody, You might like to get the FREE Add-Ins VSIP DVD, i've just got mine. See http://msdn.microsoft.com/vstudio/extend/partnerdvd/ for details. Regards, S_DS ...Show All

  • Visual FoxPro How to remove redundant phrase in field?

    Hi all........ I have a table field that contains things such as..... V DISCONTINUED W/O REPLACEMENT; V DISCONTINUED W/O REPLACEMENT -I&S MASTER; 7 SUB 2610-139-3704; I&S MASTER; 7 SUB FOR 2610-139-3704 What I need to do is remove the duplicate phrases, leaving only one instance of each phrase in the field. The amount of phrases in the field varies...could be 2 as shown above or there could be 6. I suspect that the 'common denominator' is the semi-colon, but everything I've tried has failed. Any help is greatly appreciated! assuming that data is "V DISCONTINUED W/O REPLACEMENT; V DISCONTINUED W/O REPLACEMENT; I&S MASTER; 7 SUB 2610-139-3704; I&S MASTER; 7 SUB FOR ...Show All

  • Visual Studio Multiple viewpoints/ zoom in, zoom out

    Hello, I have a question regarding the management and handling of views for a given model. Is there a mechanism to collapse or expand information For example I can image a detailed block diagram that shows all implementation details but would like at one point in time "zoom out" a given part of the diagram and have a different less detailed but more global view of that part (probably by hiding some elements) a design level approach would for example assume multiple transformations like having one global model and then a second level detailed model. but then again the question is how to manage the relationship between the two because in essence the more detailed model is self-sufficient thank you philippe ...Show All

  • SQL Server Show all days

    I am pretty much brand new to reporting services so I apologize for any simple questions I may ask. I have created a call report that shows data broken down by day and grouped by week. Everything works great. However, if there is no data on a certain day is does not show me that day on the report. Is there a way I can make it display the day even if there is not data for that day and just give me 0 values Or do I need to modify my query Thanks in advance. The query should return the complete set that you would like to see. You can perform this with a date table or numbers table and a left outer join. cheers, Andrew ...Show All

  • Visual Studio MPF and .user Project Files

    Hello, I was wonder if I'd missed any implementation in the MPF for supporting user-specific project configuration settings (using .user files) I assume not, so I'll continue with what I need to solve. MsBuild takes care of the loading of a user configuration file through a conditional import. I need to set properties, that may or may not exists, to the import project, in this case the user configuration file. I see that Project defines a method SetImportedProperty but that requires a Project instance. I also see that Project defines a property Imports where I can find and locate my imported project but that givens me an Import instance and not a Project needed to set a property in the imported section. Does anyone know how to retrieve an ...Show All

  • Visual Studio 2008 (Pre-release) Multicast with UDP Transport Sample

    I'm trying to use the UDP Transport sample to perform a multicast from a single server app to multiple clients. I'd like the server to broadcast the message on a subnet to any clients that just happen to be listening. My problem is that I can't find any documentation on how to do this using the UDP transport sample. Any ideas or suggestions Thanks. Bruce Bukovics Thanks for the response. I'll give that a try. Bruce Bukovics Author of .NET 2.0 Interoperability Recipes http://www.apress.com/book/bookDisplay.html bID=10116 ...Show All

©2008 Software Development Network