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

    Accessing an android device from within VFP

    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...
  2. Doug Lindauer

    eMail server that lets you send via CDO

    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...
  3. Doug Lindauer

    Do I need MS Word to create and edit a .docx file

    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 =...
  4. Doug Lindauer

    Adding method code to an "AddObject" object

    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...
  5. Doug Lindauer

    Drag and drop from a grid to a grid

    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...
  6. Doug Lindauer

    Add a property to a custom class in class designer

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

    Putting an expression into a grid column, instead of a field value

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

Part and Inventory Search

Back
Top