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

    Vbscript Outlook email

    The following is a script I have written to text message me a text files contents. My problem is that my phone doesn't recognize the vbcrlf. Can anyone pleas help. Dim Filename Dim FSO Dim TextStream Dim file dim SafeItem, oItem Const ForReading = 1, ForWriting = 2, ForAppending = 3 Const...
  2. Brenton

    Execute Code From edit box at runtime

    well crap!! Thanks for the help though.
  3. Brenton

    Execute Code From edit box at runtime

    I am useing VFP 7 and I am using this in runtime only.
  4. Brenton

    Execute Code From edit box at runtime

    I have an edit box that I am trying to put code in at runtime. I am running into the following. edit1.middlclick event Public EditStr EditStr = this.value edit1.middleClick event strtofile(EditStr, &quot;c:\program.prg&quot; this.value = EditStr do c:\program.prg <-- this is where I get...
  5. Brenton

    Change current rows back color

    Thank you all...you've been a great help.
  6. Brenton

    Change current rows back color

    That would work, but I don't need an if condition. I just want the selected row to change the back color of columns 1, 6, and 8.
  7. Brenton

    Change current rows back color

    mgagnon- I am still pretty confused. Lets go back to your original post. This.SetAll(&quot;dynamicbackcolor&quot;,; &quot;iif((Stock='b', rgb(250,0,0), rgb(0,0,0))&quot;, &quot;column I just need to change 3 known columns. columns 1,6,and 8. Can you explain your original...
  8. Brenton

    Change current rows back color

    What event should this go under?
  9. Brenton

    Change current rows back color

    How do I do this with just the current row?
  10. Brenton

    Change current rows back color

    I need to change the current rows backcolor in my grid, but I only need to change 3 feilds backcolor not the whole row. Can someone help?
  11. Brenton

    Adding a Combobox to a grid

    That Did it for me. Thank you very much for all your help mgagnon.
  12. Brenton

    Adding a Combobox to a grid

    OK...I got the combo box onto the grid. Thank you very much mgagnon. Now how do I make use of the new combobox? I used grid1.column8.text1.visible=.f. grid1.column8.combo1.visible=.t. but nothing seems to change.
  13. Brenton

    Adding a Combobox to a grid

    My form Controls Toolbar will not let me drag anything off of it.
  14. Brenton

    Adding a Combobox to a grid

    When you say property sheet are you talking about the properties window?
  15. Brenton

    Adding a Combobox to a grid

    I don't think i am following you. I created a new combobox on my form. Then I opened up the properties for my grid and tried to drag my combobox from my form to my grid column8 properties. I can't drag anything off of my form. I guess its fair to say I am Lost.
  16. Brenton

    Adding a Combobox to a grid

    I have searched through the archives and FAQ's and found some help that left me more confused than anything. I have a form with a grid on it. I want to change one of the columns from a textbox to a combo box, and fill the box with a certain feild in a table. So far I have had no luck, but...
  17. Brenton

    EOF encounter help

    That will get me rolling in the right direction. Thanks to all that helped. Brenton Pryer
  18. Brenton

    EOF encounter help

    OK I now understand, and I found an error in my code. I have a form with a textbox, combobox, and a command button. When I click on the command button I want to find all records with matching descriptions(Combobox) and matching locations(textbox) from the 2 tables and put them into one table...
  19. Brenton

    EOF encounter help

    I guess I am not following. When I select 2 i am doing a locate for. What are you suggesting? Please bare with me I am fairly new to Foxpro
  20. Brenton

    EOF encounter help

    I really don't know why any of these aren't working for me. When I run slighthaze code my status bar reads End of locate scope. What exactly does this mean? Am I missing something here? I have tried all of these examples with no success. All your help is appreciated

Part and Inventory Search

Back
Top