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