djsmith9
| Real Name: |
Dave Smith
|
| Joined: |
Jan 2002 (11 years ago) |
| Visits: | 28 |
| Member Points: | 5 |
|
| Primary Role: |
Coder |
| Location: |
USA
|
|
|
|
Email Not Verified!
Once email is verified, we will review and approve the account.
|
|
Web Presence Hidden.
Once above is taken care of, full Profile content will display including back links, about me, my message, custom Profile html,
social networking links, message board signature, company profile, etc.
|
Message Boards Activity4 posts. |
|
Thread 6 of 6 | | Thread Starter or a Reply (but not last) | | | Group |  djsmith9 | TMonthCalendar and OnGetMonthInfo problemsI've noticed a problem with the OnGetMonthInfo event of TMonthCalendar. , , (IE. MonthCalendar1GetMonthInfo(Sender: TObject;, Month: Cardinal; var MonthBoldInfo: Cardinal); ), , For example, the following code is in OnGetMonthInfo:, , If month = 6 Then MonthCal.BoldDays([1,8],Month);, , This works fine if you bring up the calendar in July, then click back to June. But if you bring up the calendar in June, no bold days. It seems to be designed to always be one click late with the bold days. The OnGetMonthInfo fires, but displays one click later. Bold days only work if you click into them from the increment buttons on the interface. I can't believe that Microsoft got Outlook 2000 to work with this thing, so there must be some way around this., , Does anyone know of a workaround for this annoying deficiency? I've tried firing an OnGetMonthInfo by itself to force the bold days but no luck. Otherwise, I'd like to know of any recommendations for a decent calendar with the bold day...  Anonymous | Try such a nice piece of code as Calendar.Date:=Calendar.Date+31;, Calendar.Date:=Calendar.Date-31; to Force that component +) And it will bold the current month)) ---Moonflame_9x |
|
 4182 Hits |  Pascal and Delphi Coding | |
Thread 5 of 6 | | Thread Starter or a Reply (but not last) | | | Group |  NatoGhost | Someone PLEASE HELP!I have started using delphi5 and I am having trouble writing a SIMPLE program. All i need is something that when you click a button will read lines from a textfile called log.dat and allow you to do searchs on it...Can any please help me as I am really new to delphi and dont know where to start, Thanx All, , [+Nato+]  djsmith9 | If all you need is a straight ahead text editor, have a look under the "demos" directory in you Delphi install directory. There's a demo app. of a text editor, quite a nice one in fact. The search functionality is not there though, for string searches, you might have a look at the pos function (system unit). |
|
 1309 Hits |  Pascal and Delphi Coding | |
Thread 4 of 6 | | Thread Starter or a Reply (but not last) | | | Group |  djsmith9 | Re: Someone PLEASE HELP!If all you need is a straight ahead text editor, have a look under the "demos" directory in you Delphi install directory. There's a demo app. of a text editor, quite a nice one in fact. The search functionality is not there though, for string searches, you might have a look at the pos function (system unit). |
 2 Hits |  Pascal and Delphi Coding | |
Thread 3 of 6 | | Thread Starter or a Reply (but not last) | | | Group |  djsmith9 | Re: NMSMTP - Sending EMailsthat server would have to be connected to the Internet for that to happen. Is that the case? Once it's handed off to the server, then your program is done. That server should know how to route it to its destination via the SMTP protocol. |
 2 Hits |  Pascal and Delphi Coding | |
Thread 2 of 6 | | Thread Starter or a Reply (but not last) | | | Group |  NevilleRichards | NMSMTP - Sending EMailsI have to put EMail into a project., , Using the component NMSMTP (Delphi4), I can send mail to others on the same server, but attempts to send mail out to other addresses fails with error 503., , Am I missing something, or is this component limited to mailing round the same server., , If it is so limited, does anyone know of a component which doesn't have this limitation?, , Neville   djsmith9 | that server would have to be connected to the Internet for that to happen. Is that the case? Once it's handed off to the server, then your program is done. That server should know how to route it to its destination via the SMTP protocol. |
|
 4902 Hits |  Pascal and Delphi Coding | |
Thread 1 of 6 | | Thread Starter or a Reply (but not last) | | | Group |  djsmith9 | Re: Fax on LAN and delphi applicationI've never heard of a fax machine being connected to a LAN. It would seem that you'd want to use LAN based modems such as used by "FAXSERVE" or others when developing LAN based faxing products. Fax machines normally interact with phone lines and paper. |
 2 Hits |  Pascal and Delphi Coding | |
|
|