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!

Recent content by baserath

  1. baserath

    Newbie Trigger Question

    Thanks in advance for your help. I am starting to play around with SQL databases via a SQL Server moving up from Access 2000. I am trying to figure out how to have the table index key automatically generated similar to the AutoNumber field type in access. In searching the web I assume I need...
  2. baserath

    Can I force a server based font before CF renders it in pdf format?

    Can anyone tell me if there is a way to force a font that is installed on the server to be rendered correctly when cfoutput and cf document tags are used. I have tried setting the font but it seems to default to a different format. The font I am trying to use is avaiable in TT and Opentyoe...
  3. baserath

    CF/Flex question

    I am having trouble getting a combo box to populate in a sample flex 1.5 environment. Code to populate the combo boxis below: <mx:ComboBox initialize="svcLinks.getCategories.send()" dataProvider="svcLinks.getCategories.result" width="125" id="cboCategory"/> I have defined my webservices...
  4. baserath

    Add text before a report is generated.

    I am new to coldfusion so please forgive me. I was wondering if there is a way to insert text into a coldfusion report before it is rendered in either flashpaper or pdf formats. I was needing a way to add a remark to a report before it was printed but the remark does not need to be stored...
  5. baserath

    convert seconds to minutes

    The divide by 60 is understood. It is changing it from the decilam form on the minute to a form that reports it in the number of minutes and seconds 00:00. I know that 156 seconds is 2.6 minutes what I need reported is 2:36.
  6. baserath

    convert seconds to minutes

    please help i need to convert data that is being stored in number of seconds to minutes the conversion is for a report. Thanks for your help

Part and Inventory Search

Back
Top