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 Chriss Miller 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: Nro
  • Content: Threads
  • Order by date
  1. Nro

    Expression evaluate to an illegal value

    I have a new problem with one of my clients. They install a fresh new Windows 11 version on a laptop. and now, the user received a message when he access some screen (sorry, the message was in French so I tried to translate it) Error #: 2005 Message: Error loading file - record n° 115...
  2. Nro

    Type conversion required by the DataType error with a fresh install of Windows 11

    I’ve updated my main dev machine to Windows 11. I’m accessing a SQL Server with a remote view based on an 32 bit ODBC driver. It was working ok with win 10 but now I receive the error message “Type conversion required by the DataType property for field ‘Ae_Debut’ Is invalid” It as date field and...
  3. Nro

    OS() always return Windows 6.02

    I’ve read different posts and the use of OS() function seem very straightforward… but if I use it on Windows 10, Windows 8.2 or Windows 11, I always have the same result : Windows 6.02 I’m using VFP 9. Thanks in advance
  4. Nro

    Parametrized view response time too long

    Ok, I have a very strange problem. English is not my first language, so I’ll try my best to be clear. I have a local parametrized view with some tables, left and right joins. Rushmore tell me that everything is optimized. The main table has 180 000 records. When I do a requery() on one primary...
  5. Nro

    Random "File is in use by another user (Error 108)" in my system

    I’m stuck with this problem for almost a month now : randomly, I receive the massage “File is in use by another user (Error 108)” when I try to open a table. It’s not always the same table, and it appear randomly in my system. The only way I can reproduce the behavior is to open a table on one...
  6. Nro

    Messagebox() behind modal form

    It is a very strange behaviour. I have a grid. Each cell is a container with some textbox and an invisible button (7 columns and 24 lines, it’s a calendar). When the user click on the button, I open a modal form with show(1). So far so good, it’s working well, but sometimes, if I try to show...
  7. Nro

    SQL varchar(max) DataType property for field is invalid

    I have a very annoying problem. I’m using VFP 9 as a front end and for the first time, SQL Server as the back end. I develop in Fox for 34 years now and .NET (with SQL Server) The problem is with the SQL varchar(max). I can create a cursor with a CursorAdapter. I can read the SQL table and it...
  8. Nro

    VFP OLE DB datetime data mismatch

    My problem is very simple, but it involves the VFP OLE DB driver. I have a free table with a datetime field called LASTUPD (timestamp for the last modification). I’m accessing and updating this table with C# and the VS OleDbParameter. For any field other type (decimal, char, …) it’s working...
  9. Nro

    How to detect an empty dataset when I export with Crystal Report

    I have an old app in VFP 9 to print certificate of analysis in PDF, then it’s send to the customer as an e-mail attachment. The process is very automated and the user only have to acknowledge the message and it is sent automatically. Now, sometimes the Certificate produce in PDF is empty. We...
  10. Nro

    VFP Refresh() VS C# Refresh()

    I have a very good experience in VFP 9 and a I’m a beginner in C#. I have a simple questions and I can’t find a good answer to .NET forums. I’m in the process of writing a simple app in C#. In VFP, I can sub-class controls (ex. Label) and put code in the refresh() event ex. : DODEFAULT() IF...
  11. Nro

    Object inheritance from .APP

    I’m programming with Fox for a long time now. I’ve created a lot of utility classes, build from derived classes of FFC, some of them are made from other bases class. I usually distribute an .EXE and I never had to distribute the code of my sources base class. New client, new restrictions. I...
  12. Nro

    Memo field in browse

    Hello Is it possible to open a Memo field programmatically when you browse a file? I can’t use a grid because it’s a legacy application. Thank in advance.
  13. Nro

    VFP 9 and Windows 7 issues

    I have 2 customers who migrate from Win XP to Win 7 (32 and 64). Before the migration, DBF and CDX corruption was very rare. But now, I have a lot of problems with program (a compiled .EXE) crash. It seems that some of the CDX got corrupted after a while. It append to large tables (100000 and...
  14. Nro

    Signature at bottom of page

    Hello I have one report to with the salesman signature printed at the end of the document. I want to print the signature at the bottom of the document. I’d tried to put on the summary band, but it’s not printing at the bottom. I’m using VFP 9 sp2 Thanks in advance. Nro
  15. Nro

    string parsing question

    I’m sorry, but I think it’s a very simple question (and I’m a bit too lazy to search all around…) I have a string delimited with / Ex: 5050/55050/5050/7707/5505/50606/… very very long. I want to create a table with one field and replace the field with the values, like that; 5050 55050 5050 7707...
  16. Nro

    Licencing application

    Hello I want to distribute one application to some targeted public. I’ve always personally installed my apps with InstallShield provided with VFP 9 by the past. Now I want them to buy a licence, registering the application with some copy protection. I was about to create a complex module to...
  17. Nro

    Crystal Viewer and drill down

    Hello. I’m using VFP 9 with Crystal 11.5 viewer. I create the preview in a normal form, and it’s working very well. lcMainCrystalView = "CrystalReports115.ActiveXReportViewer.1" THISFORM.AddObject("CRViewer1","olecontrol",lcMainCrystalView) toReport = "c:\temp\pipo.rpt""...
  18. Nro

    Database name and path

    Hi all. Is it possible to print the database name and path in the page footer of a report? Thanks in advance Nro
  19. Nro

    VBA project contained in it cannot be read

    Hi all. Access 2007 – Windows XP Professional / Windows 7 Ultimate We develop a totally new database in Access 2007. Everything works fine, until now. If the user tries to run one form or access any code, he receives this message: “The database cannot be opened because the VBA project...
  20. Nro

    Acrobat PDF GotFocus Error

    Hello. I open an Acrobat document (PDF) from VFP 9.0. Here some code; LPARAMETERS tcPdfFile AS String DECLARE INTEGER ShellExecute IN shell32.dll ; INTEGER hndWin, ; STRING cAction, ; STRING cFileName, ; STRING cParams, ; STRING cDir, ; INTEGER nShowWin * /h : Start Minimized * /t ...

Part and Inventory Search

Back
Top