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

    Create CR7 Compiled Report From VB

    Is it possible to create a compiled crystal 7 report from VB? (I am trying to have an e-mailable version of the report for distribution that maintains all formatting) And, if it is possible, what is the code to do so? I have been searching the help, developers help, and the FAQ from this site...
  2. Chopper

    Replication Anomally

    I am using replication on a 2000 database through code (DAO). The replicas are partial replicas and the partial replica is based on an ID in a primary table. When a user logs in, they synchronize and receive just their data based on their ID. The problem occurs on one ID. When the replica...
  3. Chopper

    Synchronization through Code

    I am synchronizing partial replicas using direct synchronization and can see all changes in the partials except additions. i.e. A user adds a record in their partial replica and synchronizes with the full replica. The addition can be seen in the full replica, but when another user synchronizes...
  4. Chopper

    Connecting to SQL Server Database

    I am trying to connect to a SQL Server Database on a remote server and I get an error on the connection string. The information I have is the IP Address, the username and password, and the initial catalogue. The error I get is: Specified SQL Server not found. (so, essentially, it cannot...
  5. Chopper

    Unlocking Protected VBProject to Replace Module via Code

    Greetings, I am writing a patch to be sent out to remote users that will replace a code module with a new module that contains updated code. Their Excel Application is password protected, as is the VBProject. Since the VBProject is protected, I cannot replace it. I know the code to unprotect...
  6. Chopper

    Delete Object in Other Database

    Does anyone know how to delete an object in another database?&nbsp;&nbsp;i.e. Delete a report in DatabaseB.mdb from DatabaseA.mdb<br><br>I have looked for some time for the solution and have had no success.&nbsp;&nbsp;<br><br>Thanks in advance, <br>Chopper<br><br><A...
  7. Chopper

    Bolding Text via Format Function

    I have a text box on a report, that is populated with a string based on certain criteria.&nbsp;&nbsp;The string is rather long (several sentences), and I would like some of the text that is displayed to be in bold font.&nbsp;&nbsp;<br><br>Does anyone know of a good way to do this?<br><br>I had...

Part and Inventory Search

Back
Top