Search found 64 matches: assigns

Return to advanced search

Re: Migrating TDatabase to FWH19.03's from FWH11.08 (Resolved)

... point RTE still occur. Now it's because :nArea is 0. How can I set :nArea without using :SetArea()? I do not wish to use :SetArea() because it assigns :cAlias and :cFile with the same value when in my case it's not. :cAlias is some randomly generated unique alias name while :cFile is the name ...
by nageswaragunupudi
Sat May 04, 2019 11:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Migrating TDatabase to FWH19.03's from FWH11.08
Replies: 15
Views: 2045

Migrating TDatabase to FWH19.03's from FWH11.08

... point RTE still occur. Now it's because :nArea is 0. How can I set :nArea without using :SetArea()? I do not wish to use :SetArea() because it assigns :cAlias and :cFile with the same value when in my case it's not. :cAlias is some randomly generated unique alias name while :cFile is the name ...
by hua
Thu May 02, 2019 9:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Migrating TDatabase to FWH19.03's from FWH11.08
Replies: 15
Views: 2045

Re: Ribbon Theme

... provided, edited to show the situation. It adds MDI to the windows definition, it adds the button bar attaching to oRb, and it adds and explicitly assigns the values oRb:nTopMargin := 50 and oRb:nTop in SetRibbonBarTheme() #include "FiveWin.ch"#define RB_THEME_DARK         6#define COLOR_GRAYTEXT ...
by rhlawek
Sun Apr 28, 2019 8:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ribbon Theme
Replies: 163
Views: 29238

Re: ERROR __OBJDERIVEDFROM

XBrowse assigns oCol object there. It should not become nil.

That is the reason I am requesting to provide a sample that can reproduce this error
by nageswaragunupudi
Wed Feb 13, 2019 11:58 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: ERROR __OBJDERIVEDFROM
Replies: 14
Views: 2022

Re: Autoincrement field for DBFCDX

... field meaning when you do a oRs:AddNew() you do not have to address the auto-increment field ( InvDetailEid ) by code .. the RDMS automatically assigns the value. That can be a blessing or a curse ... If you assign a PK as auto-increment it just may make it easier for a hacker to inject records ...
by Rick Lipkin
Sat Mar 24, 2018 2:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Autoincrement field for DBFCDX
Replies: 9
Views: 1796

Re: xBrowse refresh problem

... DIALOG oDlgPed  Now when you want to delete a record, CALL oBrwPed:Delete()  No need to call Refresh() also. Note: XBrowse automatically assigns the picture clause and also decides left/right aligns Thank you Mr Nages
by Wanderson
Mon Mar 05, 2018 4:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse refresh problem
Replies: 2
Views: 697

Re: xBrowse refresh problem

... oDlgPed  Now when you want to delete a record, CALL oBrwPed:Delete()  No need to call Refresh() also. Note: XBrowse automatically assigns the picture clause and also decides left/right aligns
by nageswaragunupudi
Mon Mar 05, 2018 6:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse refresh problem
Replies: 2
Views: 697

Re: Mr. Rao, cambio en method SetOrder de xBrowse

... ;    COLSIZES 100,400,100,40,40,100,100,100,80,100,80,100,100,50 ;   LINES FOOTERS AUTOSORT  XBrowse automatically 1) Assigns picture clauses, using European format 2) Aligns numbers and dates to RIGHT and character values to LEFT 3) Assigns correct values to cSortOrder ...
by nageswaragunupudi
Wed Oct 11, 2017 12:40 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mr. Rao, cambio en method SetOrder de xBrowse
Replies: 10
Views: 3077

Re: Mr. Rao, cambio en method SetOrder de xBrowse

Why is this required?

XBrowse automatically assigns values to oCol:cSortOrder and this does not contain "."


Cuando creo la consulta usando TEXT INTO cQuery .... ENDTEXT se presenta el error,
Con el cambio propuesto NO hay error.
by albeiroval
Fri Oct 06, 2017 12:23 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mr. Rao, cambio en method SetOrder de xBrowse
Replies: 10
Views: 3077

Re: Mr. Rao, cambio en method SetOrder de xBrowse

SubStr( ::cSortOrder, At( ".", ::cSortOrder)+1 )


Why is this required?

XBrowse automatically assigns values to oCol:cSortOrder and this does not contain "."
by nageswaragunupudi
Fri Oct 06, 2017 4:13 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mr. Rao, cambio en method SetOrder de xBrowse
Replies: 10
Views: 3077

TDatabase FWH 17.08 : Datas and Methods

... "A" ): Structure of the table, similar to DBSTRUCT(). aStruct has additional columns 7 for picture and 8 for index tag. When programmer assigns an alternate name for a field using ::MapCol(), astruct contains the new name. When programmer addes virtual columns using ::AddCol(), aStruct ...
by nageswaragunupudi
Fri Sep 15, 2017 12:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TDatabase FWH 17.08 : Datas and Methods
Replies: 1
Views: 1801

Re: Consulta sobre OpenComm()

... + N <nSizeIn> The size in bytes of the receiving queue. This parameter is ignored for "LPT" devices. By default FiveWin assigns 1024. <nSizeOut> The size in bytes of the transmission queue. This parameter is ignored for "LPT" devices. By default FiveWin ...
by carlos vargas
Thu Jun 15, 2017 10:57 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Consulta sobre OpenComm()
Replies: 5
Views: 1131

Re: Button on a cell in xbrowse

... If the codeblock returns nil, XBrowse does not take any action on its own. b) uVal: If the codeblock returns any value other than nil, XBrowse assigns that value to the column and saves it. If the intention of the programmer is to modify the value of the column, the correct way is the return ...
by nageswaragunupudi
Sat Dec 17, 2016 3:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Button on a cell in xbrowse
Replies: 4
Views: 862

New FTDN April/Abril 2016 (FWH 16.04)

... be displayed. Eg: oBrw:nRecSelWidth := "99,999". XBrowse, in its Adjust() method calculates the pixels required to display this data and assigns the required width to :nRecSelWidth. Instead of showing text in the header, it is also possible to display an icon/bitmap/any image, using oBrw:nRecSelHeadBmpNo ...
by Antonio Linares
Thu May 12, 2016 6:51 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN April/Abril 2016 (FWH 16.04)
Replies: 8
Views: 7748

Re: 15.10 Browse problem

... set the column to JUSTIFY 2 which is the value for center, but it won't make a change there. Of course, to assign the BMP I had to use class data assigns after creating the control. How could I get it to center the value bmp under the new structure ? 2) In the same browse, one of the values is ...
by TimStone
Wed Jan 06, 2016 10:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: 15.10 Browse problem
Replies: 27
Views: 8543
PreviousNext

Return to advanced search