Hello,
Using the MS ActiveX toolbar, we are trying to autosize the toolbar buttons so that each button will have it own size base on the image and caption.
Currently if we insert a button and for the caption "Favorites" and insert another button and the caption is "Find" the spacing is...
Hi,
Thanks for the responds
Here is what I have in my repositionlist:
Commandbutton Combobox Checkbox Listbox Form Grid Textbox Label Shape Editbox Olecontrol Pageframe Image Spinner Cmdclose Behindscenes Newtextbox
and in my resizelist:
Commandbutton Combobox Checkbox Listbox Form Grid...
When I drop the resizable class to my form I can drop any standard textbox, spinner etc and when I resize the form it work fine, Now here is my problem. I have subclass the textbox to mytextbox and drop this to the form and it will not resize. I included mytextbox in the repostionlist in the...
I made a typo. I do have the command the way you show it.
What I think is happening is that when I build the project into a EXE the report build the logo I developed with as part of the report. So if this is happen How do I prevent this from occuring?
I would like the user to be able to use their own logo on the report. So on the report for the image file I place a public variable call pvlogo
In my setup routine
Public pvlogo
pvlogo = c:\appname\images\logo.jpg
When the user replace the logo.jpg with their logo.jpg the logo doesn't...
Just wanted to thanks the forum MPV's for doing a great job in making the forum one of the best. Last year have read hundreds of the questions and answers that help me solve and even change the way I view programming with foxpro. You guys and of course Barbara (who is also a great WWC...
I have starting to notice that alot of application out there is starting to look more like web applications incorporating things such as flashing buttons etc. Look at most of Microsoft applications such as money, encarta etc. Is there anyway we can make our foxpro application to look and feel...
I guess I would look at the property of the table in question and make sure the read only property is not check. (Locate the table and right click go to property)
Just had the same problem. I guess that when you build a exe any forms that contains images, the image file is included as part of the exe. Reports on the other hand does not seem to include them so you will get the error "Invalid path or file name" I even try to include the image...
Jimoo,
I copy my project over to my laptop and to my surprise the exe file work fine. I started deleting files in the hope that the problem will occur. Finally after deleting the images folder bingo the problem occur. You were right when you say we cannot trust foxpro error reporting. The...
I forget to let you know:
The application is develop on the D drive and I have move it over to the new computer c drive. Inside my report under dataenviroment under the cursor1 the cursorsource reads d:\ars\tickets.dbf and is unhighlighted is this the problem?
John
Within the report I am only using one table the tickets.dbf and from this tickets.dbf Here is the line of code which I call the report.
Your comments "it almost tells me there is something in the report that is pointing to the local drive of the original computer"
Here is the code I...
The application.exe work fines without any problem on the computer which it was develop with. I move this exe to another machine along with the runtime files (vfp8r.dll and vfp8renu.dll)foxuser.dbf and fpt (located inside the folder where the application was written. 98% of the application is...
Inside my grid I have 5 columns. In the text field for each item under the controlsource I define the table such as item.qty etc for each row
When I run my form it pull the data field in order of the way it was created:
example:
My Grid field are qty, item, description, price total
My table...
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.