Nick Knight

Show:

What's happening?

  • checkbox in a table

    Hi all, Does any one know if it is possible to embed a checkbox in a table row - which is a bool in the database? So that it will update the data source as well? Thanks Nick.

    2009-10-26 18:49:07 UTC in PHP For Applications - PHP Framework

  • Followup: RE: JasperReport with P4a

    @Lee Hi Lee, the problem looks like Birt cannot find the report. Remember, BIRT is running as a completley seperate process to your PHP script so paths etc are not the same. Use the full path of the file and make sure tomcat has permissions to read it. Nick.

    2009-10-14 14:34:00 UTC in PHP For Applications - PHP Framework

  • Followup: RE: disable the auto increment

    Ahh, figured some of this out: define('P4A_AUTO_DB_SEQUENCES', false); however this caused problems on some pages - watch out for: I set my data sources to default with a setWhere to a zero result set as otherwise on large tables hit the performce too much. Becuase ot his - when you save teh row on a new item the page would go blank. So i had to do a...

    2009-10-13 10:48:44 UTC in PHP For Applications - PHP Framework

  • disable the auto increment

    Hi all, I have been having problems with the autincrement number - which is a nice feature for some situations. But I want to revert to the autonncrement of the data when you do an insert. Can this be done - I have had a hunt around but can't find anything yet? Ta Nick.

    2009-10-13 08:23:42 UTC in PHP For Applications - PHP Framework

  • Followup: RE: JasperReport with P4a

    Hi Lee, I have it all working - as I wrote it, I have put most of the things up on the wiki - what have achevied and what can you not do - can you be more specific please. Ta Nick.

    2009-10-13 08:09:56 UTC in PHP For Applications - PHP Framework

  • memory cleaning up

    Hi all, Becuase of the little BIRT project I did and also a requirement for another project which requires dynamic forms I wanted to verify I am cleaning up properly (which I am certain I am not). When you call build("p4a_class", "myname"), my understanding is that this gets put into an array for the purposes of storing it in the session. But I cannot see any reference...

    2009-10-11 18:53:30 UTC in PHP For Applications - PHP Framework

  • Followup: RE: JasperReport with P4a

    Hi All, Just to let you all know I have added a few other items to the wiki page - a couple of gotchas which got me when I wrote it. If anyone knows the answer the IE issue that would be great:) Also - let me know if you sucsessfully use it and what issues you had. Ta Nick.

    2009-10-06 16:12:58 UTC in PHP For Applications - PHP Framework

  • Followup: RE: JasperReport with P4a

    files sent to yudi, happy to place them somewhere public or if you give email addresses. Whoever produces the documentation - can you port it on the P4a wiki to make sure it is available to help grow the project. Explanation of the files: Report.php should go in the P4a Application root. Birt, report_popup and runreport all go in the objects directory – I put them in a sub...

    2009-10-02 10:43:13 UTC in PHP For Applications - PHP Framework

  • IE and Tooltip

    Hi all, The tool tip on a p4a button i.e.: $this->toolbar->addButton('newcontact', 'actions/kuser') ->setLabel("Add a new contact") ->setAccessKey("C") ->implement('onclick', $this, 'newContact'); Creates the tooltip on the hover over the icon in mozilla fine, but in IE (version 8 but I beleive earlier versions as well). Is this the correct...

    2009-10-02 07:28:51 UTC in PHP For Applications - PHP Framework

  • Followup: RE: JasperReport with P4a

    Hi all those that are interested. I have just written a BIRT P4a module for my system. I chose BIRT over jasper becuase the php javabridge on SF supports BIRT as part of their install. Not only this the BIRT plugin for Eclipse I really like. My modules work but are fairly imature and may not stand the test of open source bug testing! However Any one who wants a copy on teh proviso they...

    2009-10-02 07:25:12 UTC in PHP For Applications - PHP Framework

About Me

  • 2002-11-08 (7 years ago)
  • 644872
  • nickkknight (My Site)
  • Nick Knight

Send me a message