Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. mikejcurtis

    Values disappear from my combo box

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

    A basic coding syntax question.

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

    In the form Wizard, what determines if "Show Position" works?

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

    Resizing Scroll bars

    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?
  5. mikejcurtis

    Can a Visual Foxpro application run in the Status Bar?

    I wonder if it's possible to make a Visual Foxpro application run in the status bar?
  6. mikejcurtis

    Updating a cursor from within a form.

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

    Popuplating a form from a query

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

Part and Inventory Search

Back
Top