Expand my Community achievements bar.

Robert_Hirst
Robert_Hirst
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • "Hi Robert, can you elaborate further why you thinkdynamic/runtime messaging destinations using JMSAdapter are notviable?"I edited my post shortly afterwards, see bolded text at thebottom. I'd missed classes related to JMS config classes, I'd beenlooking at the LCDS integrated messaging classes and ...

    Type

    Questions

    Views

    876

    Likes

    0

    Replies

    0
  • in reply to tt9488:You will not be able to do any JMS with straight Flex 2.0.1,you need FDS or LCDS too. There's a free but limited version ofLiveCycle Data Services, single CPU no clustering. Have youpurchased Flex Data Services already? If so there may be an upgradepath.edit: and yes, the dynamic ...

    Type

    Questions

    Views

    874

    Likes

    0

    Replies

    0
  • I'm probably missing something, but how do I set theimportant config specifically related to JMS, i.e. what appears inthe <jms> tag for the xml config? I can see the more generic messaging config options, but Ican't find where to set, for instance, the queue JDBC name.

    Type

    Questions

    Views

    874

    Likes

    0

    Replies

    0
  • Thanks! I'd just come to the forums to try and find an answerthat exact problem, and there it was on the first page Just a minor query, the example from the RuntimeConfiguration docs ("Configuring components with a remote object")has a line:ns.setSessionTimeout(30);I can't see this in the javadocs, ...

    Type

    Questions

    Views

    874

    Likes

    0

    Replies

    0
  • I've now tried with 2 other databases:MySQL works perfectly.MSSQL fails with the error "The Java type java.util.Date isnot a supported type."So this might be a question of whether a specific JDBC drivercan map Java's date object to a field correctly.EDIT:I tried experimenting with another JDBC drive...

    Type

    Questions

    Views

    360

    Likes

    0

    Replies

    0
  • I'm just wondering if anyone has had any luck using date/timefields with SQLAssembler, as I'm having a few problems.My update query declaration looks like this:<update-item> <sql>UPDATE Timesheet SET person=#person#,<sniiiiip, lots of fields>, date=#date# WHERE id=#_PREV.id#</sql></update-item> I'm ...

    Type

    Questions

    Views

    987

    Likes

    0

    Replies

    1
  • Have a look at Shared Objects, I think these are the sort ofthing you are after. I think the "Specifying a path" subtopicshould be particularly relevant for sharing the variables/objectsbetween the two swf files.Livedocs- Shared Objects

    Type

    Questions

    Views

    252

    Likes

    0

    Replies

    0
  • I think the best way is to make a label function somethinglike this (just off the top of my head, not tested):public function rate_label(item:Object,column:DataGridColumn):String { return "GBP"+item.prdt_rate;}Then in the DataGridColumn add a property:labelFunction="rate_label"

    Type

    Questions

    Views

    285

    Likes

    0

    Replies

    0
  • That seems like the best way to go about things, thanks.I don't think normal triggers are supported from straight MDBfiles under the Jet engine, but there are afterUpdate events whichcan be fired from forms, so I'll write the code to modify thechanges table there, and tell people not to tweak the ta...

    Type

    Questions

    Views

    408

    Likes

    0

    Replies

    0
  • Thanks for the reply Ed.This is for an internal project which only uses a MDB file,which may be updated by Flex or directly through Access itself, andI'd like any changes made in Access to reflect in Flex fairlyrapidly. I can to switch to MSSQL Standard or Enterprise if it is 100%necessary, but I'd ...

    Type

    Questions

    Views

    402

    Likes

    0

    Replies

    0
Top badges earned by Robert_Hirst
Customize the badges you want to showcase on your profile