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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by ross6720

  1. ross6720

    What is "" equal to? Nothing?

    Everyone's suggestions cover the 'equal to' question but noone has addressed your other question: 'and what <b>""</b> means.'. I am guessing that this code is writing an HTML document. I believe the <b> and </b> are HTML tags. Once you get the IF statement to complete its work, look at the...
  2. ross6720

    Do Form myForm In myApp.Exe - is there a way?

    Gentlemen: I am 60 years old and have been working with VFP form12 years. Trendy is not the issue. Powerful data applications and easy interfaces with other applications and the web are why VFP is still a great product. Anyone ever wonder why MS doesn't market this tool more? Ray Ross
  3. ross6720

    how to add a method to a grid built on the fly

    Thank you, Borislav, for the correction. Works perfectly.
  4. ross6720

    how to add a method to a grid built on the fly

    this is what I tried: for asd = 1 to thisform.gridSystems.columncount oColumn = thisform.gridSystems.Columns(asd) oControl = oColumn.CurrentControl BINDEVENT(oColumn,"dblclick",thisform,"columnclick",1) next err = "Function argument value, type, or count is invalid." I created the...
  5. ross6720

    how to add a method to a grid built on the fly

    I am building a grid on the fly. I want to put a command in the dblclick() of each column that will select the record and close the form that has the grid. How can I add a method to a grid after it is defined? I have looked at WriteMethod() but this does not work or I am doing something it...
  6. ross6720

    Create new page when field does not fit on current page

    Hi Stella I have a report that has 8 lines of static data with 'remove line if blank' on the left margin and a memo field starting at about the center of the page with stretch on. The report will print correctly in most cases but will randomly leave a bunch of white before the horizontal line...
  7. ross6720

    Exporting Global Address List

    my goal is to use the GAB in a dropdown list on a Fox form. The .oab extension is not usable in Fox. I need to get the data into a fox table.
  8. ross6720

    Exporting Global Address List

    Since my last msg, I was able to find where the downloaded data went. However, the file ext is '.oab'. How can I get this data into a '.txt' file or fox table?
  9. ross6720

    Exporting Global Address List

    Excuse me. My mistake. I have Outlook, not Express. sorry
  10. ross6720

    Exporting Global Address List

    Mark I have OE 2000 sp3. Automatic or not, where does the downloaded file end up? I don't get a Save To: diaglog.
  11. ross6720

    Exporting Global Address List

    NortonES2 Any idea where the downloaded files ends up? rr
  12. ross6720

    Exporting Global Address List

    Mark Thanks for the quick reply. I am working in an environment of 3500 users. My tools->send/receive menu does not have a download option. Is this something that could have been turned off thru network administration?
  13. ross6720

    Exporting Global Address List

    I am facing this same problem. Were you able to get any help in exporting the Global Address book? thanks, Ray Ross
  14. ross6720

    How to use multi background colors in a grid.

    Thanks, Mike, for your help. This FAQ did, in fact, give me the capability I was looking for. It does work! Ray Ross
  15. ross6720

    How to use multi background colors in a grid.

    I have a grid that contains data in 3 distinct time periods that I would like to display with a different background color for each time period. My form is not large enough to use 3 grids, so the grid I am using has to be scrollable vertically with the background colors following the rows when...

Part and Inventory Search

Back
Top