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...
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?
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.
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...
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...
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.
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...
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
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.