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 Chriss Miller 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: *

  1. Susan Antoni

    how to set Cursorgetprop("connecthandle",Alias) same connecthandle

    Oh , sorry [bigsmile] i never know i hope this topic will help another person with same problem every post is helpful about foxpro i clicked "Great Post" already. Thanks you for help me and everyone. regard Susan
  2. Susan Antoni

    how to set Cursorgetprop("connecthandle",Alias) same connecthandle

    Nice !! your answer is so clearly Thanks you [bigsmile][bigsmile][bigsmile][bigsmile]
  3. Susan Antoni

    how to set Cursorgetprop("connecthandle",Alias) same connecthandle

    Thanks you [bigsmile] can you example for "REQUERY()" how to use this function i not understand this function or website for read more.
  4. Susan Antoni

    how to set Cursorgetprop("connecthandle",Alias) same connecthandle

    OK when i used this with 3 cursors and DBSetProp(ThisView,"View","ShareConnection",.F.) and use SELECT somecursor MESSAGEBOX(sqlgetprop(cursorgetprop('connecthandle'),'ODBChdbc')) i got after change DBSetProp(ThisView,"View","ShareConnection",.T.) i got Thanks you
  5. Susan Antoni

    how to set Cursorgetprop("connecthandle",Alias) same connecthandle

    SQL in remote view SELECT Orderdetail.OrderID, Orderdetail.ItemID, Orderdetail.Quantity,; Orderdetail.Unit, Item.ItemName AS itemnm; FROM ; orderdetail Orderdetail ; INNER JOIN item Item ; ON Orderdetail.ItemID = Item.ItemID; WHERE Orderdetail.OrderID = ( ?vOrdNm )...
  6. Susan Antoni

    how to set Cursorgetprop("connecthandle",Alias) same connecthandle

    on VPF7 i shared connect in remote view with odbc on MySQL i got Cursorgetprop("connecthandle",Alias) same value but on VPF9 i shared connect in remote view with odbc on MySQL i got Cursorgetprop("connecthandle",Alias) difference value please tell me about this difference why it worked on...

Part and Inventory Search

Back
Top