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...
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 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...
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...
I am trying to setfocus to the grid on page2 of my pageframe. Here is want I am doing. From a field the page1 I issue this command:
THISFORM.pageframe1.ACTIVEPAGE = 2
THISFORM.pageframe1.page2.ENABLED = .T.
THISFORM.pageframe1.page2.dataset2.grid1.column1.text1.SetFocus
The page2 is...
I create a class based on a container. Inside the container I added a new method. I have a combobox within the container, In the combobox click method I want to call my new method which I added. In the combobox in the click method I have the following
srchdata = alltrim(this.value)
Locate...
Using grid does anyone know if is possible to display two line of information in each row.
example:
Customer Name (column name)
John and Denise
111 Main Street
Something like:
alltrim(customer.name)+chr(13)+alltrim(customer.Address)
Any suggestion if this will work
Thank
John
Using the combo builder I have enter in a list of choices. I select a field in a table to store the result.
Now I enter a new record and save it. Return to edit the form and I notice the combobox is not displaying the data store.
I figure that part of my problem is because the combobox is...
How can I return the second value of the combobox?
I selected 2 fields from the table for my combobox, when I click on the item from the dropdown it will show only the first field not both. Is it possible to display both? if not can I somehow save the second column.
Thanks
John
Upon entering my form it display the first record in the table. If I select Add the display is blank when I click on cancel the first record is redisplay.
Any way I can open my form without the first record displaying.
Note:
I am using table buffering
Thanks
John
In the selector code transfer we can transfer to an extension. Is it possible to transfer to a group? so if somebody call and press example 1 the phone will rings on several phones then if nobody answer it will go the the reception mailbox. (I am using avaya messaging R1)
Thanks
John
I am using the create table command to create a free table. Do I have to used a database to use a primary key?
I try this
create table employee.dbf free;
(empid c(10) Primary Key,;
address c(50))
a error message tell me this function is not support in a non-dbc mode.
Thanks
I have my application already in use in many different location. I need a way to add new fields inside an existing table and adding a few new table inside the database. What is the best way to do this?
When I connect the fax to ext 17 I cannot get the HP officejet to send or receive faxes. I place any phone to this ext and it will dialout and received calls. Now after playing with it I got it to work only by placing a system phone and hooking the HP to the AUX port I can now send and received...
I been trying to install the Amyuni PDF Converter and have been have a little trouble.
I need to be able to allow the user to print to their standard default printer or email the report to their corp office.
If I printed to the invoice printer and jump to the pdf printer I will get a...
I place the class inside my project, locate the class inside my directory and even set classlib to my directory and yet when I make the call createobject("nameofclass") I get the "class defintion is not found" error.
The class I am using is a activex.dll I register it with...
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.