Linking two csentry applications
-
LOKOSSOU DURAND
- Posts: 4
- Joined: September 23rd, 2016, 3:26 pm
Linking two csentry applications
i'm using csentry with two different applications. for example the first is MODULE1 et the second is MODULE 2 ; how can i link then?
-
josh
- Posts: 2403
- Joined: May 5th, 2014, 12:49 pm
- Location: Washington DC
Re: Linking two csentry applications
What do you mean by linking them? Linking the data files, launching one application from another?
-
LOKOSSOU DURAND
- Posts: 4
- Joined: September 23rd, 2016, 3:26 pm
Re: Linking two csentry applications
i want to launch one csentry application at the end of another csentry application.
thank
thank
-
Gregory Martin
- Posts: 1948
- Joined: December 5th, 2011, 11:27 pm
- Location: Washington, DC
Re: Linking two csentry applications
Look in the helps at the execpff function. You can use this function to open another data entry program. You will put this in logic at the point where you want to open the other program.
-
LOKOSSOU DURAND
- Posts: 4
- Joined: September 23rd, 2016, 3:26 pm
Re: Linking two csentry applications
DEARS THANKS !!!