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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: ArthurLiu88
  • Content: Threads
  • Order by date
  1. ArthurLiu88

    How to call the customized CA class w/o DE

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

    Date Problem in SQL2000

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

    Update Conflict when DELETE a new append record

    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"...
  4. ArthurLiu88

    Where to find SPT sample codes

    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

Part and Inventory Search

Back
Top