If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > Delphi, C etc > Configuration OutlookBar

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 06-19-04, 19:06
jrjoliv2003 jrjoliv2003 is offline
Registered User
 
Join Date: Jun 2004
Posts: 5
Configuration OutlookBar

Hi!
I'm JR. I'm Brazilian.I'm new in the group.

I'm learning to program in the Delphi. I'm needing help me.

I have a component OutlookBar. It already is in form, with buttons and text. But I don't know how to bond which button with the forms.

I'm since last Wednesday trying to configure. Here in the Brazil foruns, nobody know.

Help me.

Thank you.

JR.
Reply With Quote
  #2 (permalink)  
Old 06-21-04, 13:59
jrjoliv2003 jrjoliv2003 is offline
Registered User
 
Join Date: Jun 2004
Posts: 5
OutlookBar

Help me, please.

I'm needing this component.

Thank you.

JR.
Reply With Quote
  #3 (permalink)  
Old 06-25-04, 15:26
jrjoliv2003 jrjoliv2003 is offline
Registered User
 
Join Date: Jun 2004
Posts: 5
Configuration Outlookbar

I got this : outlook1.items.item[1,1] = 'contact' then form1.showmodal;

The first number is the header.
The second number is the item of header.

But I want to know what value of click in the button. With this i can to do a new condition.

Thank you.

JR.
Reply With Quote
  #4 (permalink)  
Old 06-25-04, 22:29
jrjoliv2003 jrjoliv2003 is offline
Registered User
 
Join Date: Jun 2004
Posts: 5
Outlookbar

I Got!!!

The solution:
procedure TFormPrincipal.Outlook1ItemClick(Sender: TObject; Item: String);
begin
if Item = 'Contato' then formcontatos.showmodal;
end;


JR.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On