Enter Keywords:
1 - 10 of 359(0.016 seconds)
Sort By:
 
And so starts a new month (with an echo). http://my.funtrivia.com/private/main.cfm?tid=42071
Zones: EE LoungeDate Answered: 03/02/2009 Rating: 8.6 Views: 0
Setup:  web server residing on NT file server. Question: I'm trying to generate a web page using a simple batch file.  However, the problem I'm running into is in echoing a blank line to the webse...
Zones: CGI, SSIDate Answered: 04/20/1998 Rating: 8.0 Views: 0
The following code:     ECHO="/bin/echo"     export ECHO     IFS=`$ECHO " \t\n\c"`     IFS_TMP="$IFS"     IFS_NEW=`$ECHO "\t\c"` Works fine (sets all the variables as one would expect) under ...
Zones: LinuxDate Answered: 10/15/1999 Rating: 6.8 Views: 0
I have a form in which many requery calls and updates are going on.  Can anyone please tell me how do I use correctly the DoCmd.Echo True etc. on the form.  I guess I dont know what each one means ...
Zones: MS AccessDate Answered: 10/03/2001 Rating: 8.8 Views: 0
Hi I have this script which I think creates a virtual printer I need to print to |lp -dmyprinter this will actually print to the printer attached to my wy50 terminal How do I use this script : ...
Zones: Unix OSDate Answered: 08/02/2002 Rating: 8.8 Views: 0
I am trying to figure out how to echo a computer name to a text file using Win 98.  I have about a 100 computers that grab updates nightly.  They all use the same batch file.to run from.  I thought...
Zones: MS DOS, SSIDate Answered: 05/19/2004 Rating: 6.2 Views: 0
I'm having trouble with sessions.  I added the first line to the code below to make the sessions work regardless of subdomain at my site.  When I run this code, it prints YES100001000Alex on the sc...
Zones: PHPDate Answered: 05/20/2004 Rating: 8.6 Views: 0
<?   $querydrop="SELECT prod_name,prod_id FROM $tabledrop GROUP BY prod_name" ;   $resultdrop=mysql_query($querydrop) or die("SQL Error: " .mysql_error());   while($rowdrop=mysql_fetch_object($r...
Zones: Web DevelopmentDate Answered: 07/20/2004 Rating: 7.6 Views: 0
Example: DoCmd.Echo False, "Visual Basic code is executing."
Zones: MS Access, SSIDate Answered: 01/29/2005 Rating: 8.8 Views: 0
Hi how do I echo? please if you know, post a comment, even if someone else has posted, would still like to know your approach to the echo. 4R. ("Robin Hood");
Zones: PHP, SSIDate Answered: 01/14/2006 Rating: 7.6 Views: 0