FW: Multiple Forms like Tabs in Internet Explorer
I would like to know that, Is there any option to open different Data Entry Forms in One program Like opening different sites in Internet Explorer?
Thanks & Regards Rasool Bux Sr. Data Management Coordinator & Data Manager, Hypertension Research Program, Community Health Sciences Department, Aga Khan University, Stadium Road, P.O. Box 3500, Karachi 74800. Pakistan.
Office Contact: +9221-34864897, +9221-34864812 Fax Number: +9221-3494294, +9221-34932095
________________________________ This e-mail may contain information that is privileged or confidential. If you are not the intended recipient, please delete the e-mail and any attachments and notify us immediately.
Only if the forms are linked via the relate command. (as in the HOUSE-PERSON-VISIT example on the web site)
Jamie
On 2011-05-10, at 4:41 AM, epidata-list@lists.umanitoba.ca wrote:
I would like to know that, Is there any option to open different Data Entry Forms in One program Like opening different sites in Internet Explorer?
Thanks & Regards Rasool Bux
Dear Jamie,
I know that, but I have done in Epi6 by making a batch file as below:
================================= @ECHO off
:start cls type menu.txt
choice /c:1234 /s Choose Menu Item to Run:
IF ERRORLEVEL 4 GOTO END IF ERRORLEVEL 3 GOTO FormC IF ERRORLEVEL 2 GOTO FormB IF ERRORLEVEL 1 GOTO FormA
GOTO start
:FormA d:\epi6\enterx d:\first\first.rec /auto /confirm goto start
:FormB d:\epi6\enterx d:\day1\day1.rec /auto /confirm goto start
:FormC d:\epi6\enterx d:\day8\day8.rec /auto /confirm goto start
:end cls ECHO BYe BYe BYe @echo on
=================================
Is there any alternate for EPi Data to make a menu as above.
Thanks Rasool Bux
-----Original Message----- From: epidata-list-bounces@lists.umanitoba.ca [mailto:epidata-list-bounces@lists.umanitoba.ca] On Behalf Of epidata-list@lists.umanitoba.ca Sent: Tuesday, May 17, 2011 5:16 PM To: epidata-list@lists.umanitoba.ca Subject: Re: [EpiData-list] FW: Multiple Forms like Tabs in Internet Explorer
Only if the forms are linked via the relate command. (as in the HOUSE-PERSON-VISIT example on the web site)
Jamie
On 2011-05-10, at 4:41 AM, epidata-list@lists.umanitoba.ca wrote:
I would like to know that, Is there any option to open different Data Entry Forms in One program Like opening different sites in Internet Explorer?
Thanks & Regards Rasool Bux
_______________________________________________ EpiData-list mailing list EpiData-list@lists.umanitoba.ca http://lists.umanitoba.ca/mailman/listinfo/epidata-list
----- No virus found in this message. Checked by AVG - www.avg.com Version: 10.0.1375 / Virus Database: 1500/3640 - Release Date: 05/15/11
This e-mail may contain information that is privileged or confidential. If you are not the intended recipient, please delete the e-mail and any attachments and notify us immediately.
This can be done the same way. You can put the command for epidata into a batch file and Windows will open it. Of course, in Windows, the batch file works best if you create a shortcut to it. I've done this. The epidata command line is described on page 84 of the Extended Help (PDF) file on the download page. You have the same options (/autosave /confirm).
The elegant solution Jens has used in the past is to create a small HTML file that has hyperlinks which load epidata. Modern browsers do not permit you to execute files, even if they are local files, but EpiData Analysis does allow you to launch applications from HTML files. That may be too complicated for your application.
Jamie
On 2011-05-18, at 6:29 AM, epidata-list@lists.umanitoba.ca wrote:
Dear Jamie,
I know that, but I have done in Epi6 by making a batch file as below:
================================= @ECHO off
:start cls type menu.txt
choice /c:1234 /s Choose Menu Item to Run:
IF ERRORLEVEL 4 GOTO END IF ERRORLEVEL 3 GOTO FormC IF ERRORLEVEL 2 GOTO FormB IF ERRORLEVEL 1 GOTO FormA
GOTO start
:FormA d:\epi6\enterx d:\first\first.rec /auto /confirm goto start
:FormB d:\epi6\enterx d:\day1\day1.rec /auto /confirm goto start
:FormC d:\epi6\enterx d:\day8\day8.rec /auto /confirm goto start
:end cls ECHO BYe BYe BYe @echo on
=================================
Is there any alternate for EPi Data to make a menu as above.
Thanks Rasool Bux
-----Original Message----- From: epidata-list-bounces@lists.umanitoba.ca [mailto:epidata-list-bounces@lists.umanitoba.ca] On Behalf Of epidata-list@lists.umanitoba.ca Sent: Tuesday, May 17, 2011 5:16 PM To: epidata-list@lists.umanitoba.ca Subject: Re: [EpiData-list] FW: Multiple Forms like Tabs in Internet Explorer
Only if the forms are linked via the relate command. (as in the HOUSE-PERSON-VISIT example on the web site)
Jamie
On 2011-05-10, at 4:41 AM, epidata-list@lists.umanitoba.ca wrote:
I would like to know that, Is there any option to open different Data Entry Forms in One program Like opening different sites in Internet Explorer?
Thanks & Regards Rasool Bux
EpiData-list mailing list EpiData-list@lists.umanitoba.ca http://lists.umanitoba.ca/mailman/listinfo/epidata-list
No virus found in this message. Checked by AVG - www.avg.com Version: 10.0.1375 / Virus Database: 1500/3640 - Release Date: 05/15/11
This e-mail may contain information that is privileged or confidential. If you are not the intended recipient, please delete the e-mail and any attachments and notify us immediately.
EpiData-list mailing list EpiData-list@lists.umanitoba.ca http://lists.umanitoba.ca/mailman/listinfo/epidata-list
Dear Jamie,
You are right, that the batch file will work but on exit by pressing F10 it is not coming back to Batch file. Is there any command or option when I press F10 it will come on the batch file menu.
Regards Rasool Bux
-----Original Message----- From: epidata-list-bounces@lists.umanitoba.ca [mailto:epidata-list-bounces@lists.umanitoba.ca] On Behalf Of epidata-list@lists.umanitoba.ca Sent: Wednesday, May 18, 2011 8:02 PM To: epidata-list@lists.umanitoba.ca Subject: Re: [EpiData-list] FW: Multiple Forms like Tabs in Internet Explorer
This can be done the same way. You can put the command for epidata into a batch file and Windows will open it. Of course, in Windows, the batch file works best if you create a shortcut to it. I've done this. The epidata command line is described on page 84 of the Extended Help (PDF) file on the download page. You have the same options (/autosave /confirm).
The elegant solution Jens has used in the past is to create a small HTML file that has hyperlinks which load epidata. Modern browsers do not permit you to execute files, even if they are local files, but EpiData Analysis does allow you to launch applications from HTML files. That may be too complicated for your application.
Jamie
On 2011-05-18, at 6:29 AM, epidata-list@lists.umanitoba.ca wrote:
Dear Jamie,
I know that, but I have done in Epi6 by making a batch file as below:
================================= @ECHO off
:start cls type menu.txt
choice /c:1234 /s Choose Menu Item to Run:
IF ERRORLEVEL 4 GOTO END IF ERRORLEVEL 3 GOTO FormC IF ERRORLEVEL 2 GOTO FormB IF ERRORLEVEL 1 GOTO FormA
GOTO start
:FormA d:\epi6\enterx d:\first\first.rec /auto /confirm goto start
:FormB d:\epi6\enterx d:\day1\day1.rec /auto /confirm goto start
:FormC d:\epi6\enterx d:\day8\day8.rec /auto /confirm goto start
:end cls ECHO BYe BYe BYe @echo on
=================================
Is there any alternate for EPi Data to make a menu as above.
Thanks Rasool Bux
-----Original Message----- From: epidata-list-bounces@lists.umanitoba.ca [mailto:epidata-list-bounces@lists.umanitoba.ca] On Behalf Of epidata-list@lists.umanitoba.ca Sent: Tuesday, May 17, 2011 5:16 PM To: epidata-list@lists.umanitoba.ca Subject: Re: [EpiData-list] FW: Multiple Forms like Tabs in Internet Explorer
Only if the forms are linked via the relate command. (as in the HOUSE-PERSON-VISIT example on the web site)
Jamie
On 2011-05-10, at 4:41 AM, epidata-list@lists.umanitoba.ca wrote:
I would like to know that, Is there any option to open different Data Entry Forms in One program Like opening different sites in Internet Explorer?
Thanks & Regards Rasool Bux
EpiData-list mailing list EpiData-list@lists.umanitoba.ca http://lists.umanitoba.ca/mailman/listinfo/epidata-list
No virus found in this message. Checked by AVG - www.avg.com Version: 10.0.1375 / Virus Database: 1500/3640 - Release Date: 05/15/11
This e-mail may contain information that is privileged or confidential. If you are not the intended recipient, please delete the e-mail and any attachments and notify us immediately.
EpiData-list mailing list EpiData-list@lists.umanitoba.ca http://lists.umanitoba.ca/mailman/listinfo/epidata-list
_______________________________________________ EpiData-list mailing list EpiData-list@lists.umanitoba.ca http://lists.umanitoba.ca/mailman/listinfo/epidata-list
----- No virus found in this message. Checked by AVG - www.avg.com Version: 10.0.1375 / Virus Database: 1509/3644 - Release Date: 05/17/11
This e-mail may contain information that is privileged or confidential. If you are not the intended recipient, please delete the e-mail and any attachments and notify us immediately.
participants (1)
-
epidata-list@lists.umanitoba.ca