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....>...
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.