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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Foxtrotter

  1. Foxtrotter

    Turn off emails

    How do I turn off emails from this new forum? I have gone to my profile and unselected everything in there under email options and preferences.
  2. Foxtrotter

    ChilkatVFP version 1.33 released

    Is there a way to make a REST call using ChilKatVFP from Foxpro 2.6? Any DLL or FLL's out there that could help?
  3. Foxtrotter

    Fox 2.6 for Windows Max Screen Size

    What can I say? I'm old and forgetful. A LOT has happened in my life since 2015! But, on the other hand, can you believe this Fox 2.6 app is still taking over 1 million orders per year? Even with a max screen width of 1024. :)
  4. Foxtrotter

    Fox 2.6 for Windows Max Screen Size

    Hi All, Can anyone confirm that 1024 is the maximum width for a screen in Fox 2.6? If I change that value to a larger value it just seems to change it back.
  5. Foxtrotter

    Report Writer and Acrobat

    Yes, generally the invoice is one page. I currently am averaging somewhere around 2 seconds per PDF creation using XFRX. With invoices which are small, I have to setup an automatic restart of the app at around 2000 invoices created in order not to crash the app. I think there may be a memory...
  6. Foxtrotter

    Report Writer and Acrobat

    If I am just mass producing PDFs without user interaction, can FoxyPreviewer still be used? An example would be as we create printed invoice copies for our shipping department to work from, we also create a PDF simultaneously from the same Foxpro report to have for our customer service agents...
  7. Foxtrotter

    DBC - "is not a database" error

    Hi guys, I have had a breakthrough. Unknown to me, there was a data folder on one of the systems that contained a copy of the DBC and data tables that only contained sample data. I was able to copy that DBC over and get the system to work. I did have a few tables that it would not relink to...
  8. Foxtrotter

    DBC - "is not a database" error

    That is a possibility. I am using VFP 9 with services packs. How can I tell what version the database is?
  9. Foxtrotter

    DBC - "is not a database" error

    Hi Olaf, Yes, mine looks to match yours: 0B0000000100180000000A. I do not see anything in the code memo for StoredProceduresSource. As a matter of fact, I don't see anything in the code memo for any of the records.
  10. Foxtrotter

    DBC - "is not a database" error

    Yes, I do see those first five rows matching yours. There are no deleted rows in the database. I have packed it and it still shows the same number of records. I also tried removing those objectid=0 records but it did not help. By the way, I have now downloaded all the data files as well so...
  11. Foxtrotter

    DBC - "is not a database" error

    The physical file sizes is 34MB so it isn't near the 2GB limit nor are any of the other DBF files.
  12. Foxtrotter

    DBC - "is not a database" error

    Sorry jrbbldr Yes, the customer exhibits the same problem. That's how it got started. I made a local copy on my machine here offsite in order to try to repair the file. So, yes, the files I am currently working with are copies of the original from the customer and have the same issue. I also...
  13. Foxtrotter

    DBC - "is not a database" error

    Hi Mike/Olaf, I do have the file triple of DBC,DCT and DCX and have checked that there are no deleted records. I would agree that the number of records is extremely high. Many of the records are objectid=0 which makes me think these records are invalid. The file size of the dbc itself is...
  14. Foxtrotter

    DBC - "is not a database" error

    To clarify, if I use databasename.dbc, the recccount() is 218250 records. This is not any of the DBF files themselves. I actually don't have those tables as they are on the customer site. I only copied over the database (dbc,dct,dcx files). Strangely enough, if I use the select statement eg...
  15. Foxtrotter

    DBC - "is not a database" error

    Hi Guys, Thanks for all the comments. Here's what I know so far. The DBC does have records verified by the USE DBC statement instead of open database. Using a utility that Westwind had posted sometime back to determine Foxpro versions from an EXE, it is VFP8. The last backup the customer...

Part and Inventory Search

Back
Top