Thanks Foada, it is really difficult in VB when you don't know what property it relates to. I spent hell lot of a time on this simple issue.
By theway.. The "style" should eb set to 1-Graphical.
regards,
Teja
In my ocx, I have a button on which I am to display a image (.ico file).
When I select the image file for the "picture" property in the properties window of the button it doesn't showup on teh button. Why is this? I am new to VB, hope someone can help..
regards,
Teja
Can anyone plz tell me how I can create a odbc connection to a remote foxpro database?
In the odbc wizard all I see is a place where I can specify the path. But if it is a totally remote server with a IP, how do I access it?
eupher,
The four queries are interdependent in the sense they have to run in the above order. because the preceding query is input for the next. So we cann't do a 28-00 and then 28-03.
One thing I noticed, any delete, make, append(update), insert queries do not show windows. Only select looks...
DoCmd.OpenQuery "qryr28-00 Create Time Commitment Base Table", acViewNormal, acEdit
DoCmd.OpenQuery "qryr28-01 Time Commitment by StaffId", acViewNormal, acEdit
DoCmd.OpenQuery "qryr28-02 Time Commitment by StaffId", acViewNormal, acEdit
DoCmd.OpenQuery "qryr28-03 Time...
Eupher,
I have three queries that are run before I create a new table into which I dump the final results. This table is the input for the report. But when I do .openQuery blah blah for the three queries, three windows with individual query windows open before the final report is displayed. I...
Hi,
I have a form on which I run a few saved queries and finally display the output in a report. My problem is, each time the report is displayed, the intermitent query results are also displayed in their own windows. How do I stop that? I am totally new to access so any kind of help is...
for example if I have a show-product.cfm?pid=322
since it is a dynamic page, most of the SEs balk at ?. Instead I have read stuff where they say a directory structure like convention is used to refer to teh dynamic page. Like,
http://www.website.com/show_product.cfm/pid_322 will refer to the...
Hi,
I have a .ocx that I am calling on a html page using <object>.
The .ocx basically provides me with a container where I have a button when clicked it will connect to a server etc.
I want to take the server IP as input from outside the ocx.
Meaning, in my html page, I want to do...
Hi,
I have a .ocx that I am calling on a html page using <object>.
The .ocx basically provides me with a container where I have a button when clicked it will connect to a server etc.
I want to take the server IP from outside the ocx.
Meaning, in my html page, I want to do
<object....>...
Hi,
My cfcharts(flash) work fine on cf MX, don't seem to work on cf7. I removed the scalefrom,scaleto,
still wouldn't work.
I don't have flash installed on the server. Can anyone confirm that I need to have flash installed on the server for cfcharts to work? I don't want jpg or png. IF if...
Can anyone please refer me to tutorials on how to create activeX components (that would work on the web -- internet explorer).
I have a ocx with its public interfaces and methods (it is a PROPRIETARY audio player control). I need to write a container for that in which I should be able to call...
SimulatedFUn, I want to use a mapped drive so I dont have to make any changes on the coldfusion side of the web site when the pdfserver/folder path changes. I mean Z:\pdffolder is a much better interface than \\servername\folder\pdffolder.
Ecar, I have to use a specific windows account (apart...
I created the map under my windows account, and cf server too is running under the same account, I don't understand why it has a problem in recognizing the mapped drive paths..
:(
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.