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 Chriss Miller 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: biggoober
  • Content: Threads
  • Order by date
  1. biggoober

    Sql-Access Connection problem

    I have 2 windows 7 computers on a network. One has a Sql Server 2008 database, I can connect access 2007 to the sql database from the other computer and everything works fine. But when I close Access 2007, and then run it again, it won't find the database (password is saved). If I do...
  2. biggoober

    On_Format not firing for whole report

    I have several large reports for which that I produce "Tables of Contents". I have a table with two columns, description and pagenumber. In the On_Open module I run a query that clears this table. In the On_Format module of the group header, I add a line to this table, consisting of the group...
  3. biggoober

    GMSPRocs problem

    I am using the demo code in the document that comes with the GMSprocs, and it's killing me. GMV_NV_SetValue is returning a null value for the maxindex and there is nothing in the table it creates in tempdb, although the column names are there. I am pulling my hair out, any tips ?
  4. biggoober

    5 user limit on 15 user license

    I just migrated goldmine sales and marketing 5.5 SQL Server version to a new server. Although we have a 15 user license, it's only letting 5 people on. We get a message that says it's from the server that the "standard license 5 user limit exceeded" .
  5. biggoober

    xp_gmNewRecID missing

    I can't find xp_GMNewRecID in the Master database of this Sql Server version of Goldmine 5.5. How is this extended proc supposed to be installed? Does it come with the installation CDs? Is there somewhere to download it?
  6. biggoober

    bcp problem - OS related?

    I use the following bcp bwsql..saleinfo in saleinfo.txt -f saleinfo.fmt -Usa -P bcp works fine with Sql Server 7.0 on an XP pro box, but the same statement doesn't work with SQL Server 7.0 on an NT based machine I get an "attempt to read unknown version of bcp format file" error. The...
  7. biggoober

    Email and Adobe Acrobat from Access

    I am trying to automate the following process. 1) send report output from several reports to adobe acrobat. 2) merge the resulting pdf files into one file. 3) email the resulting file to an address in an access table. Any tips would be greatly appreciated.
  8. biggoober

    Can page numbering continue on different reports?

    I have 7 reports I would like to run in sequence, and have the page numbers continue acroos the reports (i.e If the first report is one page long, I would like the second report to start with page 2) I have had some luck in putting a routine in the page footer, that opens a table and reads the...

Part and Inventory Search

Back
Top