677 Posted Topics
Re: as you're were not specific in describing your system i'm assuming you're using linux and the ibm j2sdk. obviously depending on what you've got installed you should change this accordingly. if you have windows.. i don't have a clue what you should do [code] export PATH="/usr/lib/j2sdk1.5-ibm/bin/:$PATH" [/code] | |
Re: hi - i know this is a bit late and you've probably sorted out this issue my instinct would be to have a documents table and a revisions table documents: id, title, summary. revisions: id, document_id, revision_number, file_location, uploaded_by, uploaded_ts... so when you add a new document, for example holiday_form.pdf, … | |
Re: never seen this done anywhere else. such a good idea - only slight problem seems to be that a load of <br/> tags appear - think this is due to the behaviour of the text box/submission? | |
Re: your orders stuff needs looking at. you assume that one person will order a quantity of one book on one order. a better way to do it would be to have multiple order lines belonging to one order; this would allow a customer to make an order for multiple books … | |
Re: [url]http://groups.google.co.uk/group/comp.os.ms-windows.advocacy/msg/ae593375545dff6c?hl=en&[/url] the above may be the kind of thing you're after | |
Re: i dont use SQL Server much these days, but is there not a isNumber() or isNumeric() function? If there isn't im sure writing your own wouldnt be that difficult. Just attempt to cast a varchar as a number and if it succeeds its a number. If it doesnt, it aint. … | |
Re: flash is pretty good for some things, online animation, video, tutorials (vnc2swf etc) but sites that use it for everything are annoying. if a site makes noise of any kind i leave it, if i cant link to a certain page i won't use/reccomend that site. same goes if cant … | |
Re: if nothing else a certification will help you get your foot in the door. i recently landed a job as a mssql dba; i don't think i'd have been invited to the interview if I hadn't got the certification. whether you'll actually learn anything useful while taking the courses (i've … | |
Re: [QUOTE=Katrix36]Hi all, I'm making a on-screen keyboard, for a group of disabled students. I've managed to complete the keyboard but i'm wanting to have an option to set the level of transparentcy. At the moment the alphablend value (the level at which the form is transparent) is set to 150. … | |
Re: i use [url=http://developer.imendio.com/wiki/Planner]planner[/url] | |
Re: Name: peter Height: 6'3'' Weight: 180lbs Hair: black Eyes: brown Location: manchester, uk Age: 22 Hobbies: music, socialising, programming Fav Music: the eels, ben folds, goldfrapp, franz ferdinand, ryan adams, bright eyes, a tribe called quest, outkast, doves... too many to mention Education: IT Work: programmer (clinical systems), soon to … | |
Re: [QUOTE=aish]Ok Elohir, these are my answers, 1) How do you want to be notified... e-mail? pop-up window? Text mail to your phone? [B]I woluld like to send email[/B] 2) How do you want this triggered? In other words, Do you want the date check to run at 12AM every day? … | |
Re: [QUOTE=broncos88]I run MS SQL 2000, database is growing and my concern is the hard drive will soon run out of disk space. i wonder if i can add a new hard drive and tell SQL there is more space. my question is how i can combine the two hard disks … | |
Re: sorry for asking the obvious but what happens if you put in a breakpoint and step into (f7): number:=op_entre_term(sub_expres); do you have error trapping? i'd put a watch on each of the variables you're dealing with too. | |
hi there. have come across this site many times in google results over the years and decided to sign up - it seems a really friendly board. a bit about me.. i'm currently a developer in the clinical sector, although im moving jobs in 3 weeks to be a (mssql) … | |
Re: [url=http://www.indyproject.org/Sockets/Demos/index.iwp]indy demos[/url] | |
Re: this part sounds strange to me: [code] Comp.Caption:='Computer Guesses ' + b; if b<>a then Res.Caption:='Wrong'; if b > a then d:=Inputbox('User Input','Is it less or more?','less'); if b=a then Res.Caption:='Right' [/code] surely the computer's guess can either be correct, lower or higher. [code] if a = b then //snip … | |
Re: [url=http://www.theregister.co.uk/2005/07/01/casino_tattoos_womans_face/]relevant linkage[/url] :) | |
Re: [url=http://www.gimp.org]the gimp[/url] does this, and there is a tutorial on how to do it on their site in the tutorials section. hope this helps | |
Re: this is probably due to the database becoming corrupted yesterday and being restored from a backup. i doubt you'll get them back, obviously that depends on the extent of the corruption to the database and how kind the admins are feeling :) | |
Re: in addition, you could use a user/advert link table and gear it so you can make them click on different banners in order to see different attachments, rather than allow them to see everything after clicking one ad. | |
Re: it comes down to the apps. I use gnome on my laptop as I use it for web (firefox)/email (evolution) /chat (x-chat, gaim) and general productivity (abiword, gnumeric, mrproject) my desktop machine has kde 3.4 installed as I use it for web development as I really like kioslaves, kate, konqueror … | |
Re: [url=http://www.rubyonrails.org]ruby on rails[/url] is on the up. DRY, fast, not too complicated, clean, extensible. | |
Re: [QUOTE=spargelsuppe]Hi there, I need help :o ... I have to solve the following task, a person buys goods and everytime the person receives change. The aim is that the person has as few as possible coins in its wallet. The person has an unlimited value of one dollar coins. And … |
The End.