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

Software Development Network >> Jacco Mintjes's Q&A profile

Jacco Mintjes

Member List

Siva116
tattoo
BonnieB
nonno
RJGibson
Hoodwinked
DonOfMcLean
Lorenzo Soncini9198
Rattlerr
soulmate75
gudel
Nelson Rodrigues
staypufd
Chiarigos
ShEi
lk_spec
peter_fischer
akram badr
webrod
sl5
Only Title

Jacco Mintjes's Q&A profile

  • SQL Server Basic Full Text search question

    Hi I am just starting to do a full text search on a sql 2000 database. My question is: If I want to query a table Employee for 1. a particular word in a very large varchar field named "resume" 2 - a boolean field named "willtransfer" and 3. a field that holds the index of another table named "Cities" Cities just holds an index and cityname field of 15 characters. do I create a fulltext index for all three fields or only the "resume" field since it is the only field that is being searched What would a query for these 3 fields look like if I am searching for. I have seen no examples that combine multiple fields. "speaks French" in resume, "true" for "willtransfer & ...Show All

  • Visual Studio Exporting to Word

    Hi, I know that exporting into Word is not supported, but is it possible for me as a Developer to extend the report viewer functionality myself in order to do that I also read that it may be possible to export to Word if using the Report Server. Is that true Our current report is local. Also, does anyone know if a new version of the ReportViewer is planned and the timing of that release Thx. No, the ReportViewer control is not extensible. You cannot add new export formats. Report Server does not support Word export in the current version. Since features of the next version are not yet announced it is hard to say whether it will be in the next version. ...Show All

  • Visual Basic One or more errors encountered while loading the designer

    A project that I've been working on after adding a button and a second form will no longer display in design view. I get the following error in the would be design view window. One or more errors encountered while loading the designer. The errors are listed below. Some errors can be fixed by rebuilding your project, while others may require code changes. The method or operation is not implemented. Hide at System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode, IntPtr errorInfo) at System.Runtime.InteropServices.Marshal.ThrowExceptionForHR(Int32 errorCode) at Microsoft.VisualStudio.NativeMethods.ThrowOnFailure(Int32 hr, Int32[] expectedHRFailure) ...Show All

  • Visual Basic Where can I find A Good Visual Basic 2005(SQL)Invoice Sample with Add/Edit/Delete/Print Command

    Where can I find A Good Visual Basic 2005(SQL)Invoice Sample with Add/Edit/Delete/Print Command http://www.murach.com http://www.murach.com/dloads/a2vb/a2vb_allfiles.exe   http://www.murach.com/index.htm ...Show All

  • SQL Server Problem with multi-valued parameters since SP1

    Hi, after the installation of SP1 I have a problem with multi-valued report parameters. The option to select all values are gone. Is there a bug within SP1 Before the installtion of SP1 multi-valued report parameters works fine, the option to select all values was added automatically within the preview in Visual Studio 2005 and in published reports on the server. The server was migrated from SQL2000 SP4 to SQL2005. So long Lemmi I'm sorry but this simulation of the "All" element is garbage! With all due respect this borders on condescending....yeah I could write a report in ASP.NET too but hey I have Reporting Services for that right This is not a solution. Msoft put this option BA ...Show All

  • Software Development for Windows Vista Urgent workflow initiation query

    I am currently trying to implement a custom workflow in Microsoft Sharepoint server 2007 and have successfully done it but the issue is that i want to have a list of my workflows on the main page, clicking on which shall make user initiate that particular flow (by displaying its initiation form) instead of the the de-facto way which in on adding an item to the document library or list Is it possible to do so If yes, any hints or help would be highly appreciated. (As i have to decide if to go for SPS 2007 or build my own custom workflow asp.net application) Please post this question on the Sharepoint forums. this might help: http://forums.microsoft.com/MSDN/ShowForum.aspx ForumID=881&SiteID=1 ...Show All

  • Smart Device Development Logical NOT (!) operator broken? What's happening?

    Does anyone have any idea why the logical not operator might not be working in Visual Studio 2005 compiling for ARMv4 Consider the following code. int test = -1; int test2 = !test; TCHAR temp[256]; wsprintf(temp, _T( "%d" ), test2); if (!test) ::MessageBox(NULL, _T( "Not!" ), _T( "Result" ), MB_OK); else ::MessageBox(NULL, temp, _T( "Result" ), MB_OK); The correct result is a messagebox which says "Not!", right Instead I get a messagebox saying "0" - that's wrong! Can anyone else duplicate this What could possibly be causing it That's how it supposed to work: -1 is not 0, so it's TRUE. In fact, all 4+ billion possible values are ...Show All

  • Visual Studio Team System check differents elements

    Hello, I would like to create some rules to check the naming conventions. I found alot of differents things really interesting. But i(d like to check if an element is : -constant -registerKey -parameter -control -delegate classe -exception classe -collection classe with the the override method "check". Can you help me Thanks Hi thanks a million for your help. My program is almost finished. But I still have some problems. 1. I check all my variables correctly but not the function variables. is it normal 2. I have to check the method event handler, can you know what is the mcci element for that The element Event doesn't work 3.I have the same problem with ...Show All

  • SQL Server Express remote connection on a LAN help

    I have recently installed SQL Server Express on a desktop machine for a program that we use. I am in need of adding additional machines to gain access to the server for the database. Right now, the program is working on the local machine fine. What do I need to do or enable for access on a local LAN All machines are XP Pro on a workgroup. Also, the software we use has a remote connection manager that requires inputting the server address for the machine. Is it better to use the computer name or IP address, and then what is that format SQL Instance name is 'uesafh' if that helps. Any other information that I can provide, please let me know. Thanks! "What do I need to do or enable for access on a local LAN " enable remot ...Show All

  • Visual Studio 2008 (Pre-release) Weird Error -> Underlying connection closed

    I have a WCF windows service and client and their end points are configured as shown below. The really weird thing is the service works only if I DO NOT set these 2 properties on the concrete return object. this .Response.Result = RequestResult.Failure; this .Response.Errors.AddException(ex); Now when I debug, the above 2 lines do not produce an error and it steps out of the function without any problems. However, just as it is about to exit the main function, it throws an error given futher below: Other properties on the Response object can be set without any probs. I have also managed to write unit tests to serialize and de-serialize the Response objects successfully as well. Any Help Will Be Greatly Appreciated Sha ...Show All

  • Visual Studio Express Editions What does it take to run you own program?

    My question is as the subject says: What does it take to run you own program I created my own program, put it on a floppy and tried it on an other computer... But it doesn't work... i get an error and this is the error signature. I think this is weird because i have the same version of windows as on the pc I developed the program on(Windows XP SP2) and i have .NET Framework 2 installed. I also installed the MSWINSCK.ocx file by using "regsvr32 c:\windows\system32\MSWINSCK.ocx". But my program still doesn't work untill i install VB studio 2005 express, then it works normally and i don't get any error any longer. When I uninstall VB studio 2005 express my programs continue to work correct. So my question is... whats rea ...Show All

  • Smart Device Development Problem to install CF 1.0 automatically.

    Hi everybody, I need to get some help with CF 1.0 automatic installation on device. I have bat file with the script: ECHO Installing COMPACT FRAMEWORK... \Windows\wceload /noaskdest /delete 0 /noui \TEMP\netcf.all.wce4.ARMV4.cab When we cold boot device, installation begin,but it is asking for overwriting framework dll files (Yes, Yes to all and so on). I need to install framework without any questions. Is there some way to do that Thanks for help, Iouri. None I'm aware off – WCELOAD produces these messages and it seems they can not be suppressed. You might try /silent switch but it probably won't work. Possible solution would be to write an application (native) to detect the ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Cannot run XNA projects

    I have directx sdk august 2006 release and .net 2.0 framework, c# 2005 express, & xna express Creating a new project, without adding any additional code, the project will not run under start with/ or without debugging. I have tried the multiswap fix in other posts. Sounds like a motherboard mounted thing. DX9 isn't enough it needs to be shader model 2 compatible. Unfortunalty I can't find the specs of your graphics card online to know if it is or not and its not listed in the DirectX spreadsheet. ...Show All

  • Visual Studio Express Editions incremental linking is impossible, help please

    hi, I have been struggling with this problem for over 2 weeks, and i was told in one of the forums to try here. so here is my problem: I installed visual c++ 2005 express edition, and it works fine except the fact that it seems it has not incremental linking, it seems that for some reasons, it can't access the .obj files and update them (when I check their modification date, it shows the one from the last REbuild). I even disabled Norton antivirus and Zonealarm, thinking that they might have something to do. I have no clue what to do, and the size of my project makes impossible for me to live with this problem anymore. I can't wait for the whole source to REbulild after each modification !!! please, do you have any suggestions. Proj ...Show All

  • Visual Studio Microsoft Report Viewer Control Question?

    I want to know if vs studio 2005 sp1 actually fixed Microsoft report viewer control. I was having an error before.I don't get that anymore. I need to figure out what do I need to distribute to the user. This is the error that I got before. I don't get it anymore System.InvalidOperationException: Invoke or BeginInvoke cannot be called on a control until the window handle has been created. at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous) at System.Windows.Forms.Control.BeginInvoke(Delegate method, Object[] args) at Microsoft.Reporting.WinForms.ReportViewer.OnRenderingComplete(ProcessThreadResult result, PostRenderArgs data) at Microsoft.Reporting.WinForms.Proc ...Show All

©2008 Software Development Network