Hi,
I have an ASP.net webpage running in a 32 bit application pool within IIS which calls a VFP COM object.
From time to time the initiation of the COM object within ASP.net fails and the webpage has to be renewed before it works again.
But the result of this is that after so many exceptions...
Hi,
I use VS FoxPro 6.5
I have an ASP.NET page with a Fileupload control on it for uploading pictures.
I send the data via COM interop to a FoxPro COM object
using (StreamReader inputStreamReader = new StreamReader(myfile.PostedFile.InputStream))
{...
Did I hit the limitations of Visual FoxPro or is there still a solution or workaround?
Visual FoxPro still runs on all Windows versions without any problems :-) but for connecting it to the internet through IIS I use the dotnet framework (4.5.2). Now there are plans to migrate from windows 2008...
Hi,
Some strange things are happening, I've once build a program with a VFP database with some stored procedures within it like "newAutoId(<Unique ID>)".
Never had any problems with it but I am know extending the program with some new code and I can't call the function "newAutoId" (even where...
Hi,
After the 1...x time spending a half hour typing a message to help someone on a forum and forgetting to CTRL-A CTRL-C to save the text I just typed and finding out that something went wrong while posting the message to the board...[evil]
And pushing the back button doesn't help because the...
Hi,
I decided to improve my web layout skills to Div-based layouts instead of the table based layouts I am used to. While I am a program (who doesn't like layouts, I like functionality) I decided it was time for me to put some energy in changing my layout skills to modern ways.
I found an...
Hi,
I'm developing with VFP 6 SP 5 (06.00.8961.00) for years now, last week mine Vista development computer crashed and I had to reinstall the whole bunch. Now an old customer wanted to have something changed in their application so I made the changes and recompiled the whole bunch into a new...
Hi, I've written an application for a Windows client that is behind a ISA-server (Microsoft Internet Security and Acceleration Server). Now this client has to upload some files to a FTP server outside the ISA server, doing so the client has to use the standard proxy-server installed by default...
Hi, I've written an application for a Windows client that is behind a ISA-server. Now this client has to upload some files to a FTP server outside the ISA server, doing so the client has to use the standard proxy-server installed by default on the ISA server to connect to the Internet where this...
I've written once an application that uploads some files to a FTP server on the Internet. I did this using the nice code from this FAQ faq184-3234 . But the problem now is that one company has placed a ISA 2004 server (Microsoft Internet Security and Acceleration Server 2004) in their network...
Hello, i'm trying to translate this C# code into C++ and I get constantly some exceptions, like on the type byte.
using System;
using System.Security.Cryptography;
using System.Text;
public static string getMd5hash(string tekst)
{
byte[] bs1 = ConvertStringToByteArray(tekst);
return...
Hello,
In the tablebuilder I have added as expression for the primary key this expression str(id)+dtoc(lastdate) where id is of type integer and lastdata is of type date. When I try to add something to the table I get the error message Error building key for index "c:\...table.cdx" tag...
Hello,
What I would like to have is a datagrid component / code to select a row. I am aware of the fact that for that kind of functionality you normally use a datalist. But I would like to have the functionality of sorting the data, and having column headers. The component should display all...
Hello,
I've got three problems existing with the use of the GoldMine 6 DLL. At this moment the program runs once and what it should do add two records to the database works, but the second time I run the program it crashes.
I've marked the three problems with a color, and marked the pice of...
Hello,
I've got a problem with calling functions from a GoldMine DLL. The first time I run mine program everything goes well, but the second time it crashes on the first call to a GoldMine DLL function, the error I get is:
"Microsoft Visual C++ Runtime Library"
"Runtime Error!"...
Hello,
I try to connect to a MS SQL database using the GM5S32.dll. I have set up an BDE allias called "REL" wich connects to a ODBC connection I have set up to connect to a MS SQL database called "GoldMineRelations".
I get an error return code when callig GMW_LoadBDE with the value -8, and...
It’s a very silly question, but I can’t get it to work, and I can’t find a solution now I need it. Yes I can get it to work in VB.NET (using the items collector, but C# doesn’t have it…), but in C# it won’t work…
I have pasted a DataTable from a DataSet to a DataGrid.
When someone double...
Hello,
I've got a little problem. I have a backup from a database on Ms Sql server 2000, now I would like to restore this database to another server, but I don't know how this can be done without having a master DB backedup.
What I did, made the same user on the new database as on the old one...
Hello,
I’ve got a very strange but big deployment problem.
I’ve written an asp.net application with an usercontrol on a webform. The usercontrol reads all picture names out of a mssql database, then it writes a html table with all pictures as “<img”. So all pictures are displayed near each...
Hello,
I’ve a really data intensive VFP app written a few years ago in VFP 6.0 SP5 which needs to be moved from local clients to a terminal server. Only during tests they noticed that the app was taking almost all cpu recources when generating a really complex report for approximately 8...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.