The Forums on slxdeveloper.com are now retired. The forum archive will remain available for the time being. Thank you for your participation on slxdeveloper.com!
|
|
How can I use a menu entry in the Porgrammcode....
Posted: 02 Dec 06 4:29 AM
|
fiogf49gjkf0d I would like to use the function "MoveContact" in my program code. This Function can be found in Menu "EDIT / Move".
How can I do this?
Can anybody help me?
greeting Frank |
|
|
| |
|
Re: How can I use a menu entry in the Porgrammcode....
Posted: 04 Dec 06 2:12 AM
|
fiogf49gjkf0d Hi Bob no I'm use only 6.2 maybe that is my problem  I've found the Command to use ti´his function but that is not what I want.
Example: I want create a simple way for the User.
There are a Contact and this Contact has a special details View (Own create View) . Set the User the Contact-Type of "Familiy" and in the TEdit-Box type an Name (Accountname) then he/she can save this information over clicking a Save-Button. Now here I will move this Contact with all Histories and Attachments to the Accont what are typed in the TEdit-Box, but I dont now how ?
Sorry for my english but I write not every time in english I'm german.
Can you understud and also help me ?
brgds Frank |
|
|
|
Re: How can I use a menu entry in the Porgrammcode....
Posted: 04 Dec 06 11:54 AM
|
fiogf49gjkf0d Not sure if this is what you're after or not, however, if you wanted to invoke the Move Contact menu item from your script, like from the click of a button, you can do the following:
Application.BasicFunctions.DoInvoke "Function", "Edit:MoveContact"
Hope that helps.
-Ryan |
|
|
|
Re: How can I use a menu entry in the Porgrammcode....
Posted: 06 Dec 06 2:12 AM
|
fiogf49gjkf0d Hi Ryan thanks for reply but..... This function is verry good but the User must selecting an account and then he/she must click ok...... that is to much for the Office I've see the new version of SLX 7 and there are the Function in a readable code. My question now: can I use this code also in SLX 6.2.4 ?
greats frank |
|
|
| |
|