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

  1. albertl

    How to save the result of list memory to a table?

    Hi Dave, My typo again:-) I mean to type "I already try list memory like _* and it lists nothing."
  2. albertl

    How to save the result of list memory to a table?

    Hi Mike, I have also tried that already and it did list system variables and different type of definitions. But don't know how to just list system variables. Anyway, this is not really my concern but just curious. My concern is how to generate a table from the text file. Thanks.
  3. albertl

    How to save the result of list memory to a table?

    Hi Tamar, I already try list memory list _* and it lists nothing. How should I create the table since I don't know the columns and their size? Thanks.
  4. albertl

    How to save the result of list memory to a table?

    I execute the statement: List Memory like a* to file c:\temp\test. Now, I wamt to import it back to a table. First, is c:\temp\test.txt a delimited file? If yes, what is the delimited character? I'm thinking about creating a table and then append from the file but don't know how many...
  5. albertl

    How to make remote views in different dbcs share same connection?

    Hi Mike, FYI Cursorgetprop() does not return the connection handle but the cursor handle. Need to use sqlgetprop(Cursorgetprop("ConnectHandle") ,odbchdbc)
  6. albertl

    How to get a list of existing objects in VFP 9?

    I want to get a list of existing objects (in my case they are non-visual objects) which are created through CreateObject() during runtime. So, I can loop through the list and retrieve the value of all the properties. Thanks.
  7. albertl

    How to make remote views in different dbcs share same connection?

    I want the remote views in different dbcs to share same connection. If different dbcs use the same named connection and their remote views are set to Share Connection, does it mean the remote views of those dbcs share the same connection? Thanks.
  8. albertl

    How to find connection/statement handle in Visual FoxPro?

    Hi Mike, I have done some testing yesterday. Cursorgetprop("ConnectHandle") will only return a handle but it is different for each cursor. To check for the same handle, I need to use sqlgetprop(Cursorgetprop("ConnectHandle") ,odbchdbc) to find the handle which is same for all cursor shared...
  9. albertl

    How to find connection/statement handle in Visual FoxPro?

    I want to know the difference among the following handles: 1. The handle returned by sqlconnect or sqlconnectstring 2. The handle returned by sqlgetprop( , "ODBChdbc") 3. The handle returned by sqlgetprop( , "ODBChstmt") 4. The handle returned by cursorgetprop("ConnectHandle") 5. The handle...
  10. albertl

    Print to fax

    Hi Everyone, We had a problem in our Crystal Report 8.5 printing to a Fax. It would crash when printing to a Fax(Microsoft Shared Fax Driver). We are using Windows XP SP2. To check if it is a Crystal issue, we export the report into a .RPT file. Then we open the .RPT file in Crystal Report...

Part and Inventory Search

Back
Top