RE: set bell and wav files

2009-04-12 Thread John
, the sounds start firing. If I just run the app, the sounds don't fire John Harvey -Original Message- From: profox-boun...@leafe.com [mailto:profox-boun...@leafe.com] On Behalf Of Fred Taylor Sent: Saturday, April 11, 2009 10:07 PM To: ProFox Email List Subject: Re: set bell and wav files

RE: set bell and wav files

2009-04-12 Thread Eurico Chagas Filho
Use...KEYBOARD '?CHR(7)'+'{ENTER}' E. ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive:

Re: set bell and wav files

2009-04-12 Thread Gianni Turri
Try this: Set Bell To (C:\WAVE_FILES\LASER.WAV) =inkey() clear typeahead ??Chr(7) SET BELL to Gianni On Thu, 9 Apr 2009 19:39:40 -0500, Gerald Foote geraldfo...@bellsouth.net wrote: I am calling this code in a procedure file, nothing happens when I call, it just falls right thru with no

set bell and wav files

2009-04-11 Thread Gerald Foote
I am calling this code in a procedure file, nothing happens when I call, it just falls right thru with no sound.. If I enable the set step on and I resume after it stops, the laser sound plays.. Anyone have any idea what is causing this behavior. Set Bell To (C:\WAVE_FILES\LASER.WAV)

Re: set bell and wav files

2009-04-11 Thread Fred Taylor
Works for me in VFP6/SP5 and VFP9/SP2, XP/SP3. Fred On Thu, Apr 9, 2009 at 5:39 PM, Gerald Foote geraldfo...@bellsouth.netwrote: I am calling this code in a procedure file, nothing happens when I call, it just falls right thru with no sound.. If I enable the set step on and I resume