sorry, the variables are irrelevant (hwo could you know) but the 2. question is important, here's the query:
select tblL.*,tblT.desc,tblT.text from tblL left join tblT using(idtblL) where idtblLang=2 || idtblLang is null order by position
idtblLang is in the 2 table (tblT)
andreas owen
im using following statement:
select $tblL.*,$tblT.desc,$tblT.text from $tblL left join $tblT using(id$tblL) where id$tblLang=2 || id$tblLang is null order by position
my problem is that the the enties from the 1. table aren't displayed if there is no entry in the 2. table eventhough i set the...
i wont to display a image from a webserver in c# compact framework on a pocketpc. the only way i found of doing that is to make a request and work with buffers and so on. isn't there a simpler way?
thanks
andreas owen
aowen@swissonline.ch
until now i you added the image to the resource file and yould display it in a picturebox. how can i display a image from a server?
andreas owen
aowen@swissonline.ch
i think your problem is that you don't repaint the datagrid. you have to overwrite the exeisting dataset of the datagrid and then repaint/refresh/... the datagrid. to definatly check the sql-query you could give out the row_count in a popup.
andreas owen
aowen@swissonline.ch
i've got a beculiar problem with a redirect. with firebird it works without problems but the IE wont do it.
i do a metrefresh with following link:
ftp://univers@ftp.univers-werbetechnik.ch
it just wont recognize the username, if i copy the link directly into the adressbar it works but as link...
i'm not 100% sure but to use "$conn->open" $conn would have to be a class width the function open and the variables would have to be seperated width ",". it looks more like as asp-script and not php.
andreas owen
aowen@swissonline.ch
this may be a stupid question but isn't there a function that transforms text input to mssql compatible expressions? for example when i search for "her's" i get a runtime error near s.
andreas owen
aowen@swissonline.ch
i want to open a popup next to the cursor when i use cal(). i always get the message back, tha e is not defined. can someone help?
function getX(e) {
var posx = 0;
if (!e) var e = window.event;
if (e.pageX) {
posx = e.pageX;
} else if (e.clientX || e.clientY){
posx = e.clientX +...
i want fetch a filename from my hard drive or mappen drives and use the name in a form, just the name and not the file. has anyone a idea how i could do that?
thanks
andreas owen
aowen@swissonline.ch
hi there
i'm using the d&d functions in IE and want to limit the d&d functions to the actual window. it shouldn't be possible to drag something from the desktop or any other application into my window (homepage). how can i do that? it's probably something with "ondragenter"
thanks
andreas...
hi there
i'm using the d&d functions in IE and want to limit the d&d functions to the window. it shouldn't be possible to drag something from the desktop or other application into my window. haw can i do that? it's probalby something with "ondragenter"
thanks
andreas owen
aowen@swissonline.ch
hi there,
the easiest way is to go to http://netbox.adz.ch user:test pwd:test
here you can browse through the left tree and drag the element test_elektro.cad to one of the right frames
andreas owen
aowen@swissonline.ch
i forgot to post the parent frame with the drag functions:
function handleMouseMove(tmp) {
if (window.parent.tree.event.button == 1) {
eval('parent.tree.document.all.divDrag' + tmp + '.dragDrop()');
}
}
function handleDragStart(tmp,tmp2) {...
hello i've got a small problem with the data object. i always get the dragged text with "undefined" at the end. why?
source frame:
<html>
<head>
<title>netBox</title>
<link rel="STYLESHEET" type="text/css" href="include/main.css">
<script>
ns4 = (document.layers)? true:false;
ie4 =...
no that's not the problem. i've done it deliberatley this way for sveral reasons and it doesn't matter if i always get the same back or not!!!
andreas owen
aowen@swissonline.ch
is there a workaround for outer joins in mysql? i've got to tables (a,b). what i want to do is select all of a and only the first match from b.
thanks
andreas owen
aowen@swissonline.ch
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.