The data is there when I browse table. The Rowsource and RowsourceType are set when the combo has GotFocus by calling the following Method:
LPARAMETERS lall
IF lall
SELECT DIST station as stationa,* from products into cursor temp READWRITE
ELSE
SELECT station as stationa,* from products WHERE...
This is kind of a funny thing to ask after the number of projects I've completed but, I'm self taught in Visual Foxpro. I'd like to be less ignorant and write code that conforms with what is common VFP format. Is there an online reference that discribes accepted naming conventions with code? I...
I'm a pretty primitive coder in FoxPro, the main way I design a form is to use the Form Wizard to make a form, then I write code to make a similar form using the generated form as a model for placement of the various objects inside the form.
What ticks me off is that although I have the setting...
Is it possible to make scroll bars wider? I have an application that needs to run on touch screen computers with no keyboard or mouse. Some parts of the application need a grid control, but the scroll bars are too narrow for the likes of my users. Is it posible to make them wider?
I have a form with Comboboxes. I'd like the user to be able to either select content from the drop-down, or type an entry. I've set the RowSource to be the Alias I created and that works nice, except if the user tries to add a value not contained in the query. I can see that the DisplayValue...
I have a form that I want to have most of the combo box fields filled out using queries. The queries contain the unique values in a single field in the data table. I created methods that create the queries for the combo boxes and that works right. The problem is that I need to let the user type...
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.