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 Chriss Miller 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: bsutton55
  • Content: Threads
  • Order by date
  1. bsutton55

    Macro substitution syntax

    I am struggling with some macro substitution syntax. I have a label which has the following property "cfilter" set to "SET FILTER TO MYTABLE.ACCEPTED" where the ACCEPTED field is Logical. The code in the doubleclick event is &this.cfilter I am getting unrecognised command verb. What am I...
  2. bsutton55

    CDO in VFP using Office365

    We are due to upgrade our server running SBS2003 to run W2012 using Office 365 hosted exchange. I am told that Collaboration Data Objects (CDO) 1.2.1 is not supported with Outlook 2010 and later versions and am advised to rewrite my VFP CDO code to use Outlook objects. A couple of questions...
  3. bsutton55

    Grid color banding

    I want to display a grid with alternate color rows. The usual way I would do this is using code such as: SetAll("DynamicBackColor","IIF(MOD(RECNO(),2)=0,16777215,8454143)") However the grid in question is showing records displayed in an indexed order - so RECNO() is not the same as line number...
  4. bsutton55

    Error in DLL but not in PRG

    I am getting an error when calling code in a dll - the same line of code works fine outside the dll i.e. if I put it in a prg and call the prg instead of the dll. My calling program passes a form object as a parameter to the dll (or prg). The form object has an array property. I want the dll...
  5. bsutton55

    Registering DLL on W7 pcs

    I am struggling to register a DLL on client PCs. The clients are all W7 Service Pack 1 32 bit. No problems with installing DLL on XP clients! My main application is located in and runs from C:\localapps\. I have copied mynew.dll into the localapps folder on the clients; I have also copied the...

Part and Inventory Search

Back
Top