|
| Error33 |
 |
Mon, 14 Aug 2006 08:57:17 +020 |
Hi.
I'm relatively new to sb... How can I handle with error33? I want to copy
a set of email adresses (much more than 3000 characters) to the windows
clipboard. I tried it with something like:
WHILE NOT EOF ("adress")
emails$ = emails$ + EMail.adress + "; "
SELECT NEXT FILE "adress" INDEX "adr_Key"
WEND
COPY FROM emails$
Thx for help!
Loriot
--
Erstellt mit Operas revolutionärem E-Mail-Modul: http://www.opera.com/ |
| Post Reply
|
| Re: Error33 |
 |
Mon, 14 Aug 2006 11:16:20 -040 |
Why use the clipboard? What is it you want to do?
On Mon, 14 Aug 2006 02:57:17 -0400, loriot <loriot@dplanet.ch> wrote:
> Hi.
> I'm relatively new to sb... How can I handle with error33? I want to copy
> a set of email adresses (much more than 3000 characters) to the windows
> clipboard. I tried it with something like:
>
> WHILE NOT EOF ("adress")
> emails$ = emails$ + EMail.adress + "; "
> SELECT NEXT FILE "adress" INDEX "adr_Key"
> WEND
> COPY FROM emails$
>
> Thx for help!
>
> Loriot
>
|
| Post Reply
|
| Re: Error33 |
 |
Tue, 15 Aug 2006 11:13:09 +020 |
Am 14.08.2006, 17:16 Uhr, schrieb Peter Barus <peter@visualpricing.com>:
> Why use the clipboard? What is it you want to do?
>
>
I want to send an email (with outlook) to a list of persons from the
|
| Post Reply
|
| Re: Error33 |
 |
Tue, 15 Aug 2006 12:23:27 -040 |
On Tue, 15 Aug 2006 05:13:09 -0400, loriot <loriot@dplanet.ch> wrote:
> Am 14.08.2006, 17:16 Uhr, schrieb Peter Barus
<peter@visualpricing.com>:
>
>> Why use the clipboard? What is it you want to do?
>>
>>
> I want to send an email (with outlook) to a list of persons from the
> database. exists there a method for that?
>
Seach the .snippets boards, I believe there are several ways to do this, but I
have not built one myself. You should find one or two complete programs I think,
that do what you want. Wish I had more info for you.
|
| Post Reply
|
| Re: Error33 |
 |
Mon, 4 Sep 2006 06:51:57 +1200 |
Did you find the snippet?
We have a simple export function that outputs emails to a text file (CSV)
which can then be imported into the email app but if there is a connective
way to
achieve this I would be interested :-)
"Peter Barus" <peter@visualpricing.com> wrote in message
news:op.teb2heaypcvzm2@tetsumaru...
> On Tue, 15 Aug 2006 05:13:09 -0400, loriot <loriot@dplanet.ch>
wrote:
>
>> Am 14.08.2006, 17:16 Uhr, schrieb Peter Barus
<peter@visualpricing.com>:
>>
>>> Why use the clipboard? What is it you want to do?
>>>
>>>
>> I want to send an email (with outlook) to a list of persons from the
>> database. exists there a method for that?
>>
>
> Seach the .snippets boards, I believe there are several ways to do this,
> but I have not built one myself. You should find one or two complete
> programs I think, that do what you want. Wish I had more info for you.
>
> Peter
|
| Post Reply
|
|
|
|
|
|
|
|
|
|