Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Text to speech
Message
 
 
To
22/10/1998 07:10:11
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Title:
Miscellaneous
Thread ID:
00134541
Message ID:
00149620
Views:
24
John,

VFP can't use named parameters like VB, so you have to pass them to the methods in the proper order. If the method allos a parameter to be optional you can just skip it entirely by using a , ie oSomeServer.SomeMethod(,,, 3 ) to pass the number 3 as the 4th parameter.

>Hi,
> I am looking for ..... I remember that u use MS Speech SDK for help file before....am i right??? I have some question about the SDK..
> How to call the speech engine to read out some word?? As the following??
> Thisform.speech1.speak("Hello World")
>
> Do i need to do initialisation such as xxxmode, or...before i call the speak method??? Again, VB can use field parameter (speech1.function field_parameter:=" ")How can i overcome the weakness of vfp for passing parameter??? I need to do so.....thisform.speech1.function("","",para)??
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform