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: *

  1. NewbieScoobie

    applicationcomplete

    Is there a applicationComplete type event handler for modules? I can use a creatiuon complete but it doesn't do what i want; i.e varibles arent initialised Anyone know a solution?
  2. NewbieScoobie

    getting a selected column in select field

    Hi, i'm quite new to T-Sql and was wondering if i could do the following: select k.name, (select Hours from otherTable where selected = 'Y') as importedfield, (case when k.name = 'timmy' then importedfield else 'no' end) from origtable k order by k.name essentially i want to use the value...
  3. NewbieScoobie

    Suppress Errors

    Hi I'm tying to cast objects to an arrayCollection (here Timesheet Data is the array collection. TimesheetData = event.result.data.row; However; I know that on some occasions objects will be passed to it that it cant handle. Is there anyway to catch the 1034 type conversion error without...
  4. NewbieScoobie

    Mysql Replication

    Hi I'm trying to set up a one way replication server. It all appears ok, but when I get the following errors: [ERROR] Error reading packet from server: Could not find first log file name in binary log index file ( server_errno=1236) ERROR] Got fatal error 1236: 'Could not find first log file...
  5. NewbieScoobie

    Checkbox input converting

    Hi I have some dynamically created checkboxes out of a database. However, the boolean values that are in the database are 0's and 1's (representing true and false) I'd like to use these directly to populate default values of the checkboxes. is there any way to do this conversion? Thanks

Part and Inventory Search

Back
Top