Recent content by andrey_anikin

  1. A

    Adding Item to Combobox: Question

    That's another easy option; I just thought that adding a thing to the value list would be the easiest way to achieve what I need. Obviously, will need to resort to the table-based combobox variant.
  2. A

    SendMail using CDO--what's amiss with this code?

    That depends on the SSL settings of the SMTP server you're using - if it requires SSL, you obviously need to set the option to True.
  3. A

    Adding Item to Combobox: Question

    Yes, 2007.
  4. A

    Adding Item to Combobox: Question

    Hi All, I have a small issue with a combobox. It is located on a reminder setup form and is intended to keep e-mail addresses that have been used in the past. I am tryin to achieve that by just adding values to its recordsource in the NotInList event handler. The issue is in the following: if...
  5. A

    SendMail using CDO--what's amiss with this code?

    I have just done the same in my DB tonight, and was getting the same error while debugging - it was because of the wrong SSL settings I provided ( .Item("http://schemas.microsoft.com/cdo/configuration/smtpusessl") was set to True while there wasn't any SSL enabled on the SMTP server). As soon as...
  6. A

    Outlook Tasks over CDO?

    Thanks, I suspected there wasn't any way to do that :( I'm using a remote SMTP server to send mail - so it looks like I won't be able to do anything beyond that.
  7. A

    Outlook Tasks over CDO?

    Hi everyone, I have just made my DB send e-mails bypassing the Outlook installed on the server (couldn't make it to overcome the security alert when no one was logged on to the server) by means of CDO. it works fine, but now I want to make the next step: make the DB send not just e-mails but...
  8. A

    Max number of characters

    I have a similar problem: when I try to save a new record in a table with one field (Memo) containing more than 255 characters, the text to be saved to that field gets truncated to 255 symbols. The textbox where the text is typed is unboud; I use an INSERT query to adda new record to the table...
  9. A

    FE/BE Problem: Can't change field type in linked tables

    Doesn't anyone have a suggestion? I have double-checked the texbox properties and I don't see anything there that can limit the length of the typed-in text to 255 symbols... and yet all that exceeds that size gets cut off! That's really annoying :(
  10. A

    FE/BE Problem: Can't change field type in linked tables

    Thanks, that did help - now I see updated field types when I check the likned tables in the FE. But it didn't solve the problem as such - I am still unable to save remarks having more than 255 characters. The text field control I use for text input on the form is not bound to any datasource - I...
  11. A

    FE/BE Problem: Can't change field type in linked tables

    Hello all, I have an issue with my DB which is split into FE/BE: on the stage of initial design, when I created the data tables, for some of the fields I chose the text type which, as I later discovered, only allows the record to be <=255 characters. I need to have a longer text saved to the...
  12. A

    Problem with e-mailing from Access using ClickYes

    This seems to be a slightly different issue than the one I currently have. As I said, I have a problem each time I open my FE database - to be more exact, when it tries opening the BE DB in the exclusive mode. Each time I have an error saying that the DB I'm trying to open exclusively is already...
  13. A

    Problem with e-mailing from Access using ClickYes

    It's a good piece of advise; but I need to get one problem fixed to be able to do that. Now I actually have my DB split into FE and BE runing on the same server (have had this since the times when I tried to connect to the BE remotely over the LAN), and I have the following issue each time I...
  14. A

    Problem with e-mailing from Access using ClickYes

    Just came into my mind: if all programs terminate when I log off (I use the MS Remote Desktop that comes together with Windows XP), how come that when I log on again, I see everything exactly the way it was when I logged off - all windows open, all programs running? Of course, this is not...
  15. A

    Problem with e-mailing from Access using ClickYes

    As I said, for now I don't see any way to use the BE/FE option - the DB is located inside a LAN and some of the users access it from the outside via a VPN, so they can't "see" the DB server and reach the DB - I tried that and it didn't work out (I asked for help here some time ago, but I guess...
Back
Top Bottom