the funcion is onLoad property!
i'v try to put it onActivate, on Reload... etc...
do you know why the sound is always begining when i click on a link?
Thanks for the tip of the gallery.
hi,
i'm working with templates in dw, and i want to put a sound in the page, every time i click on a link the sound starts from the begining, and i want that the sound start and finish just one time when i enter in the page! how do i do? URGENT!
Thanks.
If that can be found, can you tell me where I can find the solution for my problem?? Yes... because I've already searched and i've not found nothinhg that revolved my problem....
I want to create the tables in the destiny database only if the tables doesn't exist. If the tables exists in the...
The code is this: And I want to create the tables in the destiny database only if the tables doesn't exist. If the tables exists in the destiny database it give's me a PRINT message 'The table database already exist', and only copy the databases that doesn't exist. HELP ME PLEASE!!! I HAVE TO...
HI,
I want to know the code to see if a DataBase is already in the Server.
Exemple... If the database that I want to create (by code) is in the server, and if already exists I want to put a print on the screen, HELP ME PLEASE!
Hi,
whats the code to copy tables that are in one database to another database??
Databases Name:
FORMACAO3 - SOURCE DATABASE
FORMACAO3AUXILIAR - Destiny Database
URGENT!!!
How do I do to turn this:
A dívida do Cliente é: 18450 $ESC
A dívida do Cliente é: 83.86363636363 $USD
A dívida do Cliente é: 603.67110558518 $FFR
Into:
A dívida do Cliente é: 18450 $ESC
A dívida do Cliente é: 83.86 $USD
A dívida do Cliente é: 603.67 $FFR
I want to put the result of this code into a variable called @Factor: Like
Select @Factor = select Factor
from Moeda, Pedido
Where Moeda.Moeda='USD'
And Pedido.Abertura=Moeda.Data
And Pedido.Fecho is Not Null
How do I do??
HI,
I want to insert a value in my table in dollars and in escudos
wich is the code for it?
Help me please!
The code that I have is:
Create Procedure InserirPreco
(
@Artigo_ID bigint,-- PRIMARY KEY Not Null,
--@DataPreco datetime,
@Preco smallmoney
)
AS
Insert into ArtigoPreco...
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.