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, 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
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.