Search Results

Showing results 1 to 40 of 71
Search took 0.01 seconds.
Search: Posts Made By: pygmalion
Forum: VB.NET May 5th, 2009
Replies: 10
Views: 952
Posted By pygmalion
Thank you so much for the code, it works amazingly well. The way I arranged it is that user enters everything in a 3rd sheet, while the data is formatted as should be in the other two sheets...
Forum: VB.NET May 5th, 2009
Replies: 10
Views: 952
Posted By pygmalion
Thanks very much, it works like a charm.

Finally, I'm having difficulty with the option of being able to apply the query to many entries at the same time (which are just entered one under the...
Forum: VB.NET Apr 27th, 2009
Replies: 10
Views: 952
Posted By pygmalion
Thanks for your answer. Here's the original code (created automatically, as you had suggested), which I then intermingled with other code I found in online examples. Maybe I should go back and depart...
Forum: VB.NET Apr 26th, 2009
Replies: 10
Views: 952
Posted By pygmalion
Thank you very much for your answer. I did what you said and it worked fine. Now, when I try to tweak the code somewhat to get what I ultimately want, I start getting nasty errors.

This is the...
Forum: VB.NET Apr 23rd, 2009
Replies: 10
Views: 952
Posted By pygmalion
Hi

I'm posting this here, because i'm not sure where else and i have a gut feeling i will be doing this with VB.

My goal is the following:
I have an Access database (with four fields, of which...
Forum: Windows NT / 2000 / XP Apr 8th, 2009
Replies: 5
Views: 571
Posted By pygmalion
I'dd add this (http://www.amazon.com/English-Grammar-Dummies-Geraldine-Woods/dp/0764553224/ref=sr_1_1?ie=UTF8&s=books&qid=1239203792&sr=1-1) to the list too.
Forum: Computer Science Apr 8th, 2009
Replies: 2
Views: 495
Posted By pygmalion
As far as I am aware, there are no fundamental differences between standard BNF and Extended Backus-Near Form, spare a few extra syntactic features.
I'd advice learning it to an extent where such...
Forum: IT Professionals' Lounge Apr 8th, 2009
Replies: 19
Views: 1,378
Posted By pygmalion
I don't think certifications are unprofessional, but if you're looking to boost your career, I'd spend more time working on aspects such as getting in a good school, graduating with honors, doing...
Forum: IT Professionals' Lounge Aug 12th, 2008
Replies: 18
Views: 2,614
Posted By pygmalion
Well, unknowingness often preceeds ridiculization.
PHP (based on C,C++ and Java) is the strongest scripting language since Perl and is used extensively worldwide. I know of a few companies who do...
Forum: PHP Jun 5th, 2008
Replies: 16
Views: 5,836
Posted By pygmalion
that's no problem. thanks so much for your continuous efforts.

anyone else got any idea? it's of quite an importance to me to make this work.
Forum: PHP Jun 5th, 2008
Replies: 16
Views: 5,836
Posted By pygmalion
exactly, so that's the problem. i know what i want it to do, i just don't know how i can do it from outside the form-tag.

to sum up, what i had (working) before:

echo "<FORM ACTION=\"\"...
Forum: PHP Jun 5th, 2008
Replies: 16
Views: 5,836
Posted By pygmalion
ok, this is working now, but when playing the file, he does not know the extension.
so the problem remains: the if-statement works only to display (echo) what file is playing (specific extension),...
Forum: PHP Jun 5th, 2008
Replies: 16
Views: 5,836
Posted By pygmalion
the following is from the original code:

echo "<FORM ACTION=\"\" METHOD=POST onSubmit=\"return dropdown(this.parts)\">";
echo "<select name=\"parts\"><option value=\"\"> - Select Part -...
Forum: PHP Jun 5th, 2008
Replies: 16
Views: 5,836
Posted By pygmalion
hi again.

your code does work. i'm just not sure how to 'implement' -if you will- the return-statement in your if-statement. do you see what i mean?
Forum: PHP Jun 2nd, 2008
Replies: 16
Views: 5,836
Posted By pygmalion
[sorry for the delay in answering, had a few issues these last few days.]

actually, no javascript function is called, instead the submit just returns the file-name associated with the selected...
Forum: PHP May 23rd, 2008
Replies: 16
Views: 5,836
Posted By pygmalion
I understand what you mean here, but i don't see how i can put the condition in the form-tag. can you help me with that please?

very much appreciated
pygmalion
Forum: PHP May 23rd, 2008
Replies: 16
Views: 5,836
Posted By pygmalion
thanks for your spontaneous answer. i have tried to incorporate my intended actions into your system, but it doesn't seem to function. what am i doing wrong?

here's my code:
<?php
...
Forum: PHP May 23rd, 2008
Replies: 16
Views: 5,836
Posted By pygmalion
hi

i have the following complication. i have created a form which contains a drop-down list and a submit-button, which streams the file selected in the list. recently, i have been asked to add a...
Forum: Network Security Sep 4th, 2007
Replies: 5
Views: 3,191
Posted By pygmalion
a lot of hackers are attempting to hack government servers, for obvious reasons.

i doubt their atomic arsenal can be triggered by a casual server connected to the internet. :X

also, already in...
Forum: C# Aug 29th, 2007
Replies: 8
Views: 1,710
Posted By pygmalion
i'd thouroughly advice on O'Reilly's Learning C#, 2nd Edition...
Forum: C# Aug 29th, 2007
Replies: 3
Views: 703
Posted By pygmalion
you can create arrays of arrays with multi-dimensional rectangular arrays:
int[,] intArray = new int[4,5]; // 4 rows on 5 columns or jagged arrays:
int[][] intArray = new int[][];
following the...
Forum: C# Aug 29th, 2007
Replies: 2
Views: 1,744
Posted By pygmalion
as you're trying to enable validation in a webpage, why not use JavaScript?

else, you can still implement regular expressions in your code to check on input fields. this you can do in your...
Forum: Posting Games Jun 28th, 2007
Replies: 202
Views: 23,248
Posted By pygmalion
because it's by day :)
Forum: C# May 27th, 2007
Replies: 0
Views: 1,825
Posted By pygmalion
hi

i've been trying to program a solution for the knight's tour problem. i wanted to use recursive backtracking in order to accomplish this.
this is what i have so far. i keep getting stack...
Forum: Geeks' Lounge May 17th, 2007
Replies: 24
Views: 15,091
Posted By pygmalion
for anyone who hasn't seen it, watch this. Bill Gates presenting the (then) new Windows 98 OS Live on CNN:

http://www.youtube.com/watch?v=RgriTO8UHvs (http://www.youtube.com/watch?v=RgriTO8UHvs)
Forum: Geeks' Lounge May 17th, 2007
Replies: 24
Views: 15,091
Posted By pygmalion
yeah, i read about it. you can find out more overhere (http://en.wikipedia.org/wiki/QDOS).
Forum: Geeks' Lounge May 17th, 2007
Replies: 24
Views: 15,091
Posted By pygmalion
"There are 10 types of people in this world. Those who understand trinary, those who don't and those who confuse it with binary."

"There are II types of people in this world. Those who are...
Forum: Geeks' Lounge May 17th, 2007
Replies: 24
Views: 15,091
Posted By pygmalion
"I would love to change the world, but they won't give me the source code"
Forum: C# May 17th, 2007
Replies: 3
Views: 1,694
Posted By pygmalion
well, in c#, that would do:

for(int i = 0; i < amountItems; i++)
{
newDropdown.Items.Add(oldDropdown.Items.IndexOf(i);
}
hope this helped
pygmalion
Forum: Geeks' Lounge May 16th, 2007
Replies: 24
Views: 15,091
Posted By pygmalion
i have found a post such as this with the search, but it's very old, so why not start a fresh one? here goes:
Forum: Geeks' Lounge May 16th, 2007
Replies: 22
Views: 2,023
Posted By pygmalion
i guess my current signature says it all... ;) \/\/
Forum: C# May 16th, 2007
Replies: 3
Views: 1,694
Posted By pygmalion
'page' as in form?

if so, declare the drop-down list yourself and add a public access modifier to it.

in the new form, go through the index of the original list with a for-loop and populate the...
Forum: Getting Started and Choosing a Distro May 15th, 2007
Replies: 5
Views: 6,714
Posted By pygmalion
it's quite easy to use. it's a livecd and bootable, so there's no need to install anything.

you mean the linux command shell?
most of the tools included have a graphical interface, so that...
Forum: Geeks' Lounge May 14th, 2007
Replies: 8
Views: 1,389
Posted By pygmalion
how about CafePress (http://www.cafepress.com)? i don't think there's another online shop with that much of geeky stuff (mainly clothing).
Forum: IT Professionals' Lounge May 14th, 2007
Replies: 7
Views: 1,661
Posted By pygmalion
you can upload for free on Rapidshare (http://www.rapidshare.com). do note that you can only upload in chunks of 100Mb. but the servers are fast and well-maintained.
Forum: PHP May 4th, 2007
Replies: 7
Views: 16,520
Posted By pygmalion
i did everything as you said, and it worked neatly.

thanks so much, really
pygmalion
Forum: PHP May 2nd, 2007
Replies: 7
Views: 16,520
Posted By pygmalion
hi again.

i'd much appreciate anyone's help. this is quite of an importance to me.

thanks in advance
pygmalion
Forum: C# May 1st, 2007
Replies: 3
Views: 9,543
Posted By pygmalion
what exactly do you mean by machine? system, program, console?
Forum: PHP May 1st, 2007
Replies: 7
Views: 16,520
Posted By pygmalion
thanks a lot for your elaborate replies.
the populating of the drop-down list now works fine.

the case is as follows, i'm trying to populate the dropdown-list via a multidimensional array...
Forum: PHP Apr 18th, 2007
Replies: 7
Views: 16,520
Posted By pygmalion
hi

i have the following issue. i'd much appreciate someone helping me out here.

i'm trying to let a drop-down list (which will be placed, and vary on many pages) with the contents of an array....
Showing results 1 to 40 of 71

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC