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