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: *

  1. Jan Flikweert

    VFP read sequential files

    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...
  2. Jan Flikweert

    How to respond more the one time to one event?

    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
  3. Jan Flikweert

    Running libfluidsynth-3.dll with rundll32.exe as 64 bit and how to return values

    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...
  4. Jan Flikweert

    Voice command controlling VFP buttons

    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...
  5. Jan Flikweert

    Ongoing 7-day sum or average

    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...
  6. Jan Flikweert

    How to compile 32 bit dll

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

    Winmm Midiin translate from VB to VFP

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

Part and Inventory Search

Back
Top