Search found 87 matches: replaces

Return to advanced search

New FTDN November 2018 (FWH 18.11)

... [aFields] ) --> Json Array * FWMARIADB: FWMARIADBCONNECTION - New methods: CopyTableToServer( cTable, oDestServer, [nBatchSize] ) Copies and replaces cTable on the oDestServer from the current server. Optional nBatchSize (default 1000) may be reduced to a much smaller size in case of tables ...
by Antonio Linares
Sat Dec 01, 2018 10:46 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN November 2018 (FWH 18.11)
Replies: 1
Views: 2164

Re: Migration to web

... SQL, specifically MS SQL? 2. You said there are no code changes, so how are APPEND, REPLACE, DELETE handled? Is there a library that automatically replaces the legacy commands with new ones? 3. How are SEEK and FILTER handled? Sorry for all the questions and also being late to the ADORDD party ...
by cdmmaui
Wed Aug 08, 2018 8:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Migration to web
Replies: 14
Views: 2238

Re: Borland Make Utility Issues

Antonio, I had all kinds of trouble after copying all your files from your previous message. Mostly they were due to the fact that the forum replaces tabs with spaces. Now I am still getting this error: C:\Users\James\Documents\Projects\Make\Antonio>c:\bcc7\bin\make -f test.mak MAKE Version ...
by James Bott
Wed Apr 19, 2017 3:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Borland Make Utility Issues
Replies: 40
Views: 4262

Re: Subiendo la bbdd a MySql o como lo haría Carlos Mora

... parecida, porque para gestionar registros uso una clase propia que se llama RecBuffer, que hace pues eso, un buffer de edición, y hace los replaces. Nacio para ahorrarse el trabajo de declarar variables intermedias para editar y/o crear registros, y después le añadí unas cuantas florituras ...
by Carlos Mora
Sun Feb 26, 2017 9:36 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Subiendo la bbdd a MySql o como lo haría Carlos Mora
Replies: 9
Views: 2101

Re: remove formatting within a memo field

... I have used this to remove CRLF and carriage returns .. try this : cText := HardCr( oRs:Fields("Memo"):Value )  HardCR() Replaces soft carriage returns with hard CRs in a character string. Syntax HardCR( <cString> ) --> cConvertedString Arguments <cString> ...
by Rick Lipkin
Thu Jan 26, 2017 5:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: remove formatting within a memo field
Replies: 6
Views: 1224

Re: A Very Strange Problem

I don't see it there. It looks like the security icon on the taskbar in Win 10, except its Blue and Yellow. It replaces all the bitmaps and the browse. I see some strange things but this is really different. Here is how it normally looks: http://www.autoshopwriter.com/images/ASWbmps.png
by TimStone
Thu Dec 29, 2016 9:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A Very Strange Problem
Replies: 10
Views: 2631

Re: Bugs in TButtonBmp

As of now, skinbuttons are compatible only with the legacy paint behavior. Actually skinbuttons replaces the paint method of the button. While the paint method of buttons is greatly enhanced ( any kind of images, auto-resizing of images and also new styles of alignments) ...
by nageswaragunupudi
Thu Aug 11, 2016 3:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bugs in TButtonBmp
Replies: 13
Views: 1643

Re: FWH: MySql/MariaDB: RowSet object

ReQuery( [params] ), Refresh() and ReSync() ReQuery() Reads the entire rowset again from the Server using the original SQL and replaces the previous data with new data. This method works exactly like ADO's Requery. ReQuery( params ) In case the RowSet was originally created using parameterised ...
by nageswaragunupudi
Thu Jul 21, 2016 1:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH: MySql/MariaDB: RowSet object
Replies: 51
Views: 19762

Re: Very Old Date problem

Mr Antonio

Try to block one or two characters with mouse and then type.
In case of character variable, the typed character replaces the blocked characters. In case of Date this gives unexpected results.
by nageswaragunupudi
Wed Apr 27, 2016 12:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Very Old Date problem
Replies: 29
Views: 6317

Re: New FTDN January/Enero 2016 (FWH 16.01)

... - New Method: SetImages( [img1], [img2], [img3], [img4] ) To change one or more of the bitmaps. Eg: oBtn:SetImages( nil, nil, nil, cResName ) replaces the 4th bitmap only and does not disturb other bitmaps. Img can be any image filename, resource, hbitmap, etc. Direct modification of oBtn:hBitmap? ...
by Antonio Linares
Fri Jan 29, 2016 8:48 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN January/Enero 2016 (FWH 16.01)
Replies: 3
Views: 2212

New FTDN January/Enero 2016 (FWH 16.01)

... - New Method: SetImages( [img1], [img2], [img3], [img4] ) To change one or more of the bitmaps. Eg: oBtn:SetImages( nil, nil, nil, cResName ) replaces the 4th bitmap only and does not disturb other bitmaps. Img can be any image filename, resource, hbitmap, etc. Direct modification of oBtn:hBitmap? ...
by Antonio Linares
Sun Jan 24, 2016 8:42 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN January/Enero 2016 (FWH 16.01)
Replies: 3
Views: 2212

Re: xBrowse oBw:ToExcel()

... is built above is translated by the function ExcelTranslate( cFormula ) before assigning to the cell in the next line. The function ExcelTranslate replaces "," with the proper ListSeparator. This function is in olefuncs.prg. Here ListSepator is obtained from Excel Object than from the ...
by nageswaragunupudi
Wed Dec 16, 2015 10:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse oBw:ToExcel()
Replies: 11
Views: 1743

Re: Xbrowse Header-bmp possible to change at runtime ?

... changing image-names before I must RESET the header-image-array otherwise < :nHeadBmpNo > would be 4,5 and 6 !!!! adding the position-number replaces the header-imge-array defined at startup ? tested and works :idea: :AddBmpFile( c_Path1 + "Image4.png", 1 ) // NEW image-names :AddBmpFile( ...
by ukoenig
Thu Dec 10, 2015 9:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse Header-bmp possible to change at runtime ?
Replies: 3
Views: 680

Re: Mejoras para scintilla

... SavePreferences and SaveEditorSettings New: 21/11/2015 - New: Improvements Find and Replace options - New: Implementation historic searchs and replaces in dialogs - New: Improvements and fix bugs in creation, modify projects https://bitbucket.org/fivetech/fivewin-contributions/downloads/Fivedit27.zip
by cnavarro
Sun Nov 22, 2015 9:41 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mejoras para scintilla
Replies: 1037
Views: 850331

Re: ADO RDD xHarbour

... version 1.0 at https://github.com/AHFERREIRA/adordd.git Changes: Should compile now with Harbour and without FiveWin but I didnt test it. Field replaces with special chars (single quotes, apostrophes, etc ) should work now. DbEval improve speed. Update 01_README.PDF with adordd error codes
by AHF
Sun Oct 25, 2015 6:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 447277
PreviousNext

Return to advanced search