Search found 110 matches

by sajith
Tue Aug 18, 2009 6:47 am
Forum: FiveWin for Harbour/xHarbour
Topic: Report Grouping Pblm using RecordSet Object
Replies: 14
Views: 2873

Report Grouping Pblm using RecordSet Object

Hi,can any one help me iam generating a payslip Report.i want to group the Report with Employee Name and Department . iam using Mysql Data Base and RecordSet Object.How can i group the Report using RecordSet. CODE: //------------------------------------------------------------------------------ FUNC...
by sajith
Tue Aug 04, 2009 7:47 am
Forum: FiveWin for Harbour/xHarbour
Topic: DBCombo Problem
Replies: 4
Views: 773

Re: DBCombo Problem

Dear James & MVG
Many thanks for ur Support.
MVG i tried ur code but Pblm still Remain.

Regards,
sajith
by sajith
Mon Aug 03, 2009 1:01 pm
Forum: FiveWin for Harbour/xHarbour
Topic: DBCombo Problem
Replies: 4
Views: 773

DBCombo Problem

Hi, can some help me

i have two DBcombo in my dialog,I Populate the second DBcombo on the ON CHANGE event of the first one.
But the problem is when the on CHANGE event of the first DBcombo fires the second DBcombo is populated But the first element is displayed as blank.

Regards,
sajith
by sajith
Mon Aug 03, 2009 6:42 am
Forum: FiveWin for Harbour/xHarbour
Topic: Ms Visual C Sharp
Replies: 9
Views: 3180

Re: Ms Visual C Sharp

Dear Antonio,
I take the opportunity to announce that we are working on a new FiveNet product that allows to use .NET libraries from Harbour/xHarbour
Wish u all success in ur effort.
I want to know whether .Net Framework is needed for using .NET libraries.

Regards,
sajith
by sajith
Fri Jul 31, 2009 12:59 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Bind Controls Inside Xbrowse
Replies: 1
Views: 381

Bind Controls Inside Xbrowse

Hello, can any one help me

how can i Bind controls Inside X browse.I want to bind GET and ButtonBmps inside Xbrowse


regards,
Sajith
by sajith
Fri Jul 31, 2009 10:16 am
Forum: FiveWin for Harbour/xHarbour
Topic: Resources Problem
Replies: 3
Views: 491

Re: Resources Problem

Dear Rao,ManyMany thanks for ur Support.

I tried by giving full pathName. Pblm still remains.

Regards,
sajith
by sajith
Fri Jul 31, 2009 6:34 am
Forum: FiveWin for Harbour/xHarbour
Topic: Resources Problem
Replies: 3
Views: 491

Resources Problem

Can anyone help me when iam trying to include a resource file to my project following error are showing in the output console.The resource file include a bitmap and iam using Pelles C IDE. Code For Calling Resource Name "SavePic "   @288,395 BUTTONBMP oBtnSave  prompt "SAVE"  TEX...
by sajith
Thu Jul 09, 2009 1:49 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse SetCheck() Problem
Replies: 8
Views: 3029

Re: Xbrowse SetCheck() Problem

Hello Anser,Many thanks for ur Reply ur Advice works

oBrw:aCols[2]:bBmpData :={ || iif(oBrw:aArrayData[oBrw:nArrayAt][3] == "S",0,;
iif(oBrw:aArrayData[oBrw:nArrayAt][2],1,2)) }
My problem is Solved.

Regards,
sajith
by sajith
Thu Jul 09, 2009 12:10 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse SetCheck() Problem
Replies: 8
Views: 3029

Re: Xbrowse SetCheck() Problem

Dear Anser,Many thanks for ur Rply

Pblm still Remain .

Regards,
sajith
by sajith
Thu Jul 09, 2009 9:27 am
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse SetCheck() Problem
Replies: 8
Views: 3029

Re: Xbrowse SetCheck() Problem

Dear Anser, many thanks for ur reply My intention is to display the Bitmaps (CheckOn and CheckOff) only on certain rows based on certain condition.i tried the code given by u still Same Problem Remains.CheckBox is Displayed for all Row.       oBrw:aCols[1 ]:cHeader          := "Menu"      ...
by sajith
Thu Jul 09, 2009 7:36 am
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse SetCheck() Problem
Replies: 8
Views: 3029

Re: Xbrowse SetCheck() Problem

Hello Daniel ,Many thanks for ur Rply My Database is Mysql(5.1).In database there is no Logical Field .i manage Logical field in array(aArray1:={})Pls see my code below.Iam setting User Permission screen .(Pls check While condition ) Sql Query for Table creation: */Create Query*/  CREATE TABLE `menu...
by sajith
Wed Jul 08, 2009 11:24 am
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse SetCheck() Problem
Replies: 8
Views: 3029

Xbrowse SetCheck() Problem

Hello,can some one help me I am using an array in Xbrowse to enable/disable checkbox(BitMap). IF oRecSetUserPermission:Fields("Menu_Type"):Value=='S' When this Condition if true i want to Disable CheckBox else i want to enable checkbox(BitMap).When this code is Executed i am Getting a erro...
by sajith
Fri Jul 03, 2009 1:08 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Resource Problem
Replies: 0
Views: 256

Resource Problem

Can anyone help me when iam trying to include a resource file to my project following error warnigs are showing in the output console.The resource file include a bitmap Options: /C<cp>             Define codepage for NLS conversion (default: 1252) /D<name>[=<text>]  Define a symbol /E               ...
by sajith
Wed Jun 24, 2009 5:57 am
Forum: FiveWin for Harbour/xHarbour
Topic: How can i add values to Multidimensional Arrays
Replies: 2
Views: 416

Re: How can i add values to Multidimensional Arrays

Many Thanks for ur Replay, code works Fine


regards Sajith
by sajith
Tue Jun 23, 2009 9:32 am
Forum: FiveWin for Harbour/xHarbour
Topic: How can i add values to Multidimensional Arrays
Replies: 2
Views: 416

How can i add values to Multidimensional Arrays

can anyone help me
How can i add values to Multidimensional Arrays