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...
...found the problem, before I can make a call to a stored procedure from the database I have to use the database first!!!!
So I added the code
*just do nothing else then close and open a table
select 0
use mytable again
use
and then there aren't any problems with calling stored procs...
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...
Thanks for your quick responses!
Southbeach, I tried to set a pic as the background image of my "content" div to a pic with a size of 1x900 by adding the css code
background: url(site_pic/shim900.gif);
background-repeat: no-repeat;
But there didn't appear any scrollbars on the right of the...
There were no big changes in the software yet, even if I recompiled the same version of the software the problem occurred.
After clicking the cancel button the application terminates immediately. That's the big problem I can't find out at what place in the source code the problem occurs. So I...
First of all, thanks for all help!
Lets rephrase it simpler:
I have an app with a build from 10-May-2008 called myapp-may.exe
I have the same app with a build from 7-Oct-2008 called myapp-oct.exe
I put both applications on a fresh installed computer into the folder c:\myApp together with...
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.