Search found 145 matches: sajith

Return to advanced search

Re: Tab Order

Sajith, If you are using a DBF to store this data, then it is simple to use a database object. To clear all the fields you simply do: oPaySlip:blank() oDlg:refresh() This is much simpler than your approach. All the data is ...
by James Bott
Sat Sep 19, 2009 1:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tab Order
Replies: 15
Views: 2571

Re: Tab Order

Dear Sajith, I understand that you are passing the Dialog as parameter to the function and using aControls to extract the values from the controls. In your code you are using oDlg:aControls[] referenced by the array subscript ...
by anserkk
Sat Sep 19, 2009 12:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tab Order
Replies: 15
Views: 2571

Re: Tab Order

... from a Dialog so that it will be really help full for me . :)  oTxtName  :=oDlg:aControls[23]//My coding  style   Regards, sajith
by sajith
Sat Sep 19, 2009 10:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tab Order
Replies: 15
Views: 2571

Re: Tab Order

Dear Sajith, It all depends on the style of the coding which you adopt. Since you have hard coded the oDlg:aControls[nNo] it may be confusing to you to change the order. If I were to write the code, I would not have used that ...
by anserkk
Sat Sep 19, 2009 10:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tab Order
Replies: 15
Views: 2571

Re: Tab Order

...   oBtnsave:SetFile( "Icons\Save.bmp",)    oDlg:update()RETURN Nil  Regards, sajith
by sajith
Sat Sep 19, 2009 9:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tab Order
Replies: 15
Views: 2571

Re: Tab Order

Dear Mr.Sajith, it will be very difficult and time consuming if we need to alter the structure after all coding is finished It is just a matter of moving the Get declaration statement in the prg 1 or 2 line above or below. I don't ...
by anserkk
Sat Sep 19, 2009 9:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tab Order
Replies: 15
Views: 2571

Re: Tab Order

... accordingly. it will be very difficult and time consuming if we need to alter the structure of Design after all coding is finished . :( Regards, sajith
by sajith
Sat Sep 19, 2009 9:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tab Order
Replies: 15
Views: 2571

Re: Tab Order

Dear Mr.Sajith, in the above code i added 3rd contol in the last line i want to set the Tab position of that control to 3 . how it is possible That is what Mr.Antonio has explained. TAB order will work as per the order in which ...
by anserkk
Sat Sep 19, 2009 9:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tab Order
Replies: 15
Views: 2571

Re: Tab Order

... nil   in the above code i added 3rd contol in the last line i want to set the Tab position of that control to 3. how it is possible Regards, sajith
by sajith
Sat Sep 19, 2009 9:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tab Order
Replies: 15
Views: 2571

Re: Tab Order

Sajith, The focus will be set by the order that you use to create the controls, i.e.: #include "FiveWin.ch"   function Main()            local oDlg, cFirst := ...
by Antonio Linares
Sat Sep 19, 2009 8:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tab Order
Replies: 15
Views: 2571

Re: Resource Pblm(To Antonio)

Sajith,

I just tried it here and worked fine this way:
Code: Select all  Expand view

c:\Program Files\PellesC\Bin>porc -Ic:\bcc55\include pic1.rc
 
by Antonio Linares
Sat Sep 19, 2009 8:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Resource Pblm(To Antonio)
Replies: 5
Views: 824

Re: Resource Pblm(To Antonio)

Many thanks for ur support,

Pblm still remain

Regards,
sajith
by sajith
Sat Sep 19, 2009 8:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Resource Pblm(To Antonio)
Replies: 5
Views: 824

Tab Order

Hello,can any one help me

How can i Set the tab order of control by code.iam not using Resource for designing .

Regards,
sajith
by sajith
Sat Sep 19, 2009 8:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tab Order
Replies: 15
Views: 2571

Re: Resource Pblm(To Antonio)

Hai stefan,

I tried it out with your suggestion,But same error occuring


regards Sajith
by sajith
Thu Sep 17, 2009 7:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Resource Pblm(To Antonio)
Replies: 5
Views: 824

Resource Pblm(To Antonio)

... Dlg", 0, 0, 1{  CONTROL "Edit", 4001, "Edit", ES_AUTOHSCROLL|WS_BORDER|WS_TABSTOP, 144, 56, 120, 20}  Regards, sajith
by sajith
Tue Sep 15, 2009 8:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Resource Pblm(To Antonio)
Replies: 5
Views: 824
PreviousNext

Return to advanced search