Bonjours;
Suite a une migration de 9i à 11g, il ya une évolution pour appeler les différents écrans, au début il y avait un seul menu qui englobé tout les écrans. Dans la novelle version nous avons divisé ce menu en plusieurs sous menus.

J’ai configuré ‘formsweb.cfg ‘ et activer les sous menu mais je n’arrive pas a les appelé séparément.

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
----------------------------------- formsweb.cfg ----------------------------------------------------------------
[FORM1]
form=FORM1
envFile=TRAF1.env
imageBase=codeBase
archive=frmall.jar
webUtilArchive=frmwebutil.jar, jacob.jar
WebUtilLogging=off
WebUtilLoggingDetail=normal
WebUtilErrorMode=Alert
WebUtilDispatchMonitorInterval=5
WebUtilTrustInternal=true
WebUtilMaxTransferSize=16384
baseHTMLjinitiator=webutiljpi.htm
baseHTMLjpi=webutiljpi.htm
baseHTML=webutilbase.htm
colorScheme=swan
lookAndFeel=Oracle
splashScreen=no
width=100%
height=100%
separateframe=false
HTMLbodyAttrs=scroll="no" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"
otherparams=term=C:\Oracle\Middleware\asinst_1\config\FormsComponent\forms\TRAT1.res p_menu=FORM1
#######################################################
[FORM2]
form=FORM2
envFile=TRAF1.env
imageBase=codeBase
archive=frmall.jar
webUtilArchive=frmwebutil.jar, jacob.jar
WebUtilLogging=off
WebUtilLoggingDetail=normal
WebUtilErrorMode=Alert
WebUtilDispatchMonitorInterval=5
WebUtilTrustInternal=true
WebUtilMaxTransferSize=16384
baseHTMLjinitiator=webutiljpi.htm
baseHTMLjpi=webutiljpi.htm
baseHTML=webutilbase.htm
colorScheme=swan
lookAndFeel=Oracle
splashScreen=no
width=100%
height=100%
separateframe=false
HTMLbodyAttrs=scroll="no" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"
otherparams=term=C:\Oracle\Middleware\asinst_1\config\FormsComponent\forms\TRAT1.res p_menu=FORM2
#######################################################
[FORM3]
form=FORM3
envFile=TRAF1.env
imageBase=codeBase
archive=frmall.jar
webUtilArchive=frmwebutil.jar, jacob.jar
WebUtilLogging=off
WebUtilLoggingDetail=normal
WebUtilErrorMode=Alert
WebUtilDispatchMonitorInterval=5
WebUtilTrustInternal=true
WebUtilMaxTransferSize=16384
baseHTMLjinitiator=webutiljpi.htm
baseHTMLjpi=webutiljpi.htm
baseHTML=webutilbase.htm
colorScheme=swan
lookAndFeel=Oracle
splashScreen=no
width=100%
height=100%
separateframe=false
HTMLbodyAttrs=scroll="no" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"
otherparams=term=C:\Oracle\Middleware\asinst_1\config\FormsComponent\forms\TRAT1.res p_menu=FORM3
 
-------------------------------------------------------------------------------------------------
 
 -- CALL_FORM (P_FORM ,HIDE , DO_REPLACE , No_QUERY_ONLY);
P_FORM est le paramétré pour appelle soit FORM1 ou FORM2 ou FORM3.
mais sa ne marche pas