I have a Jwd application developed in Windows that runs fine in Jwdw, but won't run in Jwdp. According to http://jsoftware.com/help/user/overview.htm , this is perhaps because I am using Windows specific features. As far as I can see, my application doesn't have any Windows dependent functionality, but I'm most probably mistaken! Is there a list of these Windows-specific features of Jwdw that I can refer to somewhere?
I have another application that works fine in both Jwdw & Jwdp but can't work out what the deciding difference is. When I test the application in Jwdp ijx, I get an domain error when it comes to initialise the form: |domain error: wd | wd F Where F is the following form definition: F=: 0 : 0 pc f nomax; menupop "&File"; menu con "&Connect" "" "" ""; menusep; menu exit "E&xit" "" "" ""; menupopz; menupop "&Tools"; menu updAllREVs "&Update All REVs" "" "" ""; menusep; menu impCat "&Import Sale Catalogue" "" "" ""; menu viewCat "&View Sale Catalogue" "" "" ""; menupopz; menupop "&Help"; menu about "&About" "" "" ""; menupopz; xywh 21 10 50 10;cc ccstatic static;cn "Clients"; xywh 17 22 64 149;cc lsObj listbox ws_vscroll es_autovscroll es_autohscroll bottommove; xywh 90 8 205 188;cc tab tab bottommove rightmove; xywh 96 23 195 172;cc grid isigraph bottommove rightmove; xywh 300 21 57 16;cc btEdit button leftmove rightmove;cn "&Edit"; xywh 300 41 57 16;cc btSave button leftmove rightmove;cn "&Save Changes"; xywh 300 61 57 16;cc btCancel button leftmove rightmove;cn "&Cancel Changes"; xywh 300 81 57 16;cc btcalcREVs button leftmove rightmove;cn "Calculate &REVs"; xywh 300 101 57 16;cc btFlip button leftmove rightmove;cn "&Flip"; xywh 312 177 44 12;cc btClose button leftmove rightmove;cn "Close"; xywh 300 41 57 16;cc btChoose button leftmove rightmove;cn "C&hoose Profile"; xywh 300 21 57 16;cc btAdd button leftmove rightmove;cn "&Add"; pas 6 6;pcenter; rem form end; ) ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
