Hi all,
I hope I spelled the word sequential files correct.
I attached an example of this kind of files. How to read this in VFP? Line by line filetostr seems not to be the option. wscript.shell stdin read is also not clear and not well documented.
This is a file from the open source program...
Hi all,
How to respond more then one time on one event?
I made a button class with BINDEVENT in the init method.
I use 154 buttons based on this class. Only one button responds on this bindevent.
Kind regards,
Jan Flikweert
Hi all,
This regards fluidsynth.
First of all an important remark. The VFP code I provided is not a complete working piece of code, but in short to document my questions. I also included C code from an example to illustrate how it should be used.
So my question is not how to get this code...
Hi all,
I managed to get Speech to Command working in VFP. For that part you can see this is a tip. I faced an issue regarding speaking single digits. The solution was using a prefix: f.e. "Box one", "Box two" etc.
Using single digit's the program selects command buttons with f.e. "1", lablels...
Hi all,
Of course there are different ways to calculate a ongoing 7-day sum/average.
I never had a way to use a query. Now I found the way:
***First create a cursor with unique date value
SELECT distinct dt FROM riooldata WHERE EMPTY(dt)=.f. INTO CURSOR unique_data READWRITE
***Then create...
Hi all,
I know VFP cannot handle 64-bit com DLLS.
I supposed using a dll from a x86 distibution will run on VFP.
That does not work.
And here the print screen of Dependencies(x64)
I used the code
DECLARE INTEGER new_fluid_settings IN .\binx86\libfluidsynth-3.dll...
Hi all,
I am working on a midiin solution using WINAPI winmm.dll. I mange to open,start and close midiinput. I do not manage to get response on midiinput messages, except that VFP crashes. Here I have the ost important parts of a VB example, hoping this will help.
I can provide the not fully...
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.