Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: markftwain
  • Content: Threads
  • Order by date
  1. markftwain

    Speech Normalization from within XML

    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.
  2. markftwain

    How to integrate child semantics with parent rule in xml grammar

    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...
  3. markftwain

    E_ACCESSDENIED with SAPI 5.3 GetStorageFilename

    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...
  4. markftwain

    HRESULT hr=3D S_OK; ???

    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.
  5. markftwain

    using speech recognition for pronounciation

    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)...
  6. markftwain

    How to return a new object by reference

    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...
  7. markftwain

    moving empty timestamp fields to postgresql

    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...
  8. markftwain

    Setting order of an existing dataset

    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...
  9. markftwain

    Writing COM with C# for visual foxpro

    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...
  10. markftwain

    C# or VB.NET as help to vfp for com objects

    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...
  11. markftwain

    Erasing Ink from inkOverlay.1

    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...
  12. markftwain

    Setting inkEd factoid for application wordlist in VFP

    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...
  13. markftwain

    handwriting recognition in vfp

    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...
  14. markftwain

    &quot;Set refresh to&quot; and Tableupdate() in multi-user environment

    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...
  15. markftwain

    a &quot;simple&quot; way to detect printing from print preview

    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...
  16. markftwain

    Reading .mbs file into vfp table

    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
  17. markftwain

    creating a view with (buffering=.t.)

    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...
  18. markftwain

    Removing a single record from a buffer

    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...
  19. markftwain

    How to debug C0000005 error?

    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...
  20. markftwain

    Changing screen displays under remote desktop application

    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...

Part and Inventory Search

Back
Top