Expand my Community achievements bar.

Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First

  • 9/27/06
    Hi, I have an application with flex 2.0, flex data servicesand java and I want to access methods of my JAVA classes. So I usethe remoteObject.Here is the code :Test.javapackage beans;public class Test { public Test() { System.out.println("-= Test start =-"); } public String doTest() { return "-= T...

    Views

    997

    Likes

    0

    Replies

    3
  • 9/27/06
    Hi all, i created a jar and put it inside jboss. it implements an event manager, that take trace of the number of prints made by a restricted document. in addition to this control, there is a part that should modify the policy, removing the permissions to print. now i have a problem in connecting to...

    Views

    817

    Likes

    0

    Replies

    2
  • 9/27/06
    Hi all, i am new to Flex and very new to FDS.I have been playing with the Contact and Dashboard samples.We have some CF Flash Forms that have data grids.I want to turn those into Flex apps that use FDS to displaythe data in the grids.There are several other CFC's and other apps that modify theunderl...

    Views

    1.5K

    Likes

    0

    Replies

    6
  • 9/27/06
    Hi,I have 4 different XDP templates and the pdfs are rendered for each template perfectly . So in all 4 different PDFS are generated during runtime. All the 4 templates have different Master Page . My question is can we merge the 4 templates so that only one PDF get generated?I know there are API's ...

    Views

    527

    Likes

    0

    Replies

    1
  • 9/27/06
    Hi,I'm trying to make the CFCRM tutorial works, but i had a lotof issues to make it work.I have CFMX7.2 installed on IIS (port 80) and FDS Expressinstalled on the same server (port 8700).I've successfully installed and tested the CRM version, butwhen i try to make the Coldufion version,i get always ...

    Views

    424

    Likes

    0

    Replies

    1
  • 9/27/06
    Does anyone have example Java client code for sending in a PDF to a Document variable via the web services interface ? I've tried a number of tools to consume the service (MyEclipse, axis) but they choke on the swaRef type that workflow uses for the document variable. I understand swaRef comes from ...

    Views

    526

    Likes

    0

    Replies

    1
  • 9/27/06
    Hi all...We need to find a way for synchronizing directories (like if we were pushing the "Synchronize direcotries now" button) on-demand, from an external program.The Policy Server SDK does not apparently provide a way to do so.Any clue on how we could do this thing? Thanks Umberto

    Views

    551

    Likes

    0

    Replies

    1
  • 9/27/06
    I had assumed this was possible, but I am not so sure now:Is it possible to make an HTTP request using loadXML (to populate a drop-down list, in this case)?

    Views

    580

    Likes

    0

    Replies

    3
  • 9/27/06
    Hi All,I have a form in which I have a button which can upload files (using the event.target property).var myDoc2 = event.target;Well, that button works perfectly but when I add security (the lowest level, just to protect our code) when I want to upload a file the console shows me this error:NotAllo...

    Views

    338

    Likes

    0

    Replies

    0
  • 9/27/06
    Hi All,I have a form in which I have a button which can upload files (using the event.target property).var myDoc2 = event.target;Well, that button works perfectly but when I add security (the lowest level, just to protect our code) when I want to upload a file the console shows me this error:NotAllo...

    Views

    392

    Likes

    0

    Replies

    0