117 Posted Topics
Re: howdy there! The code listing you rendered did not take cognisance of the data type being sent to the sprocs. See the example below direct from my code and it works and I hope it helps you. This function takes one string parameter and returns a datatable [CODE] Public Function … | |
Re: what database is your hosting scheme bundled with? mysql, oracle or mssql? you will have to write some server side scripts. do you have any knowlege of asp? [quote=btinney;349206]I am relatively new to all of this, but I have a form on my website that emails the results to me. … | |
Re: I live in africa!:pretty: Averagely programmers are paid very very far below figures you guys are quoting. Because of the increase in popularity of web based apps, most programmers are "pressured" into knowing web programming and like mkHiga said you have to broaden your knowledge base to be relevant - … | |
Re: Yes :) You are absolutely correct. if you check allowzerolenght button then it means you can leave the field blank and means that checking not required. [quote=marlon ng;348665]If I uncheck the AllowZeroLength, wouldn't that have the same effect as checking Required? Please correct me if I'm wrong. I'm having a … | |
Re: howdy! try this and get back to me c++ / vb equivalent char /string short /integer unsigned short/ integer unsigned inte /integer unsigned long /long [quote=exp_ps;346863]I have queries regarding dll create in c/c++ that been use in vb6. What suitable data type i have to use in vb6 for c/c++ … | |
Re: Please people lets forgive him and lets move on. One hopes that the correction is heard or the light repremand is noted:X What was the question again:?: [quote=~s.o.s~;315240]This is a public forum. Anyone is free to post whatever he wants as long as the reply doesn't violate any of the … | |
Re: you have to say more details. Is your webserver configured correctly? are there any errors when displaying the internet explorer for example. Since you say the app is working well on your dev. machine, it goes to say naturally that your environment (betwixt your dev machine and server) are different. … | |
Hi there folks. I am a wannabe in Java. Can you guys help in recommending books (e-books preferably) I can get to jumpstart me. I have got quite an experience in other languages like vb.net and c# so where or how do I start? Thanks for the help! | |
please, how do you dump pirnter commands Like[CODE] LF, CF, CR[/CODE] with font commands etc to a printer port for the pirnter to obey? I had thought that when these commands are mixed with data in a text format and copied to a port eg.[CODE] "copy prncmd lpt1" [/CODE]on the … | |
Re: i believe you can. add id property and then try and disable. Pls get back to me. that is [COLOR=#008000]<img src="[href to image]" id="add" name="add" onclick="sendAdd();">[/COLOR] [COLOR=#008000][/COLOR] [COLOR=#008000]<script lang=javascript>[/COLOR] [COLOR=#008000]document.all.add.disabled = true;[/COLOR] [COLOR=#008000]</script>[/COLOR] [COLOR=#008000][/COLOR] [quote=rpjanaka;329225][COLOR=green]<img src="[href to image][/COLOR][COLOR=green]" name="add" onclick="sendAdd();">[/COLOR] [COLOR=green][COLOR=black]this is the way i am useing the image as … | |
Hi there folks! Please could anyone tell me how I can display a hyperlink without its customary underline? It must be pretty simple but I could not get a hang of it. Thanks for the help!:cheesy: | |
:confused: I have a challenge. I want to print some text based data on the client client side based on some input. I am to associate the client printer as a dos device ie LPT2 using window script host technologies but cannot just make it work. What am I doing … | |
I have a vb.net app. running currently with internet explorer only browsers. I constructed some texts based on the inputs from the user and need to (a) save it on the client file system (b) send the saved file to the printer attached to the client system for printing. The … | |
Please HELP MEEEEE! I am at my wits end! I could easily dump data (usually text data) unto a printer connected to an LPT port using the following command - "print /d:LPT1: E:\tickleme.txt" but I cannot seem to do same to a printer connected to a USB (virtual port). What … | |
hello there! my name is jamello, I have been using windows (and doors too!) all my life. It has really made my life alot easier. I am really glad to meet like minded guys (geeks!) like you! :eek: | |
I am at my wits end! I could easily dump data (usually text data) unto a printer connected to an LPT port using the following command - "print /d:LPT1: E:\tickleme.txt" but I cannot seem to do same to printer connected to a USB (virtual port). Please I need this help … |
The End.