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

Cannot use Y column type #123

Open
Mysak007 opened this issue Jul 24, 2023 · 1 comment
Open

Cannot use Y column type #123

Mysak007 opened this issue Jul 24, 2023 · 1 comment

Comments

@Mysak007
Copy link

Mysak007 commented Jul 24, 2023

Hello,
I'm trying to use money type in my DBF file, but I tried all TableTypes and still getting this error: Table not supports Y column type

        $header = HeaderFactory::create(TableType::VISUAL_FOXPRO);

        // příprava tabulky pro faktury vydané
        $invoceTable = new TableCreator(self::FILEPATHINVOICE, $header);
        $invoceTable
            ->addColumn(new Column([
                'name' => 'CASTKA',
                'type' => FieldType::CURRENCY,
                'length' => 19,
                'decimalCount' => 4,
            ]))

Is it a bug or I'm wrong somewhere?
Thanks Michal

@gadget00
Copy link

gadget00 commented May 7, 2024

Hi! Were you able to fix this? Or at least could you share the exact error you got?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants