''''''''''''''''''''Name: haznen
Email: haznenatyahoodotcom
Product: Gran Paradiso Alpha 8
Summary: ''''''''''''''''''''
Comments:
''''''''''''''''''''''''''''''''''''
Browser Details: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20061204 UGES/1.7.2.0 GranParadiso/3.0a1
From URL: http://www.mozilla.org/projects/granparadiso/
Note to readers: Hendrix gives...
'do' won't 'do' if '/'Greetings to All from Au,
Have a NetWare Perl 5.8.4 and wanted to tweak File\Spec\NW.pm to try and
standardise on '/' separators.
If I run a test script (t/uni/lower.t) with an unmodified NW.pm, it
calls t/uni/case.pl, that, in case.pl, (when the path separators are
'\'), the $file is '..\lib\unicore\To\Lower.pl' and the following code
portion works, with $simple getting a returned table:
sub casetest {
my ($base, $spec, $func) = @_;
my $file = File::Spec->catfile(File::Spec->catdir(File::Spec->updir,
"lib", &qu...
'''''Name: mario
Email: ramar17atfastwebnetdotit
Product: Gran Paradiso Alpha 2
Summary: '''''
Comments:
K:
Browser Details: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a2) Gecko/20070206 GranParadiso/3.0a2
...
One of the iManager's doesn't have 'Module Installation' under Configure?Well, I'm a bit 'confused', one of the servers' imanager doesn't have
the Module Installation showing under Configure.
What to do?
NW6.5SP5upd1
--
/fribse
Please ask this in the iManager forum, thanks.
--
Andrew C Taubman
Novell Support Forums Volunteer SysOp
http://support.novell.com/forums
(Sorry, support is not provided via e-mail)
Opinions expressed above are not
necessarily those of Novell Inc.
NetwareGuy wrote:
>one of the servers' imanager doesn't have
>the Module Installation showing under Configure.
uninstall and r...
INSTALLSCRIPT doesn't have 'site', 'vendor' values?Hi,
I notice the following in the MakeMaker docs (version 5.91_01):
INSTALLDIRS set to
perl site vendor
PREFIX SITEPREFIX VENDORPREFIX
INST_ARCHLIB INSTALLARCHLIB INSTALLSITEARCH
INSTALLVENDORARCH
INST_LIB INSTALLPRIVLIB INSTALLSITELIB
INSTALLVENDORLIB
INST_BIN INSTALLBIN INSTALLSITEBIN
INSTALLVENDORBIN
INST_SCRIPT INSTALLSCRIPT INSTALLSCRIPT INSTALLSCRIPT
...
superreview granted: [Bug 404773] Find bar doesn't like the letters 'b', 'o ', 'd', 'y', and 'random'Johnny Stenback (:jst) <jst@mozilla.org> has granted Dave Townsend (Mossop)
<dtownsend@mozilla.com>'s request for superreview:
Bug 404773: Find bar doesn't like the letters 'b', 'o', 'd', 'y', and 'random'
https://bugzilla.mozilla.org/show_bug.cgi?id=404773
Attachment 291924: patch rev 1
https://bugzilla.mozilla.org/attachment.cgi?id=291924&action=edit
------- Additional Comments from Johnny Stenback (:jst) <jst@mozilla.org>
Nice :)
r+sr=jst
...
Directory.Delete(path, true); doesn't work (.net 1.1) and admin can't delete
Hello all. I have a web application that creates a user temp directory, copies files into that directory, manipulates those files, sends files to the user, and then calls Directory.Delete(path, true); to delete the temp directory and all of its contents. The problem is that this doesn't work and the directory is still there after the method call and code execution is complete. I also can't delete the directory manually even when logged in as an Administrator. It says 'Cannot delete <path>: Access is denied.'. I was under the impression that specifying 'tru...
'''Name: L Lachowsky
Email: e2brutus_10atyahoodotcom
Product: Firefox
Summary: '''
Comments:
why duddn this surprise me... I change default server from IE to
Mozilla, and then i get error messages. well, shud I decide to not get
on my computer with Mozilla..or shud I risk security breeches with
IE....hmmm at least i can get on the internet with IE
Browser Details: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.0.5) Gecko/2008120122 Firefox/3.0.5
From URL: http://hendrix.mozilla.org/
Note to readers: Hendrix gives no expectation of a response to this fee...
superreview requested: [Bug 404030] 'vertical-align' doesn't work on ' inline-table' (Orkut buttons split/misaligned)David Baron [:dbaron] <dbaron@mozilla.com> has asked Boris Zbarsky (reviews
very slow until spring) <bzbarsky@mit.edu> for superreview:
Bug 404030: 'vertical-align' doesn't work on 'inline-table' (Orkut buttons
split/misaligned)
https://bugzilla.mozilla.org/show_bug.cgi?id=404030
Attachment 289056: patch
https://bugzilla.mozilla.org/attachment.cgi?id=289056&action=edit
------- Additional Comments from David Baron [:dbaron] <dbaron@mozilla.com>
Trivial patch to ua.css, plus tests.
Confirmed that it fixes orkut.
...
Re: INSTALLSCRIPT doesn't have 'site', 'vendor' values?On Tue, 05 Nov 2002 01:54:22 GMT, ken@mathforum.org (Ken Williams) wrote
in news:814B3DD1-F061-11D6-AADE-003065F6D85A@mathforum.org:
> Hi,
>
> I notice the following in the MakeMaker docs (version 5.91_01):
Just FYI, ExtUtils::MakeMaker is up to current v 6.05 now. It is an easy
upgrade to do manually.
> I'm curious about why INST_SCRIPT doesn't have different values in the
> three columns. Is this why things like LWP's "HEAD" script are
> installing to /usr/bin on OS X instead of to /usr/local/bin?
I recently noticed this too. My g...
DataSet doesn't support 'union' or 'list' as simpleType
Trying to read an xml schema from an xsd but I get this error:DataSet doesn't support 'union' or 'list' as simpleType The code is this:myDS = New DataSet()
myDS.ReadXmlSchema(Fish4Schema)Fish4Schema is a var that points to a file based on this schema - http://www.fish4.co.uk/schema/FISH4IF-homesforsale-20.xsdAny ideas?
got round it
used xsd.exe and created a class reference from it and used that in my project...
Cast from type ''''DBNull'''' to type ''''String'''' is not valid.
How do I avoid getting this error:
Cast from type ''''DBNull'''' to type ''''String'''' is not valid.
I am trying to get values from the database into a form for updating using a Datareader, SQL is set to allow nulls for certain fields as they are not required but the only way I can get the form to display is by adding a space in SQL.
Is there another way around this?
Check if it is equal to DBNull.Value first and if it is, don't do the cast.Stanley Tan
theSpoke Blog
Where in the code does it need to go?
I am using the following and it's the profile that isn't always requi...
If one creates a table including PortalID, ModuleID and UserID, and for some records, they are 'global', like 'all portals', 'all modules', or 'all users'...
Is there standard in DNN for a default number? I know that UserID
of -1 is nono, because this means (I think) Host user, correct?
And PortalID of 0 is default portal. What is safe default number
to use in those records? I searched through source code for DNN,
all are hardcoded numbers, no 'DEFAULT_ALLPORTALS As Integer = x' or
like that. Does anyone have suggestion on what I use? Is
only alternative for NULL (which make query more difficult)? I
purchased the? book on DotNetNuke, and hope that some of these infos I
would find, but it is mild t...
superreview granted: [Bug 404030] 'vertical-align' doesn't work on 'display : inline-table' (Orkut buttons split/misaligned)Boris Zbarsky (reviews very slow until spring) <bzbarsky@mit.edu> has granted
David Baron [:dbaron] <dbaron@mozilla.com>'s request for superreview:
Bug 404030: 'vertical-align' doesn't work on 'display: inline-table' (Orkut
buttons split/misaligned)
https://bugzilla.mozilla.org/show_bug.cgi?id=404030
Attachment 289056: patch
https://bugzilla.mozilla.org/attachment.cgi?id=289056&action=edit
------- Additional Comments from Boris Zbarsky (reviews very slow until spring)
<bzbarsky@mit.edu>
Looks good.
...