I buildup my own CursorAdapter class, I can use them like the following code in DataEnviroment.OpenTables method:
this.AddObject("o", "myCursorAdapter")
It works fine.
But how can I apply it in the myForm class, because classes doesn't support DE. There is same question for toolbar or menu...
Hi
I'm a beginner with SQL2000. I have some questions about DATE field.
1 When I leave the date field blank, it returns '01/01/1900 00:00:00' after requery(). I'm using remote view and binded the cursor in the grid. How can I avoid this situation and just return ' / / ' like in VFP.
2 Some...
I don't understand where is the update conflict. The code is as follows:
SCATTER NAME oFieldValue MEMO FIELDS EXCEPT timestamp_column, idnbr
APPEND BLANK
GATHER NAME oFieldValue MEMO
REPLACE curEmployee.name WITH ALLTRIM(curEmployee.name) + "-COPY" IN curEmployee
lcAlias = "curEmployee"...
Hi
I'm a beginner for SPT. Does anyone can help where I can find out the sample codes including navigate, add, edit and delete, just like the 'Tastrade' in the VFP.
Many thanks
Arthur
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.