When I issue the following command for some reason it is setting variables to null and not capturing to the proper file name. Here are my variables set v vPropid int=4558 sel Sektion,Block,Lot into vSektion vi1,vBlock vi2,vLot vi3 fro sbj + whe propid=.vpropid set v vMapimage=(.vSCMapLoc+.vsektion+.vblock+.vlot+'.jpg')
My variable values are as follows; vSCMapLoc = 'C:\Village\Maps\' vsektion = '21' vblock = '11' vlot = '22' vMapimage = ''C:\Village\Maps\211121.jpg' When this command is run PROPERTY RBASE_FORM 'CAPTURE_FROM_WINDOW|10,40,617,601' &vMapImage the image is saved to a file named .jpg. The .jpg file has the correct image, it is just not naming it properly. There are no recalc variable commands in my code. Why is the command dropping variables ? Thanks for any help Bill Eyring

