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 strongm 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

    Icons in Microsoft Word Comboboxes

    thanks guys. Flex/AIR is great, but for this problem i'm constrained to using microsoft word as i want to save the user selection within the document and the people using this function want this in microsoft word. Do you guys have any idea if there are any native image selection widgets, etc...
  2. 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?
  3. NewbieScoobie

    Load simple XML from TextInput to Datagrid

    Hi check out the example at: http://blog.flexexamples.com/2007/09/21/uploading-files-in-flex-using-the-filereference-class/ that shows an example on how to upload a file. You should be able to modify it to do what you want.
  4. 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...
  5. 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...
  6. NewbieScoobie

    Checkbox input converting

    Hi Thanks, but i actually got around it by adding selected{inputvariable==1} in the checkbox. I'm actually using a perl script to access the database and populate xml. Not the most elegant, but work alright.
  7. 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...
  8. 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