michaelkrauklis
Programmer
First, while using a form created by ObjectPAL in Paradox 8, I attempt to change the working directory:
setWorkingDir( string String )
Now CP8 tries to close all windows when the working directory is changed, thus doing one of two things:
1)closing my form before the working dir is changed
2)running my form w/ the old working dir, then changing it
I tried to catch the MenuEvent so that it wouldn't close my form window, but to no avail. Any suggestions?
Second, I'm trying to do a simple export of a bunch of tables to text. My main problem is the fact that some of the tables contain Memo fields. Now I've gotten it to output all the fields correctly but some of the memo fields contain newline characters, which messes up all the delimiting. Is there a simple way to get those newline characters out of there before I send it to text? If not I'm sure I can write another program in c or java to do it, but it would be nice if I could ommit that step. I'm very new to paradox, just using it temporarily at work. Thanks! MYenigmaSELF
myenigmaself@yahoo.com
setWorkingDir( string String )
Now CP8 tries to close all windows when the working directory is changed, thus doing one of two things:
1)closing my form before the working dir is changed
2)running my form w/ the old working dir, then changing it
I tried to catch the MenuEvent so that it wouldn't close my form window, but to no avail. Any suggestions?
Second, I'm trying to do a simple export of a bunch of tables to text. My main problem is the fact that some of the tables contain Memo fields. Now I've gotten it to output all the fields correctly but some of the memo fields contain newline characters, which messes up all the delimiting. Is there a simple way to get those newline characters out of there before I send it to text? If not I'm sure I can write another program in c or java to do it, but it would be nice if I could ommit that step. I'm very new to paradox, just using it temporarily at work. Thanks! MYenigmaSELF
myenigmaself@yahoo.com