Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Two questions

Status
Not open for further replies.

smoriano

Programmer
Jun 11, 2001
7
ES
Hi all,

Firstable, sorry about my English.

I have two problems that I'm not able to solve, so here we go:

First problem: I have made a simple form (a client card). In that form I have three lists (Combined lists) that I fill from a record group. The question is, the customer wants this field to be autocompleted when He's writing in it. Is that possible?, if the answer is yes, how can I do that?.

Second problem: In the same application there is a form that has a reference to a word document. I have to send the document as an attach within an email. I'm doing this with the winapi.winexec function and MS OUTLOOK, can i do that by coding this?, or maybe i have to use the OLE2 package.

Thanks in advance for all your responses.
 
1. You may use LOVs instead of combo. In this case you should set validate_from_list property to TRUE.
2. It's up to you. Both techniques are not portable. You may also use HOST command to call an existing mail program.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top