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 bkrike 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: phessup
  • Content: Threads
  • Order by date
  1. phessup

    Grand total of UNION groups

    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)...
  2. phessup

    ProComm Aspect + QBasic + Windows XP

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

    MS Word - Can't build string as result of condition test on variable

    Here's the problem code in Microsoft Word (2000) template: {IF {DOCPROPERTY&quot;Custom_val&quot; } < &quot; &quot; &quot;None&quot; DOCPROPERTY&quot;Custom_val&quot;}++&quot; percent&quot;} Here's what I'm trying to do: If Custom_val is empty, return &quot;None&quot; otherwise return the...
  4. phessup

    Construct a string as &quot;IF&quot; condition result

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

    File properties custom field values

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

    TERMMSG to CAPTURE file

    Given the following code fragment from ProComm 4.6 Build 71 : STRING m_last_up_date = &quot;10/11/02&quot; Proc main SET CAPTURE FILE &quot;test.cap&quot; SET CAPTURE OVERWRITE OFF CAPTURE ON TERMMSG &quot;****************************************`r`n&quot; TERMMSG &quot;*...

Part and Inventory Search

Back
Top