Search found 25 matches: pblm

Return to advanced search

Re: Tab Order

many many thanks for ur support, My pblm is for example : #include "FiveWin.ch"   function Main()            local oDlg, cFirst := Space( 20 ), cLast := Space( 20 )            DEFINE DIALOG oDlg TITLE "Test" ...
by sajith
Sat Sep 19, 2009 9:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tab Order
Replies: 15
Views: 2493

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: 798

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: 798

Re: Resource Pblm(To Antonio)

Hi Sajit,

sorry, here it´s working.

you can try to change to the directory where the .rc file is and call it like this

c:\PellesC\bin\porc /i .\include sample.rc
by StefanHaupt
Thu Sep 17, 2009 8:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Resource Pblm(To Antonio)
Replies: 5
Views: 798

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: 798

Re: Resource Pblm(To Antonio)

Sajit,

PORC.EXE D:\Sample\Pic1.rc /I include /I


Try with

PORC.EXE /I include D:\Sample\Pic1.rc
by StefanHaupt
Wed Sep 16, 2009 7:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Resource Pblm(To Antonio)
Replies: 5
Views: 798

Resource Pblm(To Antonio)

Hello,can some one help me iam designing my Dialog using PellesC Resource Editor and XMate as my FiveWin Editor .After including Resource when i run the XMate iam getting an Error in Out Put Console .it would be really great full if some one help me.Thanks in Advance ERROR:: xHarbour Compiler build ...
by sajith
Tue Sep 15, 2009 8:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Resource Pblm(To Antonio)
Replies: 5
Views: 798

Re: Report Grouping Pblm using RecordSet Object

Dear james,Many Many thanks for ur support sorry for troubling u again. Iam doing a Pay Roll S/w .i want to generate a Payslip bill which is in the format given in last post . only the Payslip bill is in that format rest Report r in column format as u said . In Crystal Report it is very easy to make...
by sajith
Fri Aug 21, 2009 1:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Report Grouping Pblm using RecordSet Object
Replies: 14
Views: 3335

Re: Report Grouping Pblm using RecordSet Object

Sajith, >how can i get my report in the format given above This issue is why I kept asking what you we trying to do. TReport is designed only to build column style reports, and what you want is not a column style report. First let me make a few comments on reports. The report style you are asking...
by James Bott
Fri Aug 21, 2009 12:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Report Grouping Pblm using RecordSet Object
Replies: 14
Views: 3335

Re: Report Grouping Pblm using RecordSet Object

Dear James,Many Many thanks for Ur Support Grouping Pblm solved.i want my report in the format given below       EmpName:SAJI       Department:BDD        Joining Date:05/09/2009   //Group Header      ---------------------------------------------------------------------------------  ...
by sajith
Fri Aug 21, 2009 7:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Report Grouping Pblm using RecordSet Object
Replies: 14
Views: 3335

Re: Report Grouping Pblm using RecordSet Object

Dear james,ManyMany thanks for ur sample Program and Support

i will try it out and send the feedback.


Regards,
sajith
by sajith
Thu Aug 20, 2009 6:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Report Grouping Pblm using RecordSet Object
Replies: 14
Views: 3335

Re: Report Grouping Pblm using RecordSet Object

Sajith, OK, I think I have a working solution. Below is my test report which you can run using the sample Northwind.mdb that comes with many MS products. You will need to modify the FW TRGROUP.PRG and change the Check() method from INLINE to the method shown below. James Program : Test02.prgPurpose ...
by James Bott
Wed Aug 19, 2009 11:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Report Grouping Pblm using RecordSet Object
Replies: 14
Views: 3335

Re: Report Grouping Pblm using RecordSet Object

Sajith, OK, I setup a test report to test recordset grouping. The error is generated because the report uses a feature of DBF RDDs that errors out in recordsets. That is when a DBF is at the EOF you can still retrieve a value for any field (it is always blank). No so with recordsets, when at EOF, if...
by James Bott
Wed Aug 19, 2009 10:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Report Grouping Pblm using RecordSet Object
Replies: 14
Views: 3335

Re: Report Grouping Pblm using RecordSet Object

Dear James,many many thanks for ur superb Support Error is traced it is a Run time Error(Record Set Pblm). Next I suggest creating the most simple report possible to show the problem. Make a copy of the current report and remove every line that is not needed. Just make a ...
by sajith
Wed Aug 19, 2009 1:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Report Grouping Pblm using RecordSet Object
Replies: 14
Views: 3335
Next

Return to advanced search