i have a MSFLEXGRID and a TEXTBOX on a form. on DESIGN TIME, i put the textbox on top of the flexgrid. but everytime i RUN the form, the flexgrid is always on top of the textbox making the textbox impossible to see.
is there some activex issues on VFP8 that i should know?
thank you very much!
hi guys!
is there a special function in VFP6 that checks if the user inputs a valid date.
>>> function that works something like this.
if IFDATE(thisform.text1.value) = .t.
... do something ...
else
messagebox("Invalid date.")
endif
thank you!!
hi guys!
this is my code...
ON ERROR do errorHandler
lSqlString = "update a_item_masters set a_field_her 'a'"
&& This code should produce an ODBC Error
SQLEXEC(g_connHandle,lSqlString,"item_query") < 0
MESSAGEBOX("if this messagebox appears...
hi guys!!
is there such a thing like this in VFP...?
(start of code)
...
...
...
(do something here)
...
...
if (condition)
GOTO LABEL sample_label
else
...
...
...
(do something again)
...
...
endif...
i want the textbox to have a DATETIME format. is there a way to do this.
or is there a way to put an empty DATETIME value in a textbox. coz if i do...
"thisform.textbox1.value = {}"
i only limit the textbox to DATE only for input.
thanks you guys!
hi experts,
is it possible to change the font color of a specific column (not the whole row, just a record in one of the columns) depending on a certain condition.
ive already tried this command but it didn't work...
i have this code...
select * from cur_hold_code into array ar_holdcode
thisform.cbohold_code.clear
thisform.cbohold_code.rowsourcetype = 5
thisform.cbohold_code.rowsource = "ar_holdcode"
is there a way to insert another item into the combo box?
Please help. Tnx!
im having a problem on showing my datas in a grid control. the scenario is this:
i have a grid control on a form, in which the recordsourcetype is 'alias' and buffermodeoverride = 5. I set it to alias because i want the editing of datas done on some of the columns. so i used a native table to...
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.