I need to create a table of values similar to this:
Category Month 1 Month 2 Month 3
Condition 1 (count) (count) (count)
Condition 2 (count) (count) (count)
Condition 3 (count) (count) (count)
Total of all (sum) (sum)...
My QBasic (4.5) program (that is running in a DOS batch file created and executed by a ProComm Aspect script running under Windows XP) is not working correctly any more.
The program reads a file, and depending on a condition check, writes the output record to one output file or another. The...
Here's the problem code in Microsoft Word (2000) template:
{IF {DOCPROPERTY"Custom_val" } < " " "None" DOCPROPERTY"Custom_val"}++" percent"}
Here's what I'm trying to do:
If Custom_val is empty, return "None" otherwise return the...
I'm trying to do a simple string build based on the results of a conditional test on a custom property field in a WORD template. I'm not using VBA for this; I'm dropping in both the conditional structure and the custom property field name via the INSERT>FIELD>... process. When I run the...
A packaged software application is using MS Word to generate sales contract documents. It is like a mail merge except instead of reading an external data file to populate the varible data like a standard mail-merge, the application runs an SQL query to return field values that then populate...
Given the following code fragment from ProComm 4.6 Build 71
:
STRING m_last_up_date = "10/11/02"
Proc main
SET CAPTURE FILE "test.cap"
SET CAPTURE OVERWRITE OFF
CAPTURE ON
TERMMSG "****************************************`r`n"
TERMMSG "*...
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.