home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global categO, fileName, dito, Indic, Drive, DProd, capt, exe, inst, type, IndicT
- put EMPTY into field "titre"
- put line IndicT of field "prod" into field "titre"
- if type = 1 then
- fileName = the pathName & "prodb" & categO & ".fds"
- dito = "prodb"
- reFile()
- Drive = char 1 to 3 of the pathName
- Indic = the mouseLine
- end if
- if type = 2 then
- fileName = the pathName & "Mprodb" & categO & ".fds"
- dito = "prodb"
- reFile()
- Drive = the pathName
- Indic = the mouseLine
- end if
- repartition()
- end
-