-
Hi Stanimir!
You did really a great job.
I'm integrating NAJAX to our web based production planning system and it does a really really good job!!!!
You can be proud!
Bye,
Peter.
2005-10-13 09:33:59 UTC in NAJAX
-
Hi Stanimir!
Thanks a lot! It works pretty fine!
Does it send some header commands?
You do a really great job! Congratulation!!!!
Have a nice day!
Peter.
2005-10-13 07:01:12 UTC in NAJAX
-
Here the code with lot of DB entries:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>NAJAX-Test</title>
<?php
require_once('Person.class.php');
define('NAJAX_AUTOHANDLE', true);
require_once('najax.php');
echo...
2005-10-12 12:09:07 UTC in NAJAX
-
Hi there!
I want to use NACLES. All examples work pretty fine.
But when I'm using something like
<!DOCTYPE ...
<html ....
<head>
<title...
...
</head>
I get by obj.postEvent(event,data) not only one entry in the database, I get several thousands!!!!
When I remove the tags obove I'm getting only one entry!!!
Can anyone help me? I just want to understand the...
2005-10-12 11:53:11 UTC in NAJAX
-
Hi there!
Does anybody know how to use the textrise-value of PDF?
I can't find any function PC4P for this.
Thanks,
Peter.
2002-10-23 09:38:07 UTC in PC4P - PDF Class for PHP
-
Hi there!
I have some big trouble with the PDF-Fonts.
When I use
Courier
Helvetica
Times
everything is fine. But using one of the other standard-fonts I get the following error message:
Fatal error: PDFlib error: Resource configuration file 'pdflib.upr' not found in c:\apache\htdocs\pc4p-040\include\pc4p_text.inc on line 197
I tried to fix it by using
PDF_set_parameter($p...
2002-10-23 08:15:56 UTC in PC4P - PDF Class for PHP