Search found 10 matches

by MikeRoyal
Tue Aug 19, 2025 9:13 pm
Forum: Questions & Answers
Topic: List actions, double click, etc.
Replies: 4
Views: 124291

Re: List actions, double click, etc.

As has been said, right click is more of a windows concept. You can add buttons or icons to the list and then the user can click on the appropriate button/icon to trigger the required action. This approach works well in that it is much clearer to the end user.
by MikeRoyal
Wed Feb 14, 2024 8:35 pm
Forum: Questions & Answers
Topic: Linking Multiple Visualizations on Web
Replies: 1
Views: 12906

Re: Linking Multiple Visualizations on Web

Hi

I think the link below to a similar query answers your question

viewtopic.php?t=2606

Regards
by MikeRoyal
Fri Sep 01, 2023 12:50 am
Forum: Questions & Answers
Topic: Error running VLF-Windows to IBM i
Replies: 11
Views: 133126

Re: Error running VLF-Windows to IBM i

Hi Art

It's a few years since I worked on the windows version of VLF, but I vaguely recall that you need to set the %PATH% environment variable on the windows client to include the path to your VLF folders.

Might be worth checking.

Regards

Mike
by MikeRoyal
Tue Jun 15, 2021 11:50 pm
Forum: Questions & Answers
Topic: checking VLF-ONE permissions
Replies: 4
Views: 7880

Re: checking VLF-ONE permissions

Thanks Dino. Yes, not keen on duplicating data, but think that might be the easiest approach.
by MikeRoyal
Tue Jun 15, 2021 8:54 pm
Forum: Questions & Answers
Topic: checking VLF-ONE permissions
Replies: 4
Views: 7880

Re: checking VLF-ONE permissions

Hi Dino

Thanks for your response. Yes, we use VFPPF06 and VFPPF07 to store the user details, but as all the commands and users are stored with internal references it makes it difficult to use.

As you say, we can store the access to the web page separately, but that was what I was hoping to avoid ...
by MikeRoyal
Mon Jun 14, 2021 8:19 pm
Forum: Questions & Answers
Topic: checking VLF-ONE permissions
Replies: 4
Views: 7880

checking VLF-ONE permissions

Hi

I'm using VLF-ONE to deliver a facilities booking system using VLF-ONE. I need to deliver some of the functionality to external users and want to deliver as a single web page outside of the VLF-ONE framework to avoid the overhead of downloading the whole framework. I don't want to have to write ...
by MikeRoyal
Wed Jun 26, 2019 3:31 am
Forum: Questions & Answers
Topic: Adding Multi Factor Authentication to VLF-ONE
Replies: 8
Views: 21678

Re: Adding Multi Factor Authentication to VLF-ONE

Hi Mark
I’m having trouble compiling the version of VF_ac026o as the methods don’t exist for the ancestor. Any idea what I’m doing wrong?

Mike
by MikeRoyal
Tue Jun 25, 2019 7:23 pm
Forum: Questions & Answers
Topic: Adding Multi Factor Authentication to VLF-ONE
Replies: 8
Views: 21678

Re: Adding Multi Factor Authentication to VLF-ONE

Thanks. I'll give it a try.
by MikeRoyal
Mon Jun 24, 2019 5:53 pm
Forum: Questions & Answers
Topic: Adding Multi Factor Authentication to VLF-ONE
Replies: 8
Views: 21678

Re: Adding Multi Factor Authentication to VLF-ONE

Hi Mark

That's for your detailed response. I'll give it a try. You mentioned checking the IP address. Can you advise the best way of retrieving this? I had thought #sys_web would return this information but can't see a way to do this.

Thanks

Mike
by MikeRoyal
Fri Jun 21, 2019 9:23 pm
Forum: Questions & Answers
Topic: Adding Multi Factor Authentication to VLF-ONE
Replies: 8
Views: 21678

Adding Multi Factor Authentication to VLF-ONE

Hi

I am looking to add Multi factor Authentication to our VLF-ONE application, as it will be accessed outside the corporate network. I found an excellent article on this forum regarding setting up MFA, but I'm not sure how to implement within the VLF-ONE logon process. I can see that I can use a ...