Very simple.
1. place the Sound in your VL View
Define_Com Class(#PRIM_SOND) Name(#Sound1) Displayposition(3) Left(32) Parent(#COM_OWNER) Tabposition(3) Top(368) Visible(False)
2. Play the sound
#Sound1.FileName := 'error.wav'
#Sound1.Play
3. Make sure the Sounds are saved in the Lansa ...
Search found 78 matches
- Mon Apr 14, 2025 11:26 pm
- Forum: Questions & Answers
- Topic: VL-WEB (V15) and a sound (Beep) when error
- Replies: 1
- Views: 30812
- Fri Feb 21, 2025 12:46 am
- Forum: Questions & Answers
- Topic: Access to tables in different partition
- Replies: 5
- Views: 65216
Re: Access to tables in different partition
Would you not have to access the files via the Load Other Function?
For example file WEBLIB/XXXX is maintained in the the Partition that is set up to use WEBLIB ( your web Partition ). If the you need to access that file from PRDLIB then you would have to do a LOAD OTHER and load WEBLIB/XXXX into ...
For example file WEBLIB/XXXX is maintained in the the Partition that is set up to use WEBLIB ( your web Partition ). If the you need to access that file from PRDLIB then you would have to do a LOAD OTHER and load WEBLIB/XXXX into ...
- Fri Jun 07, 2024 11:56 pm
- Forum: Questions & Answers
- Topic: LANSA Mobile on Iphone/ipad
- Replies: 4
- Views: 18884
Re: LANSA Mobile on Iphone/ipad
I've reported it but still waiting on a resolve.
- Wed Jun 05, 2024 4:40 am
- Forum: Questions & Answers
- Topic: LANSA Mobile on Iphone/ipad
- Replies: 4
- Views: 18884
Re: LANSA Mobile on Iphone/ipad
We are having same issue.
- Sat Jun 12, 2021 12:24 am
- Forum: Questions & Answers
- Topic: Windows Deployment
- Replies: 2
- Views: 9133
Re: Windows Deployment
Thanks - I'll look into this.
- Thu Jun 10, 2021 3:48 am
- Forum: Questions & Answers
- Topic: Windows Deployment
- Replies: 2
- Views: 9133
Windows Deployment
Anyone still deploy windows .dlls via a JIT update? Currently we give users local admin rights so that when they fire up the application X_Start checks the JIT server for any application packages. When we remove the local admin rights, X_Start prompts for an Administrative User/Password in order to ...
- Sat Apr 24, 2021 6:41 am
- Forum: Questions & Answers
- Topic: does LOAD_OTHER between LANSA systems still work?
- Replies: 12
- Views: 856022
Re: does LOAD_OTHER between LANSA systems still work?
Do the Lansa Systems live on the same box ? You could export the objects using the Green Screen lansa Developer Menu and then Import the objects into the new Environment. Once you do that you'll need to Refresh the Object and compile it in the IDE.
I only use LOAD_OTHER exclusively for NON Lansa ...
I only use LOAD_OTHER exclusively for NON Lansa ...
- Sat Apr 24, 2021 5:25 am
- Forum: Questions & Answers
- Topic: LANSA USER GROUP
- Replies: 11
- Views: 32612
Re: LANSA USER GROUP
I'd be interested. Can't come to Florida but would be glad to network online.
Chad
Sherrill Furniture Company
Chad
Sherrill Furniture Company
- Sun Feb 07, 2021 2:26 am
- Forum: Questions & Answers
- Topic: Help W/moving a list between server module, command handler, and view
- Replies: 4
- Views: 12116
Re: Help W/moving a list between server module, command handler, and view
Is your webpage starting a session? It seems your server routine requires a session. If you are testing, try removing the "Session(*REQUIRED)" and see if it works.
- Sat Feb 06, 2021 4:56 am
- Forum: Questions & Answers
- Topic: Help W/moving a list between server module, command handler, and view
- Replies: 4
- Views: 12116
Re: Help W/moving a list between server module, command handler, and view
All your Field_Maps for SRVROUTINE are *INPUT - meaning the routine is just reading the fields and the list. Are the Fields suppose to be output and the list input ? In other words, no variables are returned to the program from that SRVROUTINE.
Best,
Chad
Sherrill Furniture Company
Best,
Chad
Sherrill Furniture Company
- Fri Feb 05, 2021 4:43 am
- Forum: Questions & Answers
- Topic: Bigger screens, more resolution, users can't read the data
- Replies: 4
- Views: 11812
Re: Bigger screens, more resolution, users can't read the data
Hey Art,
We have had the same problem here.
With VLF-WIN, on the users computer > right click the application Icon and go to "Compatibility". Under Compatiblity, there is a button that says something like "Change DPI Settings" > click that button. There is an option that allows you to change from ...
We have had the same problem here.
With VLF-WIN, on the users computer > right click the application Icon and go to "Compatibility". Under Compatiblity, there is a button that says something like "Change DPI Settings" > click that button. There is an option that allows you to change from ...
- Wed Nov 25, 2020 3:49 am
- Forum: Questions & Answers
- Topic: Virtual Field Type
- Replies: 8
- Views: 125729
Re: Virtual Field Type
My 1st question would be why would you not use the Date Field Format ? - Especially if you are using RDMLX tables.
But to answer your question...
What are the Field types of the Virtual Fields you are using? Our company used the same format you are trying to set up and we would use (S8,0) for both ...
But to answer your question...
What are the Field types of the Virtual Fields you are using? Our company used the same format you are trying to set up and we would use (S8,0) for both ...
- Thu Nov 12, 2020 4:36 am
- Forum: Questions & Answers
- Topic: Picklist Visualization
- Replies: 3
- Views: 9924
Re: Picklist Visualization
Hey Art,
I guess that's probably my point. The Dynamic Picklist has a Caption Property and a Value Property. The Caption is the Visible column when placed on a Form, the Value is the visible column when dropped into a Grid/List. I would expect the Caption to always be the visible column.
Thanks ...
I guess that's probably my point. The Dynamic Picklist has a Caption Property and a Value Property. The Caption is the Visible column when placed on a Form, the Value is the visible column when dropped into a Grid/List. I would expect the Caption to always be the visible column.
Thanks ...
- Thu Nov 12, 2020 3:52 am
- Forum: Questions & Answers
- Topic: Picklist Visualization
- Replies: 3
- Views: 9924
Picklist Visualization
I have created a Dynamic Picklist Visualization for a field in one of my files.
#Picklist.Add Caption(#Y071NMU) Value(#Y071ID.AsSTring)
I have added the visualization on an ID Field with the caption of the Name of the record <see above>. For Example, ID= 1, Name = Apples. So if you add the ID ...
#Picklist.Add Caption(#Y071NMU) Value(#Y071ID.AsSTring)
I have added the visualization on an ID Field with the caption of the Name of the record <see above>. For Example, ID= 1, Name = Apples. So if you add the ID ...
- Sat Nov 07, 2020 12:31 am
- Forum: Questions & Answers
- Topic: VLF-WIN V14 SP2 and performance
- Replies: 5
- Views: 56928
Re: VLF-WIN V14 SP2 and performance
Yes & No <grin>
If you look back at the code for "FNCR_DM" in my previous reply, the Method Routine executes a subroutine that will clear both the exchange list and the array List "#PRIM_ACOL<#FNCR_DO>".
I always keep the array list and the exchange list basically the same.
The EXCHANGE list ...
If you look back at the code for "FNCR_DM" in my previous reply, the Method Routine executes a subroutine that will clear both the exchange list and the array List "#PRIM_ACOL<#FNCR_DO>".
I always keep the array list and the exchange list basically the same.
The EXCHANGE list ...
- Wed Nov 04, 2020 1:30 am
- Forum: Questions & Answers
- Topic: VLF-WIN V14 SP2 and performance
- Replies: 5
- Views: 56928
Re: VLF-WIN V14 SP2 and performance
FNCR_DO (RP)
Function Options(*DIRECT)
Begin_Com Role(*EXTENDS #PRIM_OBJT *LISTFIELDS #L_FNCR)
Def_List Name(#L_FNCR) Fields(#FNCRID #FNCRDVID #FNCRSTYL #FNCRFIN #FNCRSHER #FNCRSEQ #FNCRQTY #FNCRCTDT #FNCRSTCD #STSTID #MRRFCFID #MRCFTOIVV #MRCFKDINV #STSTDVNMJ #STSTMFCD #FNFSFLID #FNFSFLNMJ ...
Function Options(*DIRECT)
Begin_Com Role(*EXTENDS #PRIM_OBJT *LISTFIELDS #L_FNCR)
Def_List Name(#L_FNCR) Fields(#FNCRID #FNCRDVID #FNCRSTYL #FNCRFIN #FNCRSHER #FNCRSEQ #FNCRQTY #FNCRCTDT #FNCRSTCD #STSTID #MRRFCFID #MRCFTOIVV #MRCFKDINV #STSTDVNMJ #STSTMFCD #FNFSFLID #FNFSFLNMJ ...
- Sat Oct 31, 2020 2:32 am
- Forum: Questions & Answers
- Topic: VL IDE Deployment Tool: x_run.exe broken
- Replies: 2
- Views: 7782
Re: VL IDE Deployment Tool: x_run.exe broken
Is this for a JIT deployment? We are on V15 and I know somewhere around V13 or V14 the Deployment tool changed. I remember having to call support when we updated because the complete methodology for deployments changed.
On our JIT Deployment our packages have versions (1.0.0.0). You can either ...
On our JIT Deployment our packages have versions (1.0.0.0). You can either ...
- Sat Oct 31, 2020 2:20 am
- Forum: Questions & Answers
- Topic: VLF-WIN V14 SP2 and performance
- Replies: 5
- Views: 56928
Re: VLF-WIN V14 SP2 and performance
Klaus,
Do you request the data straight from the COM Handler or do you have an object that handles getting the data? For example, my com handlers will open an object dedicated for selecting the needed data (#PRIM_OBJT) and request the data from the server and then load that data into a list that the ...
Do you request the data straight from the COM Handler or do you have an object that handles getting the data? For example, my com handlers will open an object dedicated for selecting the needed data (#PRIM_OBJT) and request the data from the server and then load that data into a list that the ...
- Thu Sep 03, 2020 10:23 pm
- Forum: Questions & Answers
- Topic: Prompter Field Data Transfer
- Replies: 3
- Views: 8924
Re: Prompter Field Data Transfer
Instead of creating the prompter within the field itself you can turn the prompter option on after you have placed that field onto a screen.
Define_Com Class(#GOPMPTNO.Visual) Parent(#BODY_HEAD) Displayposition(5) Tabposition(5) Left(4) Top(104) Width(463) Showprompter(True) Readonly(True)
Then ...
Define_Com Class(#GOPMPTNO.Visual) Parent(#BODY_HEAD) Displayposition(5) Tabposition(5) Left(4) Top(104) Width(463) Showprompter(True) Readonly(True)
Then ...
- Tue Aug 18, 2020 6:55 am
- Forum: Questions & Answers
- Topic: VL-WEB - list inside a list
- Replies: 3
- Views: 12901
Re: VL-WEB - list inside a list
Could you not do a Tree View? I have done a Tree List Unlevelled of Parent Parts that will load a list of Child Parts when expanded. I'll be glad to share some of the high points of making it happen if that sounds like what you need.
Best,
Chad
Sherrill Furniture Co
Best,
Chad
Sherrill Furniture Co