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...
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, "c:\program.prg"
this.value = EditStr
do c:\program.prg <-- this is where I get...
mgagnon-
I am still pretty confused. Lets go back to your original post.
This.SetAll("dynamicbackcolor",;
"iif((Stock='b', rgb(250,0,0), rgb(0,0,0))", "column
I just need to change 3 known columns. columns 1,6,and 8.
Can you explain your original...
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.
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.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.