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!

Recent content by Brenton

  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.

Part and Inventory Search

Back
Top