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

    how to send emails per script ?

    hi there, is it possible to send emails out of a script (with attachement) ??? the program 'mail' needs some user interaction or i can't find any useful parameter... many thanks
  2. Bamboosch

    how to convert word 6.0/95 macros(german) to word97 vba?

    hi there... Is there a software to automatically convert old wordbasic macros(german!) to word97 vba? i have to convert more than 800! different macros... bamboosch
  3. Bamboosch

    How to set an Alias

    Hi there, i think, it´s a very simple problem. how can i set an alias of a column by a variable ??? this will not work: DECLARE @pID int SET @pID=1015 SELECT customer AS @pID FROM ... is there a way ? thanks ;-) bamboosch
  4. Bamboosch

    Create a Report dynamically

    How can I create Reports dynamically? <br><br>My Tables and StoredProcedures are changing very often, so i can´t work with static reports...<br><br>It is possible to link a Recordset from my Database with CR(7.0), so that it creates a Report depending on the fields in the Recordset? <br>

Part and Inventory Search

Back
Top