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 wOOdy-Soft 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: Neil23
  • Content: Threads
  • Order by date
  1. Neil23

    Trace/Debug isn't the same as Run

    I'm trying to make some changes to a pretty complex, messy system. (ACCPAC 6.5 in VFP 6) When I run, I get error messages, but when I try to Trace, I get different results. I need help/suggestions/workarounds for dealing with this situation. Thanks, Neil
  2. Neil23

    Trace/Debug isn't the same as Run

    I'm trying to make some changes to a pretty complex, messy system. (ACCPAC 6.5 in VFP 6) When I run, I get error messages, but when I try to Trace, I get different results. I need help/suggestions/workarounds for dealing with this situation. Thanks, Neil
  3. Neil23

    How do I hunt a v/a/r/i/a/b/l/e/ property?

    I'm trying to add some little functionality tweaks to an ACCPAC 6.5 (Visual FoxPro) installation. I've subclassed the form I'm working on, and written an enhanced version of the method I need, but when I run it, there are things it can't find and I don't know how to search for. When I get the...
  4. Neil23

    can't get added GLAccount Browse to work

    I'm making some changes to an ACCPAC 6.5 system through the Customization Manager. I have to add a couple of General Ledger Account fields to one particular screen. I used the SbtCntMdiAccount class, just like the existing GLAcct fields, but the Browse button won't work. The Browse button uses...
  5. Neil23

    GL Report Generator won't do "Performance Ratios"

    I'm trying to find out why a particular GL report won't produce any data in our installation (ACCPAC Pro Series 6.5). Everything executes, but the report either says "no data found" or is all "N/A"s. I've chased through the code; discovered that GL has its own alien report...
  6. Neil23

    How to Customize a method in cmpsyitemfs?

    I need to modify a validation routine which is in cmpsyitemfs. I have successfully modified several screens with ACCPAC's Customization Manager, but it only subclasses the form and the FormSetManager. How do I "fix" something in cmpsyitemfs of syitem.vcx? TIA, Neil Rest
  7. Neil23

    seeking to watch instantiation

    I'm making some modifications to a convoluted VFP6 system (ACCPAC Pro 6.5). It turned out that my method was crashing because it wasn't attached to the right object, so the variables weren't there. But the object is something created on the fly at instantiation/initialization; I don't know...
  8. Neil23

    report group pagebreak not breaking at new p. 1

    I need a report to break at a group change and restart the page numbering form page 1. (sounded pretty simple) But when I go into Report Group Info, and [X] New Page and Reset Page Number, there isn't a page break at the new group. The page number is correctly reset to 1, but the first page is...
  9. Neil23

    CR SQL turns Access Text into Blobs

    I've written a Crystal SQL Designer (v 8.0, with CR 8.5) query to aggregate detail records from several Access (97) tables into one for reporting. I have the SQL working; it extracts and displays what I want. But when I use the query back in CR, I need to group and subtotal on a text field, and...
  10. Neil23

    main report sequencing of subreport calculations

    I'm new to Crystal Reports, and have been thrown into the deep end of the pool. I'm building a report which centers on a master file with several daughter files. A master record may or may not have a matching record in any daughter, so to list everything, I'm using several subreports; one for...

Part and Inventory Search

Back
Top