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

    Macro substitution on a report

    That's wonderful! Thank you so much for the quick response!
  2. roselover

    Macro substitution on a report

    I have a table in which the field names will be variable. I need to make a report off this table. On the page header, I can successfully create the title for the column by making a label referencing field(3). However, in the detail of the report I need the contents of field(3) to show, not...
  3. roselover

    How to handle VFP6 remote view when SQL server is switched?

    Thank you, ChrisCarroll. I was unaware of the Gendbc.prg and I think that will do the trick! Alysa
  4. roselover

    How to handle VFP6 remote view when SQL server is switched?

    I'm not sure what I'm doing wrong with this problem. I have data on my company's SQL server. I have a VFP6 database in which I create a connection using an ODBC source I created. I create a view in the VFP database based on that connection. When I 'use' the view, it works fine. At the...
  5. roselover

    INPUTMASK not behaving for text box

    It fires fine. I give up on this. I'm just going to throw another text box on top and make it visible/invisible based on the user's option. Thanks for your help.
  6. roselover

    INPUTMASK not behaving for text box

    Yes, it didn't work.
  7. roselover

    INPUTMASK not behaving for text box

    VolkeStamme - I'm working in 6.0. It's the inputmask property of the text box (hope I'm understanding your question correctly - maybe I'm confused on the definition of 'defined'!) The mask is '99-99-999-999'. Again, it works fine when the form first loads, using what I've entered in the...
  8. roselover

    INPUTMASK not behaving for text box

    mparmask is defined as public in the calling program. And when I 'step' through it, I can see it has the value of the variable in it. Thanks
  9. roselover

    INPUTMASK not behaving for text box

    I have a textbox in a form with the inputmask property set to a variable containing a mask. I have the property defined in the 'properties' box. It works fine when the user initially enters the form. This inputmask can change to a date, depending on an option button. If the user opts to...
  10. roselover

    [b]View remote data without using .DBC[/b]

    Thank you, that's perfect. Roselover
  11. roselover

    [b]View remote data without using .DBC[/b]

    I'd like to view SQL data but want to avoid using a DBC. I can get as far as =SQLCONNECT('odbsource'), then I'm stuck. Would someone be able to provide me with sample code?

Part and Inventory Search

Back
Top