Hello,
I tried each of the suggestions mentioned and the same error occurs.
Unfortunately, once I click ok on the error message box, the application
terminates without displaying any additional information.
I also tried to accomplish this task directly via the Windows API and also was
unsucess
Hi Daniel,
Unless I'm missing something, it sounds like you have a transaction
model- where each "dial-up" operation is a
transaction. In such a model, you'd prolly like to have a
service-date/time and a service completion date-time.
If I was tasked with this, I'd start with adding data colum
Foo Ji-Haw <[EMAIL PROTECTED]> writes:
> I'm trying to 'water down' a utf8-encoded to latin-1. Using
> Encode::encode does the trick, and it replaces character that do not
> fit into latin-1 with a subtitution character (as per the
> documentation)
>
> Can anyone tell me how I can change this cha
Hi all,
I'm trying to 'water down' a utf8-encoded to latin-1. Using
Encode::encode does the trick, and it replaces character that do not fit
into latin-1 with a subtitution character (as per the documentation)
Can anyone tell me how I can change this character to something else,
like a ' '?