Hi all,
Newbie to codebase and thanks for helping!
I'm taking over some code that was written several years ago and while
i was testing, i realized that there is a problem when the name of the
DBF file to be created is more than 10 characters long. The line of
code that i am having problem with is as follow:
_dD4 = d4create ( &_cCB, _szTable, _F4Info, 0 );
Where _szTable contains the path and file name to be created ( eg. C:
\testing\FILENAME ). This will run fine when FILENAME is equal or
less than 10 characters long (ignoring the path).
However, I'm getting an error when FILENAME is more than 10 characters
long and the error i'm having says:
Severe Error Number #: -950
Unexpected Result
u4name_piece()
It will then GPF. Not sure which version of codebase I have but I
assume it's pretty old. Any help are much appreciated, thanks,
Ricky


|