Hi,
I would like to add Remove link to an Information email,
in order to allow users to stop getting those mail.
but the link is to an ASPX page that containe email textbox and button
How can I know the Email address of the user without him to write???
thank.
Hi,
I create an aspx page that has a master page.
I want to display an exist html page inside the ContentPlaceHolder.
like we did in the OLD way with frams.
Can I do it?
Hi,
I hope you'll anderstand my problem.
I craeted a fact table that observe Status of orders. mean that each order contain a 4 status (Draft, Approval , Action, Final) ===> 4 rows in fact table for each order.
also I need to show orderPrice and customerName.
my problem is how can I calculate...
I don't understand why the colume doesn't change to date.
In my table there is a string Col like "20040505"
in the datagrid I want it to show "2004/05/05" or "05/05/2004"
I wrote:
Dim dgts As New DataGridTableStyle
.MappingName = dtt.TableName
For i = 0 To dtt.Columns.Count...
How can i insert data between similar Access tables in different database?
in sql Server this option exist because there is One connction. like:
"INSERT INTO dbo.Database1.Table1
SELECT * FROM dbo.Database2.Table1"
but how can i Write it with Access database in VB6 ?
Does ADO has...
Hi,
I tried to copy One record to a new record with this sentence.
INSERT INTO Table1 SELECT * FROM Table1 WHERE Code=22
AS expected I Get an Error about duplicate Key.
what can I do?
I Tried to write a VIEW In Sql Server with UNION Operation
Like this:
"SELECT TblRec.Rc_CodeCliBranch,TblRec.Rc_CodeClient, TblRec.Rc_CodeBranch,TblRec.Rc_CodeRecipt, TblBillRec.BR_Amount AS TotalPay, TblRec.Rc_TotalAmount AS TotalRec
FROM TblBillRec INNER JOIN TblRec ON...
Hi, I have a report that shown Order's Price (PriceA & PriceB).
Sometime I need to hide PriceB Because it's not need to be seen in the report.
How can I Hide Field In run time??
I wrote an Update query Like this:
UPDATE TblBill INNER JOIN TblBillByOrd ON (TblBill.Bl_CodeBill = TblBillByOrd.BO_CodeBill) SET TblBillByOrd.BO_ScannerNum = IIf([TblBill]![Bl_IsOpen]=3,1,0)
I run it in Access and it's work fine
I tried to run it in Sql Server but I got an error that
Sql...
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.