Search found 19 matches: attrib

Return to advanced search

Re: COMBOBOX HEIGHTGET is not working?

... ] ; [ SELHEIGHT <nSelHt> ] ; [ ITEMHEIGHT <nItmHt> ] ; [ <lw: LISTWIDTH, DROPWIDTH> <nDropW> ] ; [ DIRECTORY <cDir> [ATTRIB <attr>] [SAYDIR <oSayDir> ] ] ; [ OWNERDRAW <uOwnerDraw> ];
by carlos vargas
Tue May 19, 2020 9:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: COMBOBOX HEIGHTGET is not working? *Solved*
Replies: 11
Views: 1566

New FTDN July 2017 (FWH 17.07)

... := <nNewVal> // NIL resets oCbx:nDropWidth := <nNewVal> // reset does not work - New clause [ DIRECTORY <cDirectory> [ATTRIB <nAttr>] ; [SAYDIR oSay] ] Displays files in the directory. In this case aItems is forced empty. Contents of the directory are displayed ...
by Antonio Linares
Sun Aug 13, 2017 8:19 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN July 2017 (FWH 17.07)
Replies: 5
Views: 2911

Re: ads error 7008

... COPIA. :idea: Saltar esa tabla y seguir con la siguiente a ver si abre la siguiente. :idea: Abrir la tabla fallona con DBFCDX. :idea: Ver con Attrib que atributos tiene esa tabla a ver si algun atributo es distinto al de otras tablas. :idea: Comprueba que nadie este usando el archivo en exclusivo. ...
by hmpaquito
Fri Nov 28, 2014 7:03 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ads error 7008 (arreglado)
Replies: 5
Views: 1444

HScroll de XBrowse en 1 Columna

... En el ejemplo xbrwdisk.prg si se puede pero solo entre columnas "Bytes", "Date","Time" y "Attrib", en mi caso quite estas 4 columnas pues no las necesito, mi duda es como hacer que el scroll funcione pero para recorrer el ancho de la ...
by cuatecatl82
Tue Aug 06, 2013 8:28 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: HScroll de XBrowse en 1 Columna
Replies: 6
Views: 1302

Carpetas de solo lectura

... solo lectura. He intentado remover esta propiedad en las propiedades del folder pero no lo he logrado. También probé desde CMD con la instrucción Attrib -r +s c:\bases ( bases es la carpeta en cuestión ) y tampoco surte efecto. Alguien sabe. Desde ya muchisimas gracias.
by horacio
Mon Jul 02, 2012 10:39 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Carpetas de solo lectura
Replies: 6
Views: 1251

FILEXML CLASS : A REGLA FOR XMAS

... is the test Procedure test() Local oXml, n Local cType, cTag DEFINE XML oXml FILE "TEST.xml" FORMAT CREATEXML FILEMARK "CUST" ATTRIB "Database" VALUE "CUST" OF oXml // CUST OR CUSTOMERS USE CUSTOMER GO TOP USE CUSTOMER GO TOP DO WHILE !Eof() CREATEXML FILEMARK ...
by Silvio
Wed Dec 02, 2009 9:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FILEXML CLASS : A REGLA FOR XMAS
Replies: 1
Views: 1238

Carpetas imborrables

... el programa que pongo en dichas USB Otra cosa interesante que encontre y que comparto con ustedes (tal vez ya lo saben), es que mediante el ATTRIB +h +s se aplica un atributo que oculta las carpetas incluso cuando la opcion de presentar archivos y carpetas ocultas esta activada... CUalquier ...
by JoseGS
Sun Oct 25, 2009 5:42 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Carpetas imborrables
Replies: 2
Views: 577

You need to use nXor() to exclude the attributes that you don't want. Or use nAnd() to select the attributes that you just want. Sir, Can i get a sample programe regarding changing attrib for a file using nXor(),nAnd(). Because i try this in ...
by sanilpmc
Fri Oct 03, 2008 5:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help - FAttrib
Replies: 7
Views: 1598

FAttrib(cFileName, ) ie without any parameter resets the attrib to empty I don't know hot to reset a particular attrib alone ie to change READ ONLY attribute alone if the file already has a HIDDEN and READ ONLY attribute is set. Thank you Sir, when I ...
by sanilpmc
Mon Sep 29, 2008 11:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help - FAttrib
Replies: 7
Views: 1598

Sanil,

FAttrib(cFileName, ) ie without any parameter resets the attrib to empty

I don't know hot to reset a particular attrib alone ie to change READ ONLY attribute alone if the file already has a HIDDEN and READ ONLY attribute is set.

Regards

Anser
by anserkk
Mon Sep 29, 2008 11:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help - FAttrib
Replies: 7
Views: 1598

Thank you,

Its working, Now i can set multiple attrib for a folder or a file using FAttrib(). But Sir I have one more question

How can I remove the attrib from a folder or a file using FAttrib().
Or is there any other function for it

Sanil
by sanilpmc
Mon Sep 29, 2008 10:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help - FAttrib
Replies: 7
Views: 1598

Sanil

Please try this

Code: Select all  Expand view
FAttrib(FileName,02+04)  // 02 -> Hidden and 04 -> System


I belive that this will make Hidden and System attrib together in a single shot

Regards

Anser
by anserkk
Mon Sep 29, 2008 9:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help - FAttrib
Replies: 7
Views: 1598

Help - FAttrib

Dear All,

how can i set multiple attrib for a file using FAttrib() method. For eg. Hidden and system together in a single Fattrib command

Sanil
by sanilpmc
Mon Sep 29, 2008 9:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help - FAttrib
Replies: 7
Views: 1598

Fivewin Classes

... ; // "+" pressed [TGet:Inc()] If( nKey == VK_SUBTRACT, oGet--, Nil ) ) }; // "-" pressed [TGet:Dec()] (*) Assumes you have the Vertical Scrollbar attrib check in your dll/rc Thanks, I've tried this and it doesn't seem to work. I modified the keydown method of tget to call ::oGet:inc() and that ...
by Antonio Linares
Wed Aug 27, 2008 7:44 am
 
Forum: Utilities / Utilidades
Topic: Boris Pekic - NG's archive
Replies: 27
Views: 65305

... has encontrado al responsable de la dispersión del virus. Haz lo necesario para eliminar los archivos mencionados comenzando con el *.com, usa attrib para quitarles los atributos de ocultos, solo lectura y sistema, después simplemente bórralos (ojo, no vayas a borrar ntdetect.com). Es complicado ...
by mmercado
Fri Jun 27, 2008 5:36 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Será algun virus ?
Replies: 14
Views: 2874
Next

Return to advanced search