sorry i forgot to declare mainimage
here's the code :
<html>
<head>
<SCRIPT LANGUAGE="JavaScript">
function changeImage(filename)
{
mainimage.src =filename;
// where is there anything called "mainimage"??
}
</script>
</head>
<body>
<IMG class=image1 height=506 align="right"...
I have problem in firefox,my code works in IE...
here's my code:
<html>
<head>
<SCRIPT LANGUAGE="JavaScript">
function changeImage(filename)
{
mainimage.src =filename;
}
</script>
</head>
<body>
<a href="javascript:changeImage('includes/images/fotoproduk/CRJ624.jpg')"><img...
when i want to upload .sdf file in emulator to the PC, I got "Access to the database file is not allowed"..
But I have no ideas for this error, please can help me??
thanks for advance
after the inserted have fixed,i find the next problem...
how to syncronize between a server database and a SQL Compact database on a Windows Mobile 6 device???
anybody help me?I'm very newbie of this..
thanks for advance...
please help me,
i have coding like :
try
{
SqlCeConnection connectionstring = new SqlCeConnection(@"Data Source=" + (System.IO.Path.GetDirectoryName(System.Reflection.Assembly.GetExecutingAssembly().GetName().CodeBase) + "\\barang.sdf;Persist Security Info=False;"))...
I have problem with update..
I have lay out form like this :
checkbox custname percentage
1 custA 20
2 custB 20
3 custC 20
4 custD 20
5 custE 20
i want to update percentage,in...
I already use refresh field but doesn't work,there isn't field in data set..
My store procedure like :
STORE PROCEDURE [dbo].[sp_cast]
@userid char(50),
@cpny char(3),
@PBegin datetime,
@PEnd datetime,
@jenis char(10)
AS
BEGIN
sets from
SET NOCOUNT ON;
DECLARE @jmlRequest int,
@bln...
I using stored procedure in my report..but why i did't find any field in it??
so i can't create report table without field in dataset(stored procedure)
please help..
Thanks for reply Shab,
I already using excel,but not found gauge indicator..
If i using sharepoint,sharepoint must be install in the server??
thanks to you..
I don't know,is this a correct forum for KPIs question??
But If somebody know well about KPIs,please help me...
I create KPIs in SSAS2005,but how to publish it into the web??
If somebody have tutorial about KPIs,can share it to me??
Thanks for all
I try code like this :
Function remove(ByVal paramsite as String) as String
Dim s As String
Dim words() As String
Dim tempStr As String
s =paramsite
words() = Split(s)
For i = 0 To UBound(words)
tempStr = Replace(words(i), ".", "")
tempStr = Replace(tempStr, ",", "")
tempStr =...
I have problem,i have data like:
SiteID
=======
0100000, 0201T00, 0301T00, 0401T00
I want get output like:
0100000
0201T00
0301T00 0401T00
I want to disappear comma and space..how can i solve this problem??Help
I using syntax like this :
=Switch(RTrim(Parameters!companyID.Value)=”01”,"Data Source=ServerName;Initial Catalog=SC","Data Source=ServerName;Initial Catalog=BI")
I put it to dataset->edit->data source->connection string..
When I deploy, no error, but when i preview i got error "error during...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.