Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Memos for Visual FoxPro #118

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Sep 19, 2022

  1. Support Memos for Visual FoxPro

    Changes were made specifically for Visual FoxPro
    (TableType::VISUAL_FOXPRO), but it may work for other Versions too
    d4mation committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    048bf90 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2022

  1. Ran php-cs-fixer fix on FoxProMemoCreator

    Referencing luads#118
    d4mation committed Sep 22, 2022
    Configuration menu
    Copy the full SHA
    786db83 View commit details
    Browse the repository at this point in the history
  2. Revert change to MemoFactory::create()

    TableWriter is handling creation of the Memo file, so it doesn't need to
    be done here.
    
    Referencing luads#118
    d4mation committed Sep 22, 2022
    Configuration menu
    Copy the full SHA
    2c4dcd0 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2022

  1. Fix backlist issues

    The Backlist is meant to link to a Database (.DBC) file. Some
    applications (FoxPro specifically, I've noticed) get confused when it is initialized with non-0 values.
    d4mation committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    a7a65c7 View commit details
    Browse the repository at this point in the history