Rbase 95_64, Win7 Hi, I want to start with the CHOOSE command and a variable an Exel file, but the result is it only opens me the specified folder. The vars are shown correctly at the R:Prompt with "show vars". CHOOSE: ok path: ok var content: ok shown files in CHOOSE: ok LAUNCH Command: instead of (&vchoosei3) manually "filename.xls" ok
Point is: the content of the variable is not recognized in the command (wether "&" or".") There must be mistake in my LAUCH command only, but cannot find it. If anybody sees my mistake ... :) Thank“s Fritz CLS CHOOSE vchoosei3txt FOR #LFILES IN e:\rbti\rbg95_64\dbdrfl\iv_exceldata\*.XLS TITLE "EXCEL-TABELLEN" CAPTION "(c)drfl -- INVENTUR" LINES 25 OPTION THEMENAME Razzmatazz IF vchoosei3txt IS NULL OR vchoosei3txt = "[Esc]" THEN GOTO done ELSE SET VAR vchoosei3 = .vchoosei3txt ENDIF LAUNCH e:\rbti\rbg95_64\dbdrfl\iv_exceldata\(&vchoosei3) |w LABEL done CLEAR VAR vchoosei3txt, vchoosei3 RETURN --- RBASE-L =======================3D=======================3 D= TO POST A MESSAGE TO ALL MEMBERS: Send a plain text email to [email protected] (Don't use any of these words as your Subject: INTRO, SUBSCRIBE, UNSUBSCRIBE, SEARCH, REMOVE, SUSPEND, RESUME, DIGEST, RESEND, HELP) =======================3D=======================3 D= TO SEE MESSAGE POSTING GUIDELINES: Send a plain text email to [email protected] In the message SUBJECT, put just one word: INTRO =======================3D=======================3 D= TO UNSUBSCRIBE: Send a plain text email to [email protected] In the message SUBJECT, put just one word: UNSUBSCRIBE =======================3D=======================3 D= TO SEARCH ARCHIVES: Send a plain text email to [email protected] In the message SUBJECT, put just one word: SEARCH-n (where n is the number of days). In the message body, place any text to search for. =======================3D=======================3 D=

