I use window.showModalDialog to open my flash. I named my dialog window as "flashintro". I set my flash movie under getURL at the end of movie to point to another page on same dialog window as getURL("http://www.xxx.com/xx.htm","flashintro") yet the script open up a...
I trying to using eval() on one of the control in my subform via the main form as below:
ls_RuleStr = "Me.sfrmTransactionItems!txtSumofQty"
MsgBox Eval(ls_RuleStr)
Yet it give me the error :can't find the name 'Me' you entered in the expression.
I try again in accessing the...
Hi,
I want to select number of record from my product table which have the image file exist in server side through sql server. Is it possible? Please give some idea. THanks
Hi,
I passed this parameter to the function in order to set the decimal places of field.
SetFieldProperty "tblOrderItems", "OrderItemsWeight", "DecimalPlaces", 12, 2
my setFieldProperty function
Set tbl = dbs.TableDefs(tblName)
tbl.Fields.Refresh...
hi,
I hv a web site which contains 3 frames, which is top frame, left frame and content frame. One of my web page is secure page because it is a payment page, yet the padlock on the botton right of browser didnt showed. How i can make the padlock showed if the content frame is displaying the...
Hi,
How could I use VBA with coding to set the decimal places for number field type? I try to set like below but it got error.
Set tbl = dbs.TableDefs("tbltest")
Set fld = tbl.Fields("test")
fld.DecimalPlaces =4
Hi,
I got the weird problem here. My web page is using page number to displayed recordset based on one page 10 items. Everythings work fine yet recently when i click either one page randomly, sometimes the page can't loaded completed and stop at half way of loading, pls help if anyone there...
Hi,
I try to create scroll bar for my table but failed. Please help me look at the code and tell me what wrong. Thanks..:)
<table style="overflow:scroll;height:50;width:200;" border="1">
<% if not rsNotices.eof then
While not rsNotices.eof...
Hi,
I facing a very weird problem on my asp page when i try to page my recordset as page size = 10. One of the page is truncated although the data is not empty. But when i changed the page size to 6, then every page is working fine. Is this related to IIS patch or something else.
There is no...
Hi,
I using a smtp.ocx to send my email through access 2K, here is my code,
SMTP.Server = "mail.server.com" 'my mail server name
SMTP.MailFrom = "from@hotmail.com"
SMTP.SendTo = "to.hotmail.com"
SMTP.MessageSubject = "testing for smtp"...
Hi,
Anyone there know whether i can generate my pdf in my coding ..like creating something like function/procedure. Plus, may I know what is the reference i need if i want to use a control called - VB2PDF???
Thx. :( Urgent.......
Hi,
I got one text box which as for user to enter the quantity that user want. This text box will going through a loop of recordset. I named my text box as name="<%response.write "Qty_" & rst("ItemCode" %>. Beside of the text box it will have one image. When user click...
Hi,
I got one text box which as for user to enter the quantity that user want. This text box will going through a loop of recordset. I named my text box as name="<%response.write "Qty_" & rst("ItemCode" %>. Beside of the text box it will have one image. When user click...
Hi,
I got two frames in my htm page. Left frame consists of combo box with below code:
<script language="JavaScript">
<!--
function mainCatChange(){
parent.frames.mainFrame.location="testingitem.asp";
}
//-->
</script>
<form action=""...
hi,
Anyone got idea on how to write a stored procedure or triggers so that when data transfer reached sql, it will direct the sql to store the image file to specified folder in server instead on keeping it inside the sql database. THanks for helping..:)
hi,
Any one know how to call a ASP page displayed on different frame when the combo box of source frame changed in vbscript under the onchange action?
Thanks. Please provide some coding example if u can..:) Hv a nice day!
Hi there,
Any way that i can do some program to make a copy of all my attachment email to desired folder? Now i using Access 2000 as my application. When user send some attachment to program, I want to save my attachment to desired folder. Any solutions for it? Thanks :) have a nice day!
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.