How Do I make I make this validation work?
HiI have a textbox that is for email. I want to make sure that something has been entered in it. The thing is though an email address is optional on my form until the user clicks click the radio button(that represents "Do you want a email response").So I don't think I can stick a required field validator on that area since it will always go off. I tried to make a custom validtor but that did not work too well since it seems to get activated once you click on the textbox and start typeing away and then leave that box.So I am not sure how I could make it check this. I am doing th...
how to make a make a snp report?
below is my code behind. I get my access mdb to open but how do i open a report and convert it to a snp file?
also... since i am using "Inherits System.Web.UI.Page" does that mean i could use a textbox as method of sending a prama to my codebehind?
Imports Microsoft.VisualBasic
Imports System.Diagnostics
Partial Class _Default 'notice the class names now matchInherits System.Web.UI.Page
Protected Sub Button8_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles Button8.clickDim access As New Process
access.StartInfo.FileName = "C:\Documents and Setti...
Making make depend easy
Autrijus,
I'd like for it to be easy for a Makefile to know all the dependencies
of a pp-generated executable, since mine depends on a large number of
locally maintained .pm files. I just modified pp by adding a new
option which then results in this code being executed right after the
call to Module::ScanDeps (I named the option -m after gcc's -M, since
-M was already taken for pp, but probably --depend would be better):
if ($Options->{m}) {
print join(" \\\n\t", map($map{$_}{file}, keys %map))."\n";
exit 0;
}
I then pu...
make ok / make nokShouldn't 'make ok' and 'make nok' also try to find out the version of the
C compiler used if it's not gcc. Some examples:
HP-UX: swlist -l bundle | grep B3901BA
11.00: B3901BA B.11.01.07 HP C/ANSI C Developer's Bundle for HP-UX 11.00 (S800)
10.20: B3901BA B.10.20.14 HP C/ANSI C Developer's Bundle for HP-UX 10.20 (S800)
AIX: lslpp -L | grep 'C for AIX'
4.3.2: vac.C 4.4.0.2 C C for AIX Compiler
4.2.1: xlC.C 3.1.4.0 C C for AIX Compiler
OSF/1: setld -i | grep ^OSFCMPLRS; cc -V | head -3
OSFCMPLRS425 instal...
MAKEHello, i am writing my first app for palm os with mobilink. I have ran the
sqlpp and tried to 'make' my app in codewarrior 6.
I get the following error...
Error: Illegal use of precompiled header
ulstore.h line 654 }
This file sits in the Sql Anywhere/h folder. I am using SQL Anywhere 7.
Any ideas ?
JK
Please always include version information:
Target operating system Palm OS 3.5
Codewarrior CW6 Release (ie service pack)
ASA - 7.0.1.918 (Always include the BUILD number 918)
First thing I would recommend is to make sure you are using ASA 7.0.1.918 at
...
make
I have some SUSE appliances and I need to install some software. When I
ran the install script it said I need "make" but I cant find it anywhere
on the system.
Anyone know where I can download a rpm for make?
SUSE ver 9
Zippy
San Antonio, Tx
--
zippdaw2001
------------------------------------------------------------------------
It's on your installation DVD's in the development section.
--
LRE
------------------------------------------------------------------------
LRE's Profile: http://forums.opensuse.org/member.php?userid=1100
Vi...
Make Porting/expand-macro.pl work with a make other than `make`, also Win32 compatibility fixes--------------040507080907060101050501
Content-Type: text/plain; charset=ISO-8859-15; format=flowed
Content-Transfer-Encoding: 7bit
Hello,
recently it came to my attention that `Porting/expand-macro.pl` does not
work if your `make` tool is named anything other than `make`. The first
attached patch changes it so that it loads Config.pm and uses the
configured $Config{make} from there. I presume that anybody running
`Porting/expand-macro.pl` also knows about how to give `perl` the
appropriate Config.pm resp. how to invoke the proper Perl.
The second patch assumes that `Porti...
how/where to install xyz.pm from CPAN (no perl Makefile.PL; make; make test; make install)??Hi;
I see several very interesting CPAN modules regarding Rational/IBM
ClearCase. These are just *.pm files. How/where do I install these? I
have root privs. I want the modules to be available in the standard
place(s). I guess I should just look at the %INC hash and place it in a
"good" location?
A more general question along the lines of "giving me a fishing pole"
instead of "giving me a fish"...I can go to
(http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&group=perl.beginners)
to search for archived postings, but what m...
[PATCH] skip t/op/incfilter.t for "make clean;make miniperl;make minitest"--- t/op/incfilter.t.dist 2006-05-28 14:06:23.000000000 +0300
+++ t/op/incfilter.t 2006-05-28 14:07:17.000000000 +0300
@@ -5,6 +5,10 @@
BEGIN {
chdir 't' if -d 't';
@INC = qw(. ../lib);
+ if ($ENV{PERL_CORE_MINITEST}) {
+ print "1..0 # Skip: no dynamic loading on miniperl\n";
+ exit 0;
+ }
unless (find PerlIO::Layer 'perlio') {
print "1..0 # Skip: not perlio\n";
exit 0;
Jarkko Hietaniemi wrote:
> --- t/op/incfilter.t.dist 2006-05-28 14:06:23.000000000 +0300
> +++ t/op/incfilter.t 2006-05-2...
make-makefile fails to make directories?Hi,
I'm back to building Seamonkey and ran across a really odd problem.
build\autoconf\make-makefile silently (at least for a while) fails to make
directories. The problem appears to be the change that was made to quote
the mkdir arguments with this statement
system "mkdir -p ". join(' ', map("\"$_\"", @dirs)) if @dirs;
The quotes appear to confuse mkdir. I'm using
GNU file utilities 3.16 - mkdir
from SAWATAISHI Jun's distro.
Should I be using a different mkdir?
Also, have a missed any required updates to .mozconfi...
Times for configure; make; make test-----BEGIN PGP SIGNED MESSAGE-----
Moin,
somebody asked a while ago here about times for configure and compile:
configure: 1m 19s real (sorry, forgot to write down user time)
make: 4m 52s real
4m 23s user
19s sys
make test: 4m 45s real
2m 31s user
18s sys
Compared to that: time to download latest snapshot: 2m 31s, time to
unbzip/untar: about 20 seconds. All in all it took me about 15 minutes
from start to end.
The system is an Athlon Thunderbird (not the latest generation cal...
making
I want to make tests (like the amount entered,...) on some fields without using the autopostback property of the fields. I don't want the page to be reloaded again once a test is done since I have too many fields for testing and is not user-friendly to reload pages many times.
Do I have to use javascript and code my own tests? or there is another way?
YOu can use one of the validators included with ASP.NET. They by default will use client side Javascript that they create to do the validation. For more complex validation, you can do it using a CustomValidator, and provide client side...
How i Make
I have different datatables in dataset. supposeTable 1 Values.ValueXY---------------------- Table 2 Values. A B CI want to get Following combination X AX BX CY AY BY C plz help me
You need to use a CROSS JOIN in SQL, but since you are in this forum I'm not sure what database you have: SQL ServerSELECT Table1.Column1, Table2.Column1FROM Table1 CROSS JOIN Table2ORDER BY Table1.Column1JET (i.e., Access database) SELECT Table1.Column1, Table2.Column1FROM Tabl...
Make AMO URL structure make senseName: Blue Dinghy
Product: Other (please state)
Summary: Make AMO URL structure make sense
Comments:
This kind of URL carries very little useful information
https://addons.mozilla.org/firefox/394/
Unlike this one
https://addons.mozilla.org/firefox/extensions/ViewSourceWith
Don't we agree?
Browser Details: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.4) Gecko/20060608 Ubuntu/dapper-security Firefox/1.5.0.4
...