engeky's Q&A profile
Visual FoxPro executable database
I have constructed a project in VFP 9.0. I want to make the project an executable database so that others that don’t have VFP installed on their machine can access the forms that display the information. How do I do this Also I’ll need to update the table periodically so does this mean I put the table on the server I’m really lost in all of this. InstallShield Express Limited Edition is a fully licensed version. It just has a few features disabled. As Don notes, it works for many developers with basic installs. If you see a feature disabled that you need, you need to b ...Show All
Windows Forms Application.Exit Problem
Hi I am facing a weird problem with Application.Exit in Windows 2003. After this statement is executed, the application does not go down and CPU usage goes up to 100. This problem occurs only in Windows 2003. Windows XP (SP2 and SP1) are just fine. Does this have any thing to do with COM Interop or license of components I have a VB6 OCX&nbs ...Show All
.NET Development Trouble Installing .NET Framework
I am having trouble installing the .NET framework 1.1 on a windows 98 SE. The error it gives is : " Setup cannot access windows installer components: Setup cannot continue" My system is up to date from the windows update site. Please help. Netframework 1.1 (in the form of dotnetfx.exe) does install to 98/se - see http://www.microsoft.com/downloads/details.aspx FamilyID=262d25e3-f589-4842-8157-034d1e7cf3a3&displaylang=en I get the same message as you did. It's now October, did you got anywhere with it ... ...Show All
Smart Device Development how to connect to internet
Hi, I have cradled my emulator, connected with activesync 3.8 and my desktop has cable internet. Now I'm trying to figure out how to connect to the internet on the emulator. Thanks for the help. Vladimir Fedorov wrote: Once you have the emulator cradled you should have connectivity out of the box. One thing to do is to turn off the NE2000 emulation (File\Configure\Network Tab) before cradling the emulator. Thanks, Vladimir yes. NE2000 is turned off. emulator is cradled and connected thru activesync. When I try to open some website with PIE I get the msg "cannot connect with current connec ...Show All
Microsoft ISV Community Center Forums Excel edit mode
How can i detect "edit mode" in excel macros Thank's for idea(s) Yes but Application.Ready is not an event !!! and tranfsorming a state reading in an event by a timer is ugly and buggen!!!! ...Show All
.NET Development WebService running under user account?
How can I configure a WebService hosted in IIS to run under a particular domain user account The web service connects to SQL Server and I'd like to use integrated security for this rather than SQL login and password. Michael Check to see which application pool your web service is running under, then go the application pool options and change the process identity to the domain user you want to use. You might have to restart IIS afterwards. ...Show All
Visual Studio Express Editions Italian Version for Visual Basic Express 2005
On 7th Nov 2005 I read the notice that "within 2-3 months" it should be launched internationalized versions of Visual Basic 2005 Express. 3 months are gone, but I have not read any advice about the internationalized versions. Thanks for your reply. All localized versions have been released. The installer EXE for Italian is here: http://download.microsoft.com/download/0/5/2/052de04f-f663-414a-ac4b-1eb8679229e7/vbsetup.exe Alternatively, you can install from CD image. To do this, download the ISO version, burn it to a CD, and install VB Express from the CD. A link to the Italian ...Show All
Visual C# No clue about arrays, everything fails ...
I want to fill an array in the constructor of my object, and then use it in in another method. But no matter what I try, I can't get this right. It is too different from how arrays used to be. Either it does not compile, or the array remains null as in the example below. How should I do it class Calendar { private static int day,month; private static int [] daysPerMonth; public Calendar() { day=16; daysPerMonth[1] = 31; daysPerMonth[2] = 28; daysPerMonth[3] = 31; // does not work, daysPerMonth remains null // ... } public static AddDay() { day++; if (day>daysPerMonth[month]) {month++; day=1;} // ... } ...Show All
.NET Development Convert VB to C# for saving/reading an image from Access DB
Hi, I am trying to save and read an image from MS Access DB based on the following article: http://www.vbdotnetheaven.com/Code/Sept2003/2175.asp Right now, I saved images without any errors. After reading the ole object from db, I saved it to C: as imageFromDb.BMP and displayed on the web. But it can not be displayed. After I manually sent the file to wordpad, it shows System.Byte [ ] Now I suspect my saving an image might be wrong. The table has 2 columns: username and userfile. Userfile column shows .ong binary data I can not find a way to verify if data was saved ok But saving does not report any errors. I am attached my saving and ...Show All
SQL Server Could Not Bulk Copy
Hi: I am doing a full snapshot on couple of subcriptions but getting this message from last couple of days. I have to do this at night because tables are very large so it does not block the users. I am not sure which table this error is happening. It used to work fine but from last couple of days this has started to happen. I need to re-sync my subscription database with production database but some of the tables are giving problem. The process could not bulk copy out of table '[dbo].[syncobj_0x3735393934363031]'. I/O error while writing BCP data-file (Source: ODBC SQL Server Driver (ODBC); Error number: 0) ------------------------- ...Show All
Visual FoxPro how to define an array?
I have this situation. There are two functions in a prg file. The first function is major, the second one is simply a container for a large DO CASE ENDCASE clause with about 18 macros for different choices. Those macros do the following (individually): SELECT FROM <table name> WHERE ... INTO ARRAY arr1 The main function gets a cAlias as an output parameter and this parameter is used to address the second function. The return value for the second funct is an above macro. This macro is then used to compactify code and do the SELECT at runtime. The trouble is that the variable array arr1 appears from nowhere in the main function. ...Show All
SQL Server SSIS Variables not changing value?!
Greetings my SQL friends, I have a very simple package which consists of a SQL Task component and a Script Task. The SQL Task retrieves a single value from 1 row table in one of my database and assigns that value to a variable. The Script task simply outputs the value of the variable in to a message box. I know, it's all simple stuff (I am trying to master SSIS ) The problem I have is that when I change the value of the column in my table, the value of the variable is not changing when I re-run my package. It seems to be the same value every time. What am I doing wrong ! Your help would be much appreciated. Hi dreameR, Is your SQL ...Show All
Game Technologies: DirectX, XNA, XACT, etc. XNA Release
So this is the tech preview. If I love it (I'm not even through the presentation yet, but like what I see) then when can expect to be able to use it in a production environment I've taken on responsibilty for setting up the build environment for the studio I work for, and want to be able to tell my boss when this solution will be available for production environments. Or this not released information JTWing - We're glad you like it! This tech preview is our first public pre-release of XNA technology and our first chance to get feedback on such a large scale. At the moment we don't have any upda ...Show All
Windows Forms Clientside controls in IE
Hi all, I've been working on running a clientside control through IE. The control is a dll which comprises of 3 other dll's. Basically the aim is to give the user graphical directory access to pick files for uploading. Currently I have the component working through localhost, but am having trouble getting it to even download from an intranet site. I have tried a ...Show All
Visual Studio Team System Send an email after build
How can I get Team Build to email a log report to certain parties. I read about USINGTASK, but surely someone else has already done this. Users can sign up for build alerts in Visual Studio by going to Team -> Project Alerts and checking the "Build Completes" box. Buck ...Show All
