''''''''''''''''''''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...
'''''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
...
How to mofify text 'xyz' after issuing a dw_1.modify("CREATE TEXT(band='footer' text='xyz' ............)")Hi All,
I am new to Powerbuilder and on a steep learning curve so please bear with
me and do not assume I know anything in your response!
I have a datawindow control 'dw_1' in a window 'w_report_1'
With the w_report_1.open() event, I assign a data object 'd_site_details' to
the 'dw_1' control in the following code extract. I use a loop to provide
different retrieval arguments for 'd_site_details' from a datastore so that
we get different details for different system accounts. After each retrieval
we print dw_1 together with a text footer w...
'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...
Paste as 'picture' or 'text'?!We have 2 sets of machines that are behaving differently and cannot figure
out why. The application is a PowerBuilder app, which uses an OLE control to
paste it's contents into a large Word doc (the contents for the OLE control
come from the DB and are in Word format).
One set of machines (5 of them) execute this code and the resulting doc has
all this pasted data as Word Text (just as if it were typed in).
The other set of machines (3 of them) execute this same code and the
resulting doc has large picture objects (or Word Document Objects?) that
contain the Word Text inside of...
Admin can't see 'Edit Text' control at the bottom of editable modules
I have an admin who can't see the module level Edit command when logged into her machine. If she changes to another machine, and logs in with the same account, it is fine, but from her machine she can't see the "edit" text or the pencil or the settings icon for any module. She can see the Admin controls at the top, but the modules themselves seem to have no edit controls.There are no appreciable differences between the machines, that I know of. They are build from the same Ghost image. Obviously something is different but I have no clue what it would be. Any tho...
How to ?? XML 'back' to webforms rich text 'front'
Hi,
I have some functionality that I'm trying to update.
Previously, I had a list of html pages, where each could be chosen from a menu and shown in an iframe. They are simple html pages but they contain formatting such as font sizes and colours, and also some hyperlinks.
What I want to do (in asp.net 2.0), is to store this data in a xml file (perhaps even in a database). What I can't work out is how it should best be stored and how presented on the page.
Is the XML control linking to xml files and xsl files my answer??
I'm not sure which way I should look and don't really know w...
'''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...
Full-text search with '#' and '+' in keyword
Searches by keyword containing pound '#' and plus '+' signs using a Sql Server 2005's Full-Text index, and functions 'freetext' and 'containstable' does not yield correct results matching the term, such as 'C#' and 'C++'. The returned results seems equivalent of ones returned by terms without the pound and plus signs.
Could anyone shed some light on this?
The normal way to handle this would be to have the word stemmer change the # to sharp and + to plus. That way your searches can do the same thing. But in most databases you would h...
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...
Invalid use of '.', '!', or '()'. in query expression 'CType(e.Item.Cells(1).Controls(0), TextBox).Text'.
Hi ppl, hope u can solve my prob, i getting this error:<Code>
Private Sub Page_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
'Put user code to initialize the page here
If Not Page.IsPostBack Then
BindData()
End If
End Sub
Sub BindData()
'1. Create a connection
Const strConnStr As String = "Provider=Microsoft.Jet.OLEDB.4.0;" & _
"Data Source=c:\inetpub\wwwroot\IT2691\speedy.mdb;"
Dim objConn As New OleDbConnection(strConnStr)
objConn.Open()
'2. Create a command object for the query
Const strSQL As String = "SELECT * FROM Products"...
'or' or 'union'Hello
I was just wondering, in general what is better to use, an 'or' clause in a
select or a 'union' to join two selects together. Do both statements create
work tables?
Many thanks
Alex
I think OR will be better than union. because suppose u have 3 tables and using
OR u can join table a and table b and table c so each table will have only one
read. but using union
you will join table a and table b and in another query of union u will use
table (a or b) and table c
so ur one read is more in union .
Ramdas
Alex Cheung wrote:
> Hello
>
>...
help with 'multipart' and 'text/html' websites> Hi,
>
I don't know if this is the appropriate forum to post this question, but
since it's libwww-related (involves LWP) and I've tried other forums without
success, I might as well give this one a go.
> I'm trying to query Genemark
> (http://genemark.biology.gatech.edu/GeneMark/webgenemark.html), a gene
> prediction program, from the Unix shell with a Perl script. Yes, I know I
> could paste in the sequences and 'run' the software from the web page
> itself, but I've got hundreds of sequences to input, too many to do
> manuall...
'b'..'a'Hello.
I'm using defferent 5.6.0's for Win32.
I wonder wheter following behaviour is intentional or not:
d:\>perl -e "print 'b'..'c'"
bc
d:\>perl -e "print 'b'..'a'"
bcdefghijklmnopqrstuvwxyz
I expected empty list in latter case, like in
perl -e "print 'bb'..'a'"
<!ENTITY Vadim REALLIFE "Vadim V.Konovalov, St.Petersburg, Russia">
&Vadim;
On Wed, Sep 20, 2000 at 03:14:41PM +0400, Konovalov, Vadim wrote:
> Hello.
>
> I'm using defferent 5.6.0'...