Hi all! I am trying to use the functionality of Automations and OCX commands, but I can’t find any help-manuals anywhere. If anyone knows some links to such, please reply them here… I have tried to search the MSDN but with little luck… Thanx in advance Henrik Ohm
Hi Henrik, there are some standard OCX which have been covered quite extensively in this forum, usually the Microsoft ones that ship with Office, e.g. Word Automation. The problem usually is that the OCX is developed by a third party (that means not Microsoft) that does not always add the description of the syntax with it’s OCX. Usually the following helps to get a glimps of the functionality that the OCX offers: 1) define a new variable whereever you want to use that functionality 2) set type as Automation and choose the OCX you want to use 3) in the symbol menu you can then browse the functions of the ocx, though not very detailed. You might aswell try the same kind of procedure with Visual Basic, entering the desired ocx as referencial object, that gives you via the Object Browser more detailed info than the C/AL symbol browser. Saludos Nils
Thank you very much Sorry for late reply. Best regards Henrik Ohm
Better late than never… [;)] Good Luck Nils