Skip to content

[VFP] SET BELL TO not implemented #1866

@cpyrgas

Description

@cpyrgas

According to https://hackfox.github.io/section4/s4g127.html, there exist the following SET BELL related commands:

SET BELL ON | OFF
SET BELL TO [ nFreq, nSeconds ]    && MS-DOS version
SET BELL TO [ cWavFile, nNothing ] && Windows, VFP 3 & 5 version
SET BELL TO [ cWavFile ]           && VFP 6 and later, at last!
cBellOnOff = SET( "BELL" )
cWavFile = SET( "BELL" , 1 ) // returns the wav file

In X#, currently only the first form (SET BELL ON/OFF) is supported, the rest are not implemented.

Metadata

Metadata

Assignees

Labels

FoxProFoxPro dialectRuntimeUDCUser Defined Commands

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions