home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global categO, fileName, dito, Indic, Drive, DProd, capt, exe, inst, type
- 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()
- put line Indic of field "prod" into field "titre"
- set the foreColor of line 1 of field "des" to 18
- end
-