6. April 2006 15:22
6. April 2006 16:13
Was meint also Ihr? Lieber ein "Intranet" in Navision (4.0) nachbauen oder die klassische Form (=Web) ?
6. April 2006 18:44
7. April 2006 08:47
7. April 2006 09:00
Die Sessions stellen im Übrigen kein Problem dar, da ausreichend vorhanden.
7. April 2006 17:09
7. April 2006 18:25
navision://client/run?database=c:%5Cmbs-navision%5Cdatenbanken%5Cstandard%204.00%20sp1.fdb%26company=CRONUS%20AG%26target=Form%2021%26view=SORTING(Field1)%26position=Field1=0(10000)%26servertype=NAVISION
7. April 2006 20:10
7. April 2006 20:50
OnCreateHyperlink hat geschrieben:OnCreateHyperlink
The C/AL code in this trigger is executed after the user creates a URL to a form or a report.
Object.OnCreateHyperlink(URL)
Object
A variable of the data type Form or Report and any subtype.
URL
Data type: text or code
Applies to
Forms and reports
Comments
A user can create a URL for the active form or report by clicking for example:C/SIDE fills in the URL parameter with the default URL string to the form. You can change the default value by changing the contents of the string.
- File, Send, Link by E-Mail
- File, Send, Copy Link
- File, Send, Shortcut to Desktop
Example
The following is an example of what a URL string can look like:
navision://client/run?database=c:\database.fdb&company=dot.com&target=form991&forcenewinstance=yes
OnHyperlink hat geschrieben:OnHyperlink
The C/AL code in this trigger is executed after the OnInit trigger is executed for a form and after the OnInitReport trigger is executed for a report.
Object.OnHyperlink(URL)
Object
A variable of the data type Form or Report and any subtype.
URL
Data type: text or code
The trigger executes a URL string.
Applies to
Forms and reports
Comments
A URL can be created with a call to the trigger f.OnCreateHyperlink.
10. April 2006 08:41
10. April 2006 18:30
JanV hat geschrieben:Danke! Nochmal für mich zum Verständnis; dieser Trigger "OnHyperlink" - der würde ausgeführt werden nachdem ich per Verknüpfung auf die Form gelange, oder hab ich das nun falsch verstanden?
[...] this trigger is executed after the OnInit trigger is executed for a form [...]
11. April 2006 08:31
11. April 2006 09:24