Search found 20 matches: altering

Return to advanced search

file ID in the Windows file system

... system), the file retains its File ID. The move operation is essentially changing the file's path in the file system's directory structure, not altering the file itself. - **Metadata Mostly Unchanged**: Most of the file's metadata, including creation time, modified time, and access rights, typically ...
by Otto
Fri Jan 05, 2024 4:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: file ID in the Windows file system
Replies: 5
Views: 623

Re: Backup - switchable hub

... should not be possible. To copy ykushcmd.exe and start on the PC should not be enough. From Yepkit Technical Support: That can be implemented by altering the firmware. There are two scenarios. 1. If using YKUSH boards the password would be static and programmed at factory. This password cannot ...
by Otto
Tue Jul 02, 2019 12:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Backup - switchable hub
Replies: 6
Views: 1161

Re: Preload data for using Xbrouwe EditSource(.T.)

... cCode )   oBrw:EditSource(.T., "klant_nr,Naam_1,Straat,Postcode,Gemeente" )return NIL  If you have any suggestions in altering the browse code, please do ... I like the learning process..
by Marc Venken
Wed May 01, 2019 6:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Preload data for using Xbrouwe EditSource(.T.)
Replies: 11
Views: 1405

Re: The neatest way to remove email button from TPreview

We can not remove the button without altering the program. But it is possible to assign a dummy action or an alternative action to this button which may serve your purpose. At the outset of your main function   Tpreview():bEMail ...
by nageswaragunupudi
Mon Apr 29, 2019 10:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: The neatest way to remove email button from TPreview
Replies: 6
Views: 736

Re: SayBarCode control

... By using our class with a suitable resolution, it is possible to insert a bar code up to 8 digits into the central crown of the DVD, without altering the balance of the disc, without covering useful information for reproduction and without altering the contents of the screen-printed side ...
by Silvio.Falconi
Wed Apr 10, 2019 5:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SayBarCode control
Replies: 34
Views: 6520

Re: Change of structure during development

... Adding a numeric column oCn:AddColumn( "mytale", { "columnname", 'N', 10, 2 } ) --> lSuccess  Altering a column. Assuming we have a column with name "member_name" with width 20. We want to alter the width as 30 oCn:AlterColumn( ...
by nageswaragunupudi
Sat May 27, 2017 6:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Change of structure during development
Replies: 3
Views: 686

Re: ADO RDD xHarbour

... 1 AND 50000" }} This SET together ADOWHERECLAUSE( nWa, cNewSql ) enable us to open tables using the set of data we really need without altering any code logic. This SET is used as default query to open for each table present here. The ADOWHERECLAUSE( nWa, cNewSql ) can be placed in ...
by AHF
Wed Apr 12, 2017 10:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 446155

Re: FWH: MySql/MariaDB: RowSet object

... sorting but only reverses the direction of navigation logic. This makes it instantaneous. Other libs read the complete data again from the server altering the ORDER BY clause. This may have performance implications on slow and remote connections. oRs:aSortSecs --> { nSecs, nOrder } // time ...
by nageswaragunupudi
Thu Jul 21, 2016 12:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH: MySql/MariaDB: RowSet object
Replies: 51
Views: 19533

Re: 15.10 Browse problem

...  RELEASE BRUSH oBrush   RELEASE FONT oMFontreturn nil  Now, can you test this code (exactly without altering anything) with the above rc in a separate folder with xharbour commercial and VC2013 and see if you get any different results?
by nageswaragunupudi
Wed Dec 30, 2015 6:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: 15.10 Browse problem
Replies: 27
Views: 8395

Re: ADO RDD xHarbour

Gunther,

The dbcreate() should work with mssql but unfortunately I can only try it with MySql.

Is it because of the connection string without user and password ?

Can you try it yourself altering the connection parameters in ADOCONNECT()?
by AHF
Fri May 22, 2015 10:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 446155

Re: Ribbon Button's popup menu

Mr Fraxzi

Its not impossible. And I prefer to do it without altering library code. I shall try when I get some free time. Meanwhile you can also try. You know where to start anyway
by nageswaragunupudi
Sat May 01, 2010 2:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ribbon Button's popup menu
Replies: 6
Views: 1239

New FTDN February/Febrero 2010 (10.2)

... like, { |Self,x| If( x != nil, ::Rate := x / ::Quantity ), ::Quantity * ::Rate } If this codeblock is specifed, oDbf:SaleAmt := 10000 results in altering the Rate field as 10000 / Quantity This new calculated column can be used in Says, Gets or Browses like any other column. Optionally picture ...
by Antonio Linares
Thu Feb 25, 2010 10:00 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN February/Febrero 2010 (10.2)
Replies: 4
Views: 3837

New FTDN December/Diciembre 2009 (9.12)

... to independant module \fwh\source\function\xbrowser.prg. This enables implementation of programmers own version of xbrowse() function without altering the main xbrowse.prg and still taking benefit of XBROWSER command. * Improvement: function XBrowse(), Command XBROWSER: Programmer can now ...
by Antonio Linares
Sun Dec 27, 2009 9:39 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN December/Diciembre 2009 (9.12)
Replies: 0
Views: 2583

Re: FastReport

I need to get the company logo and play in space and size set for her.

Playing directly from the designer fastreport is easy, I want to check for example C: \ LOGO \ LOGO.JPG, i will not need to be altering the logo for each company.
by Kleyton
Sun Nov 29, 2009 4:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FastReport
Replies: 10
Views: 2168

Re: Display Alpha channel 32 bit BMP on ButtonBMP (Solved)

Estou alterando a classe tOutLook para funcionar com Bmps Alpha channels tambem, quando estiver pronto eu aviso.

I am also altering the class tOutLook to work with Bmps Alpha channels, when it is ready I inform.
by Giovany Vecchi
Tue Jan 06, 2009 4:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Display Alpha channel 32 bit BMP on ButtonBMP (Solved)
Replies: 49
Views: 6281
Next

Return to advanced search