taupirho, thanks for your persistence.
Unfortunately, I'm not well acquainted with the SQL terminology, so I need more explicit explaination.
Let's use your numbers instead of mine. Here's what I need the numbers to look like.
1 2 3 <--detail row 1
4 5 6 <--detail row 2
7 8 9...
taupirho,
Thanks for the quick reply.
Here is a more concrete example. Note that I need the totals and calculations to appear below the columns that they reference.
Example:
Month 1 Month 2 Month 3
Closed Early 5 7 1
Closed On Time 6...
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...
You have a sharp eye, but it was just a recopying typo. The original code was built with drop boxes which automatically includes the "{}" as placeholders for the begin/end element markers. I had to manually retype the "{}" braces in order for the code to appear in this...
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...
While I did not think the "winminimize..." suggestion was applicable to my own case, I did as you suggested. It worked!!! Then I took the "winminimize..." back out of my STARTUP.WAS and the TERMMSG to CAPTURE still worked. At least one logical conclusion is that...
I made screen shots from the PC that produces TERMMSG in a capture file and used the shots to apply the same settings to my PC:
System>System Options
Data>Data Options General, Data Options Advanced, Data options Paths
Data>Transfer Protocol
Data>Terminal Options
Data>Setup Files
Data>Setup...
knob, your answer makes sense according to the ProComm User's Guide. Maybe it's a PC specific undocumented feature. The TERMMSG content does get sent to the capture file on another PC running similar logic. We're both running Windows 2000.
???
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 "*...
EDI is an old enough concept that you should be able to get plenty of the basics from a used book store and save $$$. (Go for a new book only if you need info on XML or e-commerce concepts.) If there is an "EDI for Dummies" book, I think that would be a good starter.
After you...
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.