Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: RedLion
  • Content: Threads
  • Order by date
  1. RedLion

    ASP.NET calls VFP COM object but the interop call doesn't create an object

    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...
  2. RedLion

    Saving the content from Asp.NET fileupload with strtofile gives a lot of question marks

    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)) {...
  3. RedLion

    VFP still runs on all windows versions...but the dotnet framework isn't

    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...
  4. RedLion

    VFP6: Stored procedure can't be called anymore?

    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...
  5. RedLion

    IE plugin to save forum messages I type, and spelling control

    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...
  6. RedLion

    Howto set a minimum body height in CSS?

    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...
  7. RedLion

    After reinstall problem with new build executables

    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...
  8. RedLion

    FTP file upload through proxy API function

    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...
  9. RedLion

    Connecting to a FTP using the proxy-server

    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...
  10. RedLion

    Using FTP through ISA-server proxy

    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...
  11. RedLion

    How to translate this code from C# to C++

    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...
  12. RedLion

    VFP9 - tag a date and integer together as primiray key

    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...
  13. RedLion

    Looking for a datagrid to select rows

    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...
  14. RedLion

    3 problems with calling the GoldMine 6 DLL

    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...
  15. RedLion

    VFP crashes while calling a DLL

    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!"...
  16. RedLion

    Error using the function GMW_LoadBDE

    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...
  17. RedLion

    Howto return the currentvalue from a datagrid (Silly question...)

    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...
  18. RedLion

    Restore backup without having the master DB backupped

    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...
  19. RedLion

    Real big deployment problem

    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...
  20. RedLion

    VFP 6.0 SP5 takes almost 100% cpu resources on a terminalserver 2003

    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...

Part and Inventory Search

Back
Top