Hi Mark,
Thanks for sharing the document, we have achieved the expected logic.
Regards,
Priya
Search found 60 matches
- Mon May 06, 2019 2:16 pm
- Forum: Questions & Answers
- Topic: Duplicate Profile getting created
- Replies: 9
- Views: 24205
- Fri May 03, 2019 2:45 pm
- Forum: Questions & Answers
- Topic: Duplicate Profile getting created
- Replies: 9
- Views: 24205
Re: Duplicate Profile getting created
Hi Mark,
Please share the documents
Regards,
Priya
Please share the documents
Regards,
Priya
- Thu May 02, 2019 6:18 pm
- Forum: Questions & Answers
- Topic: Duplicate Profile getting created
- Replies: 9
- Views: 24205
Re: Duplicate Profile getting created
Hi Mark,
We had used function UFUMF1 to load filter component, when we copy this to another function and try to execute we get attached message. When we tried to change in existing function(UFUMF1) that as well wasn't accepted it throws fatal message.
Hence we aren't sure how and where do we add ...
We had used function UFUMF1 to load filter component, when we copy this to another function and try to execute we get attached message. When we tried to change in existing function(UFUMF1) that as well wasn't accepted it throws fatal message.
Hence we aren't sure how and where do we add ...
- Thu May 02, 2019 4:21 pm
- Forum: Questions & Answers
- Topic: Disabling profile in v13
- Replies: 4
- Views: 26195
Re: Disabling profile in v13
Hi Mark,
Yes we are using LANSA V13, and included shipped administration module into our framework.
Regards,
Priya
Yes we are using LANSA V13, and included shipped administration module into our framework.
Regards,
Priya
- Thu May 02, 2019 3:08 pm
- Forum: Questions & Answers
- Topic: Duplicate Profile getting created
- Replies: 9
- Views: 24205
Re: Duplicate Profile getting created
Hi All,
Can someone help on this
Regards,
Priya
Can someone help on this
Regards,
Priya
- Thu May 02, 2019 3:08 pm
- Forum: Questions & Answers
- Topic: Disabling profile in v13
- Replies: 4
- Views: 26195
Re: Disabling profile in v13
Hi All,
Can someone help on this
Regards,
Priya
Can someone help on this
Regards,
Priya
- Tue Apr 30, 2019 10:56 pm
- Forum: Questions & Answers
- Topic: Duplicate Profile getting created
- Replies: 9
- Views: 24205
Duplicate Profile getting created
Hi All,
We have implemented default administration module shipped in V!3 Sp2 framework. While creating new user it uses component UFUMUDX.HTM, but it doesn't check VFPPF06 file to see if the user is already present or not. at present it allows creation of existing users.
We are not sure do we ...
We have implemented default administration module shipped in V!3 Sp2 framework. While creating new user it uses component UFUMUDX.HTM, but it doesn't check VFPPF06 file to see if the user is already present or not. at present it allows creation of existing users.
We are not sure do we ...
- Mon Apr 29, 2019 4:13 pm
- Forum: Questions & Answers
- Topic: Disabling profile in v13
- Replies: 4
- Views: 26195
Disabling profile in v13
Hi All.
When we try to disable a profile in V13 framework using default administration application shifted with framework and then try to login with the disabled profile we get message "This user profile has been disabled - see administrator" when we click on OK button from this message we get ...
When we try to disable a profile in V13 framework using default administration application shifted with framework and then try to login with the disabled profile we get message "This user profile has been disabled - see administrator" when we click on OK button from this message we get ...
- Fri Apr 05, 2019 10:12 pm
- Forum: Questions & Answers
- Topic: JQuery UI Autocomplete
- Replies: 1
- Views: 9186
JQuery UI Autocomplete
Hi All,
We wanted to implement autocomplete logic in WAM filter of V13, referred DM_T2905 and tried to implement in our filter.
But we dont get the list built out of it. Wanted to know if we should defined any condition on field level or should we do any specific configuration on weblets.
I ...
We wanted to implement autocomplete logic in WAM filter of V13, referred DM_T2905 and tried to implement in our filter.
But we dont get the list built out of it. Wanted to know if we should defined any condition on field level or should we do any specific configuration on weblets.
I ...
- Thu Mar 07, 2019 10:46 pm
- Forum: Questions & Answers
- Topic: Using Exec_Os400 command in V13
- Replies: 14
- Views: 33633
Re: Using Exec_Os400 command in V13
Hi Mark,
I tried using the command as you specified but yet no luck favored. We have sufficient authority to execute this command.
Userprofile value when its been hard coded command gets executed as expected but if we pass as parameter then it fails and in log we get below shown error message ...
I tried using the command as you specified but yet no luck favored. We have sufficient authority to execute this command.
Userprofile value when its been hard coded command gets executed as expected but if we pass as parameter then it fails and in log we get below shown error message ...
- Wed Mar 06, 2019 6:06 pm
- Forum: Questions & Answers
- Topic: Using Exec_Os400 command in V13
- Replies: 14
- Views: 33633
Re: Using Exec_Os400 command in V13
Hi Mark,
i tried both the solutions ans its not working.
Thanks,
Priya
i tried both the solutions ans its not working.
Thanks,
Priya
- Tue Mar 05, 2019 5:49 pm
- Forum: Questions & Answers
- Topic: Using Exec_Os400 command in V13
- Replies: 14
- Views: 33633
Re: Using Exec_Os400 command in V13
Hi Mark,
I tried using SYSTEM_COMMAND but using this command im not able to pass values dynamicly
when i tried below command it worked as expected
Use Builtin(SYSTEM_COMMAND) With_Args('X' '(CHGUSRPRF USRPRF(PRIYAD) STATUS(*DISABLED))') To_Get(#STD_NUM)
whereas if pass the value it doesn't work ...
I tried using SYSTEM_COMMAND but using this command im not able to pass values dynamicly
when i tried below command it worked as expected
Use Builtin(SYSTEM_COMMAND) With_Args('X' '(CHGUSRPRF USRPRF(PRIYAD) STATUS(*DISABLED))') To_Get(#STD_NUM)
whereas if pass the value it doesn't work ...
- Tue Mar 05, 2019 5:09 pm
- Forum: Questions & Answers
- Topic: Using Exec_Os400 command in V13
- Replies: 14
- Views: 33633
Re: Using Exec_Os400 command in V13
Hi MarkDale,
Even we had used in V14Sp2 but i wanted to use in V13Sp2 in WAM component.
As Mark had suggested trying to use SYSTEM_COMMAND builtin.
Thanks,
Priya
Even we had used in V14Sp2 but i wanted to use in V13Sp2 in WAM component.
As Mark had suggested trying to use SYSTEM_COMMAND builtin.
Thanks,
Priya
- Tue Mar 05, 2019 3:37 pm
- Forum: Questions & Answers
- Topic: Using Exec_Os400 command in V13
- Replies: 14
- Views: 33633
Using Exec_Os400 command in V13
Hi All,
I wanted to use "Exec_Os400" to execute some OS400 commands in V13 of lansa using WAM, during compilation its shows warning message its not support and would give run time error. Checkin gets completed successfully, and when i try to execute from URL it doesnt give error message nor log ...
I wanted to use "Exec_Os400" to execute some OS400 commands in V13 of lansa using WAM, during compilation its shows warning message its not support and would give run time error. Checkin gets completed successfully, and when i try to execute from URL it doesnt give error message nor log ...
- Tue Feb 19, 2019 4:17 pm
- Forum: Questions & Answers
- Topic: V13 Administrator modul covert to web based application
- Replies: 13
- Views: 31907
Re: V13 Administrator modul covert to web based application
Hi Pablo,
We tried with these and yet filter of User and Authorities is crashing.
Thanks
Priya
We tried with these and yet filter of User and Authorities is crashing.
Thanks
Priya
- Tue Feb 12, 2019 8:51 pm
- Forum: Questions & Answers
- Topic: V13 Administrator modul covert to web based application
- Replies: 13
- Views: 31907
Re: V13 Administrator modul covert to web based application
Hi Pablo,
The component name which u had specified is a function(UFUMF1) but we don'y have option of specifying function name. Even in search we are able to find the component UF_UMF1
Thanks,
Priya
The component name which u had specified is a function(UFUMF1) but we don'y have option of specifying function name. Even in search we are able to find the component UF_UMF1
Thanks,
Priya
- Mon Feb 11, 2019 9:18 pm
- Forum: Questions & Answers
- Topic: V13 Administrator modul covert to web based application
- Replies: 13
- Views: 31907
Re: V13 Administrator modul covert to web based application
Hi Mark,
In our framework we don't have Webevent/Hidden Function as attached screenshot.
When we try to add it in WAM Identifier filter crahes.
Version of LANSA which we use is V13 SP2.
Kindly help us to proceed with this issue.
Thanks,
Priya
In our framework we don't have Webevent/Hidden Function as attached screenshot.
When we try to add it in WAM Identifier filter crahes.
Version of LANSA which we use is V13 SP2.
Kindly help us to proceed with this issue.
Thanks,
Priya
- Fri Feb 08, 2019 11:17 pm
- Forum: Questions & Answers
- Topic: V13 Administrator modul covert to web based application
- Replies: 13
- Views: 31907
Re: V13 Administrator modul covert to web based application
Hi Mark,
We tried using the merge option as you had suggested and found that the screens are showing loading but doesn't display the screen.
Also we could find that the filter component attached to the filter shows the webpage cannot be found.
Kindly help us if we are wrong.
Thanks for your ...
We tried using the merge option as you had suggested and found that the screens are showing loading but doesn't display the screen.
Also we could find that the filter component attached to the filter shows the webpage cannot be found.
Kindly help us if we are wrong.
Thanks for your ...
- Wed Feb 06, 2019 7:13 pm
- Forum: Questions & Answers
- Topic: Recursive call of OAM
- Replies: 7
- Views: 13167
Re: Recursive call of OAM
Hi Rene,
PFA, for the RDML code.
Thanks,
Priya.
PFA, for the RDML code.
Thanks,
Priya.
- Wed Feb 06, 2019 4:34 pm
- Forum: Questions & Answers
- Topic: Recursive call of OAM
- Replies: 7
- Views: 13167
Re: Recursive call of OAM
Hi,
The application gets crashed once we click 'search' button.
There are no trigger functions attached to the respective file used in the component.
Thanks,
Priya.
The application gets crashed once we click 'search' button.
There are no trigger functions attached to the respective file used in the component.
Thanks,
Priya.