Hi All,
Similar to my previous post, rather then using semantics, is there anyway within XML to change the speech recognition normalization process such that the spoken "to" can be normalized to "two","to","too", or ":" from within the rule expansion?
Thank you.
Hi All
In writing a grammar xml file, I wish to isolate the words "ratio of two to three" and have it written as "2:3". The parent rule will be like "The box's height to width is 2:3" (with the actual spoken words as "The box's height to width is of ratio 2:3." I can achieve the desired results...
Hi experts;
I have exhausted all sources on the net. In trying to improve speech recognition with SAPI 5.3 (on Windows 7 Ultimate 64bit), all goes well until I try to create the registry entry with GetStorageFileName, at which time HERROR is returned as E_ACCESSDENIED. I've taken this from the...
Hi,
Very newbie question:
what does "HRESULT hr=3D S_OK;" mean?
I can't seem to find the meaning of "3D" and the whole statement gives intellisense errors in Visual Studio 2010, yet it is used often on the net.
Thank you for your time.
Hi experts,
Is it possible under C# and WPF to:
1. train the speech recongition engine on a specific word from a WAV file, and
2. having the speech recongition engine return the atomic word with which it hears with the correct lexicon for an XAML document?
For example, as a single user (me)...
Hi experts,
Newbie question: How do I return a new object from a child window back to the calling window? (The child window is to perform edits on the object but only keep those edits if user presses <save>, othewise, no editing is to be kept). I am sure this is done often.
I am using C# with...
Hi,
After establishing a connection to a postgresql database, I am unabe to insert a new record when the source vfp record has an empty timestamp value. The sql syntax of ?varname seems to pass an empty string to the backend postgresql database resulting in postgresql message of wrong data...
Hi experts,
I am very slowly moving from vfp to C#. After much reading I am unable to find a simple answer to this question:
Having created a dataset using the visual foxpro ole db, can the dataset row order be changed based on the value in a specific column without creating a new dataset from...
Hi experts,
This is my first jump into C# (visual studio 2008) from a vfp background. I am trying to expose the methods of the inkAnalyzer to my main vfp program by encapsulating it in a COM object. I have created a windows form in C# that successfully uses the inkOverlay and inkAnalyzer, but I...
Hi experts,
It appears that there are many objects on windows 7 that are accessable to C# and not vfp (e.g., the inkAnalyzer). Is it possible to use c# or vb.net to create a com object for the inkAnalyzer that would expose its methods and events to VFP?
And if so, coming from a vfp background...
Hi experts,
Having successfully displayed strokes on a form using the ActiveX inkOverlay.1, I now wish to erase them.
Given oink is object of class inkOverlay.1, doing this fails:
with thisform.oink
.enabled = 0
.ink.deletestrokes()
.draw(thisform.oInkRectangle)
.enabled = 1
endwith...
Hi experts,
After much reading, I am unable to find the possible factoid settings for the ActiveX inkEd.inkEdit.1 control.
I would like to stop the recognizer from trying to interpret seperate characters as words, or better yet to assign a specefic wordlist or type (e.g, type date) to a...
Hi experts,
I am moving my vfp 9 input from keyboard to handwriting under windows 7 with a wacom pen/pad.
The microsoft inked.inkedit.1 activeX control does a very good job, but seems to lack the rightclick event.
Are there better options available for embedded handwriting recognition for...
Hi all, (this goes to understanding)
Please help with clarification on: "set refresh to 0,n"
If n >0, in a multi-user environment, does "ram" get updated regardless of the buffering scheme being used?
Is it possible that if N >0 for user1 and user2 has completed a write to disk on the same...
Hi All,
Having read everything I can find (including Mike's FAQ), I can't seem to get a "this report has been printed" flag.
As simple as possible, how do you catch the user printing the report by print preview toolbar and report menu while it was being previewed?
I'm using VFP 9 sp2...
Hi,
My email client exports messages into a ".mbs" file. Does anyone know of a utility or method by which vfp can read this file into a standard vfp .dbf file?
Thanks
Hi experts,
I am displaying a grid based on a view. The view needs to be reading from the table buffer. I am unable to add "with (buffering=.t.)" in the view designer, so have resorted to "CREATE [SQL] VIEW " with the needed "with (buffering=.t." The app works correctly until I quit and attempt...
Hi experts,
Details:
A table is optimistically buffered. Multiple records have been read and inserted into the buffer. Some of those records are new to the table and some have been modified. Ooops, one of the new records is a mistake.
Can only the "mistake" record be removed directly without...
Hi experts,
In the click() method of a button, I essentially have:
with this.parent
if vartype(.ox)=[O]
try
do form editor.scx with .ox
catch to oerr
..............
endtry
endif
endwith
This code works well 15 to 20 times before Windows reports the fatal error C0000005...
I post this to give other newbies like myself a head start. I hope it is usefull.
The general problem is correctly displaying a form across a remote desktop connection onto different size monitors.
My setup used a single vfp app with an initial form as the desktop. The displays went from small...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.