We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
Y
$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
The text was updated successfully, but these errors were encountered:
Hi! Were you able to fix this? Or at least could you share the exact error you got?
Sorry, something went wrong.
No branches or pull requests
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 typeIs it a bug or I'm wrong somewhere?
Thanks Michal
The text was updated successfully, but these errors were encountered: