Tagged Questions
Member of the xBase family of languages, created by the Nantucket Corporation, and later sold to Computer Associates.
4
votes
11answers
920 views
What is the best way today to maintain clipper 5.3 code?
Are there any successor products on DOS, Windows or Linux?
2
votes
3answers
682 views
How do I launch a WPF app from command.com. I'm getting a FontCache error
I know this is not ideal, but my constraint is that I have a legacy application written in Clipper.
I want to launch a new, WinForms/WPF application from inside the application (to ease transition). ...
1
vote
3answers
68 views
Benefits of migrate a clipper application running on Netware/ipx to Windows server 2003/IP
Anyone knows if there are benefits migrating from netware IPX to Server 2003/IP ?
I´m running a legacy clipper application and I want to add php or java applications.
the actual: environment is:
...
1
vote
5answers
1k views
Record locking problem between linux and Windows
I need to run a bunch of old DOS FoxPro / Clipper applications in linux under DOSEMU.
The programs access their "databases" located on a network server (could be a Windows or
Linux server)
Actually, ...
1
vote
2answers
290 views
What is the most active clipper-like community?
I work for a company that is using Microsoft Visual Foxpro 9. Since Microsoft has abandoned us, we no longer get fresh driver updates (the last was for ODBC was built for VFP version 6.)
Clipper and ...
1
vote
4answers
594 views
DBF Large Char Field
I have a database file that I beleive was created with Clipper but can't say for sure (I have .ntx files for indexes which I understand is what Clipper uses). I am trying to create a C# application ...
0
votes
1answer
30 views
0
votes
2answers
28 views
Extract memo field data from dBase file
I have a MSDOS clipper application that uses dBase as it's database engine, some of it's fields are stored on external files (with .BIN extension), the database file seems to store some binary pointer ...
0
votes
3answers
1k views
Insert a Date field into a Clipper Database using OLE
We're trying to insert data into a clipper database file (DBF file with NTX index file).
For a variety of reasons, we cannot change the database format.
We are currently seeing two issues:
With ...
0
votes
1answer
40 views
Can I implement code snippets at runtime in vb?
I need to port an old Clipper app to vb.net. It relies heavily on user-written macros and indeed would be almost impossible to create without them. As VB is interpreted, I am sure it must be possible ...
0
votes
1answer
226 views
Greenleaf Database Library in C#
I am creating a WPF application that will integrate with an existing system using a Clipper database. I have been working through some issues trying to access char fields with lengths greater than ...
0
votes
2answers
571 views
How do I read data from an xBase/Clipper file in VB6?
DBF file is in C:\dbase\clip53\PRG\stkmenu\WPACK3\
DBF file is called WPACKS.CFG (deliberately not .DBF)
The VB6 code in an ActiveX EXE for opening the database and recordset:
Function ...