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...
Indeed COMPROP isn't available...
Interesting suggestion about referring the temp file. Will keep that in mind for the next time.
Thanks guys! Speak you later.
Thank you Olaf for clearing things up!!
Finally found a solution by putting all code into base64 on the .net side and reversing on the vfp side :-)
Problem is that the VFP 6.5 strconv function doesn't support base64 but found the next workaround:
lParameters cSrc
DECLARE INTEGER...
Thanks for your quick response!
I have tested it again but writing the file to disk from ASP.net goes without any problems.
The problem is really in the kind of data C# sends to VFP and VFP expect it to be. I've the idea that VFP expects double byte data and C# sends UNICODE 8 or so. But I...
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...
Thanks for all responses!!!
I have tried all responses, but none of them solved the problem.
When I step through it with the debugger it just throws an exception at the point where newAutoId is called.
Within the old program (windows app) everything goes well.
Now the question from my...
Last month the first customer asked me the same question because another company that delivers network support to my client pointed them to this problem. And why did they do it, because they had a company were they are friends with that could develop the same program in dot net language and...
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 Vragabond, I really appreciate it that you go into a discussion about it with me!
To start with your last comment, I just found it the time to put some effort in a more modern way to develop simple websites that consist of 6 pages with the option of online changing the content with a WYSIWYG...
Vragabond thanks for your help and responses!
Lets clear some things up, I develop a lot of big websites which are connected to content management systems and finance systems and all other kind of systems. Those sites are developed with ASP.NET and have a database behind them. And they generate...
And it isn't possible to set the height of the #content to 100%? Within IE8 it all works nice, but within IE7 it doesn't...
What's the best solution then? Set it with javascript? Any idea how the javascript should look like, because content.style.height didn't gave any values as a result...
Already tried something as:
<script>
contentarea.style.height = content.style.height;
</script>
But that didn't do the trick either because content.style.height didn't have a value...
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.