I need to be able to automate grabbing a binary file from my Android device from within VFP. In this case the device happens to be a Spektrum iX14 r/c transmitter and the binary file I want to grab is a telemetry file.
I can connect my Android device via USB and it shows up in Windows file...
I have a problem. :) Why do people always have to make life difficult and change things?
Ok, I have 2 different systems in which I'm using CDO (Thank you Mike Gagnon https://www.tek-tips.com/faqs.cfm?fid=4969) to send emails. I HAVE been using free accounts in gmail to send them BUT gmail is...
Hopefully this isn't a stupid question. My current system creates and edits a Word file. Here's a sample of some of the code:
local oWord, wdReplaceAll
wdReplaceAll = 2
oWord = Createobject("Word.Application")
oDocument = oWord.Documents.Open(mWORDFILE)
oRange =...
I'm running VFP9 SP2 on a Windows 7 system.
I'm adding text boxes and check boxes to a container on a form at run time. I'm doing it this way, instead of hard coding the boxes because these boxes will be based on items in a table. The table can be edited by the user to accommodate future...
I have 2 grids connected to 2 tables and I'd like to enable drag and drop between a cell on one grid to the cell on the other but nothing I do seems to make it work. The solutions app shows drag and drop between a listbox and a textbox and I can make that work but not the grid control.
Nothing...
Ok, I'm stuck on this one. Is there some way to a add a property to a class at design time so that it appears in the properties list and is available to other objects in the class at design time?
This is my first attempt to make my own class. It occurred to me that it would be handy to...
I'm not having much luck trying to put a UDF expression into a grid column. I'm using VFP 9 on Win 7.
What I have is an application for a camp. The camp has multiple sessions during the summer. The session table is the one I'm displaying on the grid.
Each session can utilize camp cabins and...
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.