Search found 32 matches: retaining

Return to advanced search

Re: xBrowse footer picture

... defaults to FWNumFormat()[ 1 ] == "E". Converts any number formatted as string using either European notation or American notation, retaining the full precision of the decimal part. In almost all cases the function decides whether the format is European or not, by examining the number ...
by Marc Venken
Mon Apr 03, 2023 2:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse footer picture
Replies: 11
Views: 742

XBrowse: Using Get for incremental Seek/Filters

... has focus, the user can continue entering further characters and the Get is updated correctly. The user can alternate between Get and Browse retaining the continuity. Notes: 1) Create the Get using a different variable (eg: oGet) but not oBrw:oSeek and use a different variable with adequate ...
by nageswaragunupudi
Wed Dec 09, 2020 12:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse: Using Get for incremental Seek/Filters
Replies: 32
Views: 3873

New FTDN June/Junio 2019 (FWH 19.06)

... "isalnum(" function with HB_ISALNUM() * New function FW_StripComments( cPrg ): All comments in a program text are substituted by spaces, retaining line numbers. * Enhancement: FW_At(...): - Parameter lSkipStrings can be a character string containing any or some of ', ", [. Only the ...
by Antonio Linares
Thu Jul 11, 2019 6:14 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN June/Junio 2019 (FWH 19.06)
Replies: 4
Views: 2757

Re: Example Business Object (Customer)

... provided by Mr. James Bott to create the dbf. This is the class posted in the first post with little modification to match TDataRow and TDataBase, retaining the same functionality. #include "fivewin.ch"Function Main()   Local oCustomer, oCustomers   Local cCustNo  ...
by nageswaragunupudi
Sun Nov 18, 2018 1:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Example Business Object (Customer)
Replies: 32
Views: 8641

Re: Ribbon Bar Sample ?

... appearance of the Ribbon ( Groups, Group Titles, etc ). I do not want an MDI operation. I want to substitute the ribbons for the button bars ... retaining the tabs and using groups with rounded edges. The dialog stays the same for a tab no matter what buttons are used, but each tab has it's own ...
by TimStone
Fri Oct 26, 2018 12:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ribbon Bar Sample ?
Replies: 13
Views: 2698

Re: FWH 18.03: FW_SaveImage()

... If we want top-left quarter of the image: { nil, nil, 0.5, 0.5 } The same notation is followed in FW_SayText() and FW_DrawImage(). This allows retaining the position when windows are resized and avoids the need for doing calculations by the programmer everytime. In any case, if the programmer ...
by nageswaragunupudi
Tue Apr 24, 2018 2:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 18.03: FW_SaveImage()
Replies: 2
Views: 944

Re: FWMARIADB:copy record. How can it know the dest. record id?

... if the ID already exists in the destination table, the same row is updated with the values from the source and otherwise the rows are inserted retaining the same ID as in the source. Set the 4th parameter to .F.: ( ignore duplicates ) In this case rows with duplicate IDs are skipped without ...
by nageswaragunupudi
Wed Dec 06, 2017 3:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWMARIADB:copy record. How can it know the dest. record id?
Replies: 9
Views: 1548

New FTDN November/Noviembre (FWH 17.11)

... untranformed and pasted into the Get. * New function cNumToStr( nVal ) --> cVal. \fwh\source\function\valtostr.prg. Converts a numeric value retaining full decimal precision and formatting as specified in FWNumFormat(). Example: FWNumFormat( "E", .t. ) n := 35/16 ? cNumToStr( n ...
by Antonio Linares
Mon Nov 27, 2017 7:21 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN November/Noviembre (FWH 17.11)
Replies: 0
Views: 1344

Re: Converting sql data from datetime to string

... this field is a "T" type format, how can I convert it to a string for further manipulations ? You can do all kinds of manipulations by retaining the value as type "T" ( DateTime type). There is more flexibility with "T" type data than broken down parts of Date and ...
by nageswaragunupudi
Mon Nov 13, 2017 10:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Converting sql data from datetime to string
Replies: 4
Views: 899

New FTDN September/Septiembre 2017 (FWH 17.09)

... - General dbf utility functions contained in database.prg are now moved to separate modules function\dbffunc1.prg and function\dbffunc2.prg, retaining database.prg exclusively for tdatabase class only. * Fix: Some required fixes for GET ... CUEBANNER support: http://forums.fivetechsupport.com/viewtopic.php?p=205126#p205126 ...
by Antonio Linares
Wed Oct 04, 2017 7:43 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN September/Septiembre 2017 (FWH 17.09)
Replies: 3
Views: 3398

Re: Database - 17.07 - Problems

... ), ::nArea := 0, ::cAlias := "", If( ::oCn == nil,,::oCn:Close() ) ) )  After this modification, retaining td_Destroy(), the problem pointed out in the sample is resolved. Fixed in 17.08 Some users may have a question in their minds. Is the DESTRUCTOR ...
by nageswaragunupudi
Sun Sep 03, 2017 3:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Database - 17.07 - Problems
Replies: 84
Views: 12018

Re: Command ROBOCOPY

... or permissions on those files. Robocopy comes in very handy in a network server situation where you are copying data from one volume to another retaining all file permissions on the data. I use robocopy at times rather than just the copy *.* .. if I want to capture a data image .. I use Robocopy ...
by Rick Lipkin
Tue Aug 22, 2017 1:04 pm
 
Forum: Utilities / Utilidades
Topic: Command ROBOCOPY
Replies: 2
Views: 990

to Enrico

Hi Enricco I hope you can help me ... I Updated the March 2017 version of SQLRDD which has a lib for BCC 7.2 and xHarbour 1.2.3 build 20170312 However, it requires some additional libraries that I can not get that the executable is generated correctly, I attach the list of errors generated by the bu...
by devtuxtla
Wed Jul 26, 2017 5:23 pm
 
Forum: All products support
Topic: to Enrico
Replies: 3
Views: 1113

New FTDN November/Noviembre 2016 (FWH 16.11)

... of width and height. nResizeMode: NIL or ommitted: Defaults to 3 0 : No Resize 1 : Stretch ignoring aspect ratio 2 : Resize to cover entire area retaining aspect ratio 3 : Resize to fit inside the are retaining aspect ratio cShape: Default Rectangle E[llipse] : Ellipse C[ircle] : Circle Note: ...
by Antonio Linares
Wed Nov 30, 2016 12:07 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN November/Noviembre 2016 (FWH 16.11)
Replies: 4
Views: 3229

Re: Is there any TXImage method for resizing JPG images

Following functions/methods automatically resize retaining the aspect ratio. ResizeBitmap( hBitmap, nWidth, nHeight ) --> hNewResizedBitmap You provide either width or height and leave the other as nil. Result is a resized bitmap retaining the ...
by sanilpmc
Mon Mar 07, 2016 7:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Is there any TXImage method for resizing JPG images
Replies: 4
Views: 756
Next

Return to advanced search