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