Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Screens
Message
From
17/05/2005 10:55:49
 
General information
Forum:
Visual FoxPro
Category:
FoxPro 2.x
Title:
Miscellaneous
Thread ID:
01014913
Message ID:
01014926
Views:
19
Hi Sergey,

I have tried adding it by going to Screen Layout then Code then Screen Setup Code and adding it there on the first line... Still doesnt seem to work

Copy of SPR below
*       *********************************************************
*       *                                                         
*       * 05/17/2005             JSDIR.SPR               10:51:07 
*       *                                                         
*       *********************************************************
*       *                                                         
*       * Author's Name                                           
*       *                                                         
*       * Copyright (c) 2005 Company Name                         
*       * Address                                                 
*       * City,     Zip                                           
*       *                                                         
*       * Description:                                            
*       * This program was automatically generated by GENSCRN.    
*       *                                                         
*       *********************************************************


#REGION 0
REGIONAL m.currarea, m.talkstat, m.compstat

IF SET("TALK") = "ON"
	SET TALK OFF
	m.talkstat = "ON"
ELSE
	m.talkstat = "OFF"
ENDIF
m.compstat = SET("COMPATIBLE")
SET COMPATIBLE FOXPLUS

m.rborder = SET("READBORDER")
SET READBORDER ON

m.currarea = SELECT()


*       *********************************************************
*       *                                                         
*       *               Windows Window definitions                
*       *                                                         
*       *********************************************************
*

IF NOT WEXIST("_1is22p7a3")
	DEFINE WINDOW _1is22p7a3 ;
		AT  0.000, 0.000  ;
		SIZE 19.692,96.400 ;
		TITLE "Enter Driving Directions" ;
		FONT "MS Sans Serif", 8 ;
		NOFLOAT ;
		NOCLOSE ;
		NOMINIMIZE ;
		SYSTEM ;
		FILL FILE LOCFILE("WHDMARB.BMP","BMP|ICO|PCT|ICN", ;
			"Where is whdmarb?")
	MOVE WINDOW _1is22p7a3 CENTER
ENDIF


*       *********************************************************
*       *                                                         
*       *          JSDIR/Windows Setup Code - SECTION 2           
*       *                                                         
*       *********************************************************
*

#REGION 1
parameters lccu_id, lcjs_id,lcaddr,lccity,lcstate,lczip
lchdr = ""
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform