Hello,
I have a char(2000) column in a datawindow that uses the EditMask edit style with an edit mask of 2000 'X's. However, I cannot enter more than 255 characters in it. I tried this in PB12.5 and PB17r3. I could not find any information about a limit of the EditMask edit style so I'm wondering if anybody knows anything about this.
Best regards,
Konstantin
I did check the PB documentation but I cannot see the length limitation listed - even in the PS documentation. However, reverse engineering the PBCAT tables - in particular where the Edit Masks are stored from the DB Painter (pbcatedt) - you see that the DB column "pbe_edit" is declared as VarChar (254). So I'm pretty confident that my old (no wise cracks here) synapse joints are still working OK for the 255 (0-254) as the maximum value . ;-)