Problems with ASCII codes in { }147 (7/15/2010 8:02:32 AM) comp.databases.ms-sqlserver hi all I have problems with EdgeCam 12.5, which uses SQL server. So far, 2 signs are being changed to ASCII codes in brackets. Examples are asteriks * as {42} and underscore _ as {95} I have learned to live w... jodleren
Spying on queries from application?18185 (3/3/2010 2:51:32 PM) comp.databases.oracle.server Hi all
We have a management programme, which uses Oracle DB.
We (I) also make some intranet stuff etc for this system, which uses
the same DB.
Now I need to track what this programme does, meaning I wan... jodleren
Getting icon, always defaults to 32 pixels!2214 (1/14/2010 9:23:49 PM) comp.lang.pascal.delphi.misc Hi all
I found this in this group
http://members.aye.net/~bstowers/delphi/examples/imgindex.html
and changed it to what is below
But the d... thing always wants to show me icons in 32x32 pixels,
thou... jodleren
Combobox with suggestions aka windows6287 (1/10/2010 7:54:36 PM) comp.lang.pascal.delphi.misc Hi
This a small thing I do in D4. A plain combobox, but with the
following code:
[I have D4 and it good enough for me. Dont suggest Delphi 2011,
please]
I works well, but I'd like to place the curser a... jodleren
Converting file from word.doc to pdf...20136 (12/30/2009 6:17:38 PM) comp.lang.php Hello
I have a system using expdf and other PDF tools to create PDF
documents.
Now they want an automated system, which can reads word documents and
convert them to PDF
Would that be possible?
WBR
... jodleren
Setting the file time NOW!2109 (12/14/2009 6:27:58 PM) comp.lang.php The code is here
http://e-kontotret.dk/docman/test.php
and the code is below.
I want to set the file time (in the file), and check it with the
file... however, no matter what I do I cannot force the c... jodleren
calling procedure within DPR file (formless programme)1207 (12/14/2009 4:12:48 PM) comp.lang.pascal.delphi.misc Hi all
I have a small programme, which watches changes in a folder. When
changes happen there, windows calls an event - that works well on
forms, but not when my application is formless.
The programme sho... jodleren
Paper sizes in FPDF13333 (11/30/2009 3:59:36 PM) comp.lang.php Hello
I have used FPDF for our documentation, and now they found that we
need bigger sizes - some new drawings are in - I guess - A2. And FPDF
can only handle max A3.
In the file fpdf.php line 119, I ha... jodleren
Text popup over any word/item/hyperlink5160 (11/18/2009 4:13:31 PM) comp.lang.javascript Hi all
I looked around, and can only find items for poping up images.
I want to have a text over a link, the when the mouse is over a link
(and later any text). Link the "alt" over a image (which btw does ... jodleren
executing command with shell_exec()7156 (9/8/2010 4:06:42 PM) comp.lang.php Hi There,
I execute a script in my php script with shell_exec():
$cmd = SCRIPT_PATH."PingGPSsource.py ".$_SESSION['prgIP']." ".
$_SESSION['AVLIP'];
logOutput("cmd:".$cmd);
$avlRet=sh... cerr
2 clients on an MS Access DB?636 (4/22/2009 4:51:24 PM) comp.databases.ms-access Hi all I once wrote about my problem "Could not update; currently locked" http://groups.google.com/group/comp.databases.ms-access/browse_thread/thread/4d3c9467bf901427/d71453b984344234?q=sonnich+ms+access#d714... sonnich(156)
DB crashes and packing233 (4/15/2009 4:48:03 PM) comp.databases.ms-access Hi We have some some systems, which save a lot of detailed/temporary data to an access table (some ~10 tables in a file), and 3-4 tables are heavily updated every half our a summeriser goes over it, puts summ... sonnich(156)
Cannot execute bat files...338 (1/14/2009 4:58:31 PM) comp.lang.php Hi all I dont even know where to ask. Sorry if this should be somewhere else I get this error: Warning: exec() [function.exec]: Unable to fork [\ \server\folder\filename.bat] in C:\Inetpub\wwwroot\somefile.ph... sonnich(156)
New to XML #51223 (12/4/2008 2:57:01 PM) comp.text.xml Hi I thought that XML is simpler... my problem: I am storing some news stories in xml, say: 20081111 name with non english characters text with non english characters the problem is non english charact... sonnich(156)
Setting $_SESSION when not used?432 (9/2/2008 5:04:27 PM) comp.lang.php Hi! // get user to edit if( ($_POST["reply"]=="btn_selusr")||($_POST["btn_selusr"]!="") ) { echo "x:".$_SESSION['username']; $username=stripslashes($_POST["userlist"]); echo "y:".$_SESSION['username'... sonnich(156)
$_SESSION remains when browser is closed1441 (9/2/2008 1:44:39 PM) comp.lang.php Hi I did not notice. A system I have made, seems on one server to keep the $_SESSION even when the browser has been closed... How can I avoid that? WBR Sonnich ... sonnich(156)