How do I use macro substitution in the COPY FILE command.
I want to copy a TEMPLATE.XLS file to one named the CURRENT DATE.
lcflnm = DTOC(DATE())+".XLS"
COPY FILE template.xls TO &lcflnm (does not work)
COPY FILE template.xls TO (lcflnm) (does not work)
Can anyone resolve this?
Thanks,
Harry
Does anyone know of an existing Application that will document a VFP6/7/9 Application providing a "Program Calling" chart (ie, starting at MAIN program list all the programs called and where each is called from)?
Thanks,
Harry
How do I achieve the FUNCTIONALITY of the SYSMENU in a
DEFINED MENU. I'm defining the MENU because I want to be
able to set FONT Attributes.
Specifically -
(1) Having the MENU displayed while in the Command Window - accessible by depressing the ALT Key
(2) Returning to the Command Window...
Anyone out there still using (or used) Pinnacle Publishing's ESCAPE Laser Printer Library?
I need to find out if there are any NEW *.fnt files for
the newer HP LaserJets.
Pinnacle says the product line was sold to OGG SOFTWARE but I can't find them on the net.
TIA
Harry
Have converted a FPW 2.6a Application to VFP (i.e., compiled not rewrote).
Application contains multi screens - each with multi gets controlled by a READ CYCLE MODAL. In VFP 5.0, Applications HANGS UP when attempting to CYCLE thru the Screens using PAGE UP/PAGE DOWN keys. MSKB acknowledges...
Is there any way to use a COMBO BOX that will
(1) permit use of an ARRAY* for SOURCE
(2) incremental search as each CHARACTER is input
(3) show "hit" (hi-lite found item in drop down list)
(4) if entered item not in ARRAY - ADD item to ARRAY
* The DATA for the LIST is in a...
Does anyone know how many KEYBOARD <expc> commands can
be executed simultaneously? (ie, what is the size of the
KEYBOARD buffer? Can the buffer size be modified?)
I'm using an @..EDIT (text editing region) to VIEW/MODIFY
a large MEMO field. I want to place the CURSOR at the END of the TEXT when ever the field is entered. I've tried stuffing the KEYBOARD buffer with {End}'s and {PgDn}'s in the WHEN clause of the Command but it only works if the MEMO
field...
I have directly converted an Application (originally written in FPD, converted to FPW2.6, then to VFP 3.0) to VFP 5.0 -- NOTE: I did not change any of the procedure Commands unless absoultely necessary (no object programming). There are no SCREEN or FORM FILES. All screen commands are hard...
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.