Count the time on a drawing file

Count the time on a drawing file

Anonymous
Not applicable
288 Views
4 Replies
Message 1 of 5

Count the time on a drawing file

Anonymous
Not applicable
Hi! It's possible to count the time that an user work on a DWG file with routines VBA? There's a simple way to make this?? Thanx... Davids
0 Likes
289 Views
4 Replies
Replies (4)
Message 2 of 5

Anonymous
Not applicable
That should be in system variable TINDWG -- Saludos, Ing. Jorge Jimenez, SICAD S.A., Costa Rica "Davids" wrote in message news:40e42fe6_3@newsprd01... > Hi! > > It's possible to count the time that an user work on a DWG file with > routines VBA? > There's a simple way to make this?? > Thanx... > > Davids > >
0 Likes
Message 3 of 5

Anonymous
Not applicable
Ok... But how use it in the vba code? Can you help me? thank you Davids "Jorge Jimenez" wrote in message news:40e4486e$1_3@newsprd01... > That should be in system variable TINDWG > -- > Saludos, Ing. Jorge Jimenez, SICAD S.A., Costa Rica >
0 Likes
Message 4 of 5

Anonymous
Not applicable
thisdrawing.getvariable or thisdrawing.setvariable you can put your cursor in the word, hit the f1 key, and see examples in the help file Kevin "Davids" wrote in message news:40e510fc$1_2@newsprd01... > Ok... But how use it in the vba code? > Can you help me? > thank you > > Davids > > "Jorge Jimenez" wrote in message > news:40e4486e$1_3@newsprd01... > > That should be in system variable TINDWG > > -- > > Saludos, Ing. Jorge Jimenez, SICAD S.A., Costa Rica > > > >
0 Likes
Message 5 of 5

Anonymous
Not applicable
Many thanx Kevin! Davids "Kevin Terry" wrote in message news:40e5513f_3@newsprd01... > thisdrawing.getvariable > or > thisdrawing.setvariable > > you can put your cursor in the word, hit the f1 key, and see examples in the > help file > > Kevin >
0 Likes