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...
Hi,
I have similiar problem here. Is it possible to hide the combo box based on value of each record in continuos form. When I set visible to false in form current, it end up all the combox box in all records is hidden. Please help!
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 bperry,
I have a file name in my product table, and i will do a select statement as this 'select 'c:\temp\products\' + Productfilename as pathName from tblproduct WHERE ImgExists(Pathname)=1', yet when i try to create function for ImgExits, using the scripting.FileSystemObject, it prompted...
Hi,
I trying to pass the physical path of all my images located in server, from there i would like to do a select statement to select the item where imgExits( path name & itemfilename) = true. Or my other idea is can function pass back the whole recordset so that i can use it in my asp. I...
hi bperry,
i hv sql 2000, but how to include the UDF? iIf I dont't have the full path of image, how my select statement will be? Thanks for your idea, yet I think I need more information.
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...
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.