When using SmtpClient to send email the email is often rejected ithe the
error "SHOULD have Date: but does not"
Have tried putting date in the body of the message - still get the same
error
SmtpClient has .Subject but doesn't have .Date field.
Can any one help?
Bill Lancaster
--
View this mes
Il domenica 12 luglio 2009 03:55:12 Marc Carson ha scritto:
> Stefano Palmeri wrote:
> > Il domenica 12 luglio 2009 01:30:26 Stefano Palmeri ha scritto:
> >> PUBLIC SUB Form_MouseWheel()
> >>
> >>
> >> SELECT CASE Mouse.delta
> >>
> >> CASE 1
> >> PRINT "mouse wheel up"
> >> CASE
> When using SmtpClient to send email the email is often rejected ithe the
> error "SHOULD have Date: but does not"
>
> Have tried putting date in the body of the message - still get the same
> error
>
> SmtpClient has .Subject but doesn't have .Date field.
>
> Can any one help?
>
> Bill Lancaster
Hi all,
I'm trying to read the f-spot database to add some tools to this program. I
write few lines in gambas and everything worked fine but no the access to
string fields. this is a part of the code:
Con.Close()
Con.Type = "sqlite"
Con.Host = "/home/rsalas/.gnome2/f-spot/"
Con.Name = "ph
> Hi all,
>
> I'm trying to read the f-spot database to add some tools to this program. I
> write few lines in gambas and everything worked fine but no the access to
> string fields. this is a part of the code:
>
> Con.Close()
> Con.Type = "sqlite"
> Con.Host = "/home/rsalas/.gnome2/f-spot/"
> since I don't see it on default gambas control , I wonder had anyone wrote
> such control ?
>
> for example
> line --> can set the color ,thickness ,shape ,horizontal or vertical
> rectangle --> can set tickness ,the edge color , fill color and edge shape
> circle -->can set tickness , can set th
> Is it possible to have more than one command on a line using some syntax
>
> eg instead of
>
> do something
> if error then
>do_something_else
>return
> end if
>
> write this lik
>
> do something
> if error then do_somethingelse : return (or syntax works)
>
> Regards
>
> Richard
>
No, i
Set tab to any value (I like to set it to = 1 space) and it continues
to = 2 spaces (i.e. highlight a blockof text, press the tab key, and
everything moves 2 spaces to the right). The same is true if I set it to
3 or 4.
KUBUNTU 8.04
Gambas 2.12
Steve.
-
Benoît Minisini wrote:
>
>> since I don't see it on default gambas control , I wonder had anyone
>> wrote
>> such control ?
>>
>> for example
>> line --> can set the color ,thickness ,shape ,horizontal or vertical
>> rectangle --> can set tickness ,the edge color , fill color and edge
>> shape
I see there are TWO places to set the default tab size. One under
Project->Properties->Options and the other under
Tools->Preferences->Editor. A little confusing this, since one is using
the editor to edit the project, it logically follows that the editor
preferences are the item that needs
As you know my tree is in SVN
If I try and rename a directory in the gambas IDE with anything other than
ascii eg progress_notes (not progressnotes), then it won't allow it.
However if I rename the directory outside of the tree then gambas loads it and
shows it ok.
Any solution.
thanks
Rich
I've a question as my project extensively used khtml, mainly for display and
perhaps I could always use another control for display of my html, but I
wondered if there were plans to have an alternate browser in-place before one
can no longer access the khtml control.
Regards
Richard
Stephen Bungay ha scritto:
>I see there are TWO places to set the default tab size. One under
> Project->Properties->Options and the other under
> Tools->Preferences->Editor. A little confusing this, since one is using
> the editor to edit the project, it logically follows that the editor
>
13 matches
Mail list logo