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 strongm 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: CCHSR
  • Content: Threads
  • Order by date
  1. CCHSR

    Class Error in Foxpro VPME6

    IF TYPE('This.oSession') <> 'O' This.oSession = CREATEOBJECT('Session') IF TYPE('This.oSession') <> 'O' RETURN .F. ENDIF * Set the environment of the private data session. This.SetPrivateDataSessionEnvironment(This.oSession.DataSessionID) ENDIF Every time I try to start the...
  2. CCHSR

    Creating a popup window from a grid that opens and closes when changing rows

    VPF 6.0 I have a grid that when I change rows it passes data to varables that I pass to a form that I want to pop up each time I change rows, I am having trouble finding the right procedure to accomplish that. The form I call looks up some detail about some items and shows that info in a grid...
  3. CCHSR

    BlackIce Pdf Driver and VFP 9.0 on 32bit and 64bit windows 7

    Has any one written a routine that changes the output file name when using the Blackice PDF Driver. I am tring to write one but they do not have sample prgs written in Foxpro. Not sure if vb.net ocx will work, and how to set it up in the prg. Any help or suggestions would be great. Craig C. Hudson
  4. CCHSR

    how to run a Visual Basic Prg or a C++ or C#.net from a VFP program

    Sorry I posted this in the wrong forum before. Does anyone know how to run a Visual Basic Prg or a C++ or C#.net from a VFP program. This is a extension of the .TLB post I posted, I thought this might be a better approach. Craig
  5. CCHSR

    Calling or running a VB or C++ or C#.net routine from VFP6.0

    Does anyone know how to run a Visual Basic Prg or a C++ or C#.net from a VFP program. This is a extension of the .TLB post I posted, I thought this might be a better approach. Craig
  6. CCHSR

    Generation of a .tlb file

    I have a dll that is designed to be used in an .net application it is called ICVTnsClient.dll and it is used in a credit card application. The program that uses it is ICVERIFY. The basic purpose is to encrypt and decrypt the request file. The SDK talks about generating a .tlb file that has to be...

Part and Inventory Search

Back
Top