Search the web
Sign In
New User? Sign Up
EhLib
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 501 - 542 of 914   Newest  |  < Newer  |  Older >  |  Oldest
Messages: Show Message Summaries   (Group by Topic) Sort by Date v  
#542 From: mahdis <mahdis_jooon@...>
Date: Wed May 23, 2007 2:03 pm
Subject: urgent help :export from dbgrideh to xls
mahdis_jooon
Offline Offline
Send Email Send Email
 
hello every body
 
i want to know if there is a way or a new component  which  with i can  export  my grid data to XLS?
 
thanks in advanced.
 

Shape Yahoo! in your own image. Join our Network Research Panel today! http://us.rd.yahoo.com/evt=48517/*http://surveylink.yahoo.com/gmrs/yahoo_panel_invite.asp?a=7 hot CTA = Join our Network Research Panel


#540 From: "kensun" <sun_ken@...>
Date: Fri May 18, 2007 9:02 am
Subject: export to excel's error
sun_ken
Offline Offline
Send Email Send Email
 
I have a column(memo). Then dataset field type is nvarchar(2000)
(widestring). when i export the dbgrideh 's content to excel , the xls
file can't be opened.
i change nvarchar(2000) to nvarchar(1000) ,the file can be opened,
but the text can't be export if the text's length is too long .
help me!

#532 From: "ibrahim Bulut" <i.bulut@...>
Date: Thu Apr 19, 2007 1:14 pm
Subject: dbgrideh and highlightfocus property
ibrahim_bulut
Offline Offline
Send Email Send Email
 
Hi all,

I have upgraded ehlib component from 3,2 versiyon to 4,1 versiyon.
I am using highlightfocus property in grids to determine the active row.

In old versiyon, user can show the blue cursor while there isn't any
record in the grid.

But new versiyon, user can not see blue cursor and the row is not
evident. My customers often call me about this and they told me "we can
not see the blue cursor"

How can i revert it back, please help

Thanks

#531 From: "Edgar Britez" <sebaot@...>
Date: Thu Apr 12, 2007 1:50 pm
Subject: I am worried.
sebaot2
Offline Offline
Send Email Send Email
 
Hi:

I am worried. From January of 2006 the Web "www.ehlib.com" it has not
had modifications.

The support and updates follow effective?

Regards

#530 From: "jankowalsky99" <jankowalsky99@...>
Date: Thu Apr 12, 2007 12:14 pm
Subject: [DCC Error] EhLibDataDrivers100.dpk(43): F2051 Unit IBXDataDriverEh was compiled
jankowalsky99
Offline Offline
Send Email Send Email
 
Hello.

First of all I would like to thank you for making such nice set of
components.

Today I have tried to install new evaluate version of ehLib using
BDS2006 but I got such message when i've tried to compile
EhLibDataDrivers100.dpk:

[DCC Error] EhLibDataDrivers100.dpk(43): F2051 Unit IBXDataDriverEh
was compiled with a different version of IBStoredProc.TIBStoredProc

Regards

#529 From: "chinacodegear" <chinacodegear@...>
Date: Tue Mar 27, 2007 7:21 am
Subject: Ehlib Need a little improve
chinacodegear
Offline Offline
Send Email Send Email
 
1ˇ˘why TMemTableEh can not support MouseWheelUp and DoMouseWheelDown?

in the unit DBGridEh,
function TCustomDBGridEh.DoMouseWheelDown(Shift: TShiftState;
MousePos: TPoint): Boolean;
begin
   if ViewScroll and FDatalink.Active then //why is ViewScroll ?
   begin
     Result := False;
     if Assigned(OnMouseWheelDown) then
       OnMouseWheelDown(Self, Shift, MousePos, Result);
     if not Result then
     begin
       if ssShift in Shift then
         if ssCtrl in Shift
           then FDatalink.DataSet.MoveBy(VisibleRowCount)
           else FDatalink.DataSet.Next
       else if ssCtrl in Shift then
       begin
         if (RowCount - TopRow - VisibleRowCount < VisibleRowCount)
then
           FIntMemTable.FetchRecords(VisibleRowCount - (RowCount -
TopRow - VisibleRowCount));
         SafeMoveTop(TopRow + VisibleRowCount);
       end else
         SafeMoveTop(TopRow + 1);
       Result := True;
     end;
   end else
   begin
     if FDatalink.Active then FDatalink.DataSet.MoveBy(1
{Mouse.WheelScrollLines});
     Result := True;
   end;
end;

2ˇ˘the property "lookupdisplayfields" of the TDBColumnEh,Such as
property  lookupdisplayfields is  "ID;Caption;Code;",can you Add a
property  which it show lookupdisplayfields by second text "caption",
such like TDBLookupCombobox'property ListFieldIndex.

3ˇ˘TDBGridEh can not support lookupGrid by different filter
    Mode

#526 From: "Vad" <relic@...>
Date: Fri Feb 9, 2007 10:55 am
Subject: DBISAM sorting and filtering
vad_klykoff
Offline Offline
Send Email Send Email
 
To use the automatic sorting and filtering of DBGridEh one needs to
have special units for registering the features of the specific
dataset one is using.
I was wondering if anyone out there has the file for DBISAM database!
Please help me!!!

#525 From: "Mike" <mkb.home@...>
Date: Sun Feb 4, 2007 3:09 pm
Subject: Row Colors in TDBGridEh
mikwra2001
Offline Offline
Send Email Send Email
 
I use DBGridEh 4.0 with a TADODataSet. For the grid I have different
Odd/Even row colors. When I insert or append a new record the
alternating row colors become a single color when the dataset is not
Filtered and the Cursor Location is clUseClient. After posting the new
record the alternating colors return. This does not occur when the
dataset is Filtered or the Cursor Location is clUseServer.

Any advice or ideas would be appreciated. Thanks.

Mike

#524 From: Edgar Brítez <sebaot@...>
Date: Fri Feb 2, 2007 1:15 pm
Subject: That it happens with ehlib?
sebaot2
Offline Offline
Send Email Send Email
 
From January of the 2006 that does not update www.ehlib.com. Somebody
knows that it happens with the company?

Thanks



Edgar Britez

#522 From: "kosatik" <kosatik@...>
Date: Tue Jan 16, 2007 8:51 am
Subject: decimal display format for TDBNumberEditEh
kosatik
Offline Offline
Send Email Send Email
 
Can I remove currency name from the field snd change number of decimal
fractions?
Thanks in advance.

#521 From: "adypurdila" <adypurdila@...>
Date: Fri Dec 29, 2006 8:45 am
Subject: ApplyUpdates in C++Builder
adypurdila
Offline Offline
Send Email Send Email
 
I am trying to use the ApplyUpdates method for a TpFIBDatabase in
C++Builder but I can't seem to succeed. Since
dbMain->ApplyUpdates([qryTable1]) is not a correct syntax in C++, I
tried using the following method:

     dbMain->ApplyUpdates(OPENARRAY(TpFIBDataSet*, (qryTable1)));

Still, I get an error using this: "Cannot convert
'OpenArray<TpFIBDataSet *>' to 'const TDataSet * *'".

Any ideas how I can make it work?

Thx.

#520 From: "sawwah_kw" <wfa@...>
Date: Wed Dec 13, 2006 6:38 pm
Subject: Bug in Bidi support
sawwah_kw
Offline Offline
Send Email Send Email
 
When the DBGridEh is in RightToLeft and one of the columns is
LeftToRight the Title disappears! Why? Please this urgent help.

#519 From: "fernandoj3m" <fernando@...>
Date: Sun Nov 26, 2006 3:04 pm
Subject: Index not found when reopen client dataset sorted previously
fernandoj3m
Offline Offline
Send Email Send Email
 
I am using DBGridEh (ehlig 3.0 full version) and a client dataset in a
Delphi 7 (update 2 installed) App to show a query result from a
firebird table.

I´ve configured the dbgrideh to sort data locally (clicking on title
row), and everything goes fine until I close and reopen the client
dataset. When I do that, I receive an error message
informing "Index 'SortIndexEh' not found".

Is there any way to avoid that ?


Thanks in advance.

Fernando.

#518 From: "mnoorafshan" <mnoorafshan@...>
Date: Wed Nov 22, 2006 1:11 pm
Subject: using InternalCalc field in the TMemTableEh.
mnoorafshan
Offline Offline
Send Email Send Email
 
Dear Sir,

I can not use the InternalCalc field in TMemTableEh.
When I add an InternalCalc field to my MemTableEh and set my
MemTableEh.Active = True then I recive an error.

thanks for any help.

#517 From: "sz_1103" <sz_1103@...>
Date: Fri Oct 13, 2006 1:04 am
Subject: How can ehlib4.14 support c++builder?
sz_1103
Offline Offline
Send Email Send Email
 
ehlib 4.14 can support delphi 2006 ,not support c++builder 2006

#516 From: "sz_1103" <sz_1103@...>
Date: Fri Oct 13, 2006 1:06 am
Subject: How can ehlib4.14 support c++builder?
sz_1103
Offline Offline
Send Email Send Email
 
ehlib 4.14 can support delphi 2006 ,not support c++builder 2006

#515 From: "alex_ponomar" <alex_ponomar@...>
Date: Thu Sep 21, 2006 12:43 pm
Subject: Re: FireBird
alex_ponomar
Offline Offline
Send Email Send Email
 
--- In EhLib@yahoogroups.com, "ilkeryesiloglu" <ilkeryesiloglu@...> wrote:
> I used DbGridEh,TIBXDataDriverEh and FireBird v1.5.
> BUT the following error occures.
>
> so please help me what to do
>
>
> "Dynamic SQL Error
> SQL Error Code=-206
> Column Unknown
> Tables
> At line 2, column 16"
>
Well, show your SQL-query in TIBXDataDriverEh...

#514 From: "jagadeesh.codem" <jagadeesh.codem@...>
Date: Mon Sep 11, 2006 10:31 am
Subject: Urgent Onsite requirement for Delphi Professionals for a Mumbai based MNC
jagadeesh.codem
Offline Offline
Send Email Send Email
 
hi,

We have an urgent requirement for Delphi professionals for a Mumbai
based MNC.

Enclosed are the details:

Level: Software Engineer / Senior Software Engineer

Experience Level: 2-5 years in IT

Total Position : 15

Education: Any Graduation / Diploma Holder



Please, kindly send your updated resume to careers@...
with the following details:-

Name of candidate:
Location:
Education Qualification:
Total Work Experience:
Total IT Experience:
Skills:
Number of years experience in focussed skills area:
Contact Tel nos. Res/Off/Cell:
Email contact:
Current Employer:
Current gross salary drawn:
Joining Period:
Gross salary expectation:
Do you have valid Passport:(Yes/No)

We'll be grateful if you can pass on this mail to all of your friends
who are looking for a change.

Thanks and Regards,

jagadeesh.

CodeM Software Solutions
Ph no: 91-40 66738000/1/2
              32005002/3.

careers@...

"This message (including attachment if any) is confidential and may
be privileged. Before opening attachments please check them for
viruses and defects. CodeM Software Solutions (CodeM) will not be
responsible for any viruses or defects or any forwarded attachments
emanating either from within CodeM or outside. If you have received
this message by mistake please notify the sender by return e-mail and
delete this message from your system. Any unauthorized use or
dissemination of this message in whole or in part is strictly
prohibited. Please note that e-mails are susceptible to change and
CodeM shall not be liable for any improper, untimely or incomplete
transmission."

#513 From: "ilkeryesiloglu" <ilkeryesiloglu@...>
Date: Wed Sep 6, 2006 3:09 am
Subject: FireBird
ilkeryesiloglu
Offline Offline
Send Email Send Email
 

Hello all,
I used DbGridEh,TIBXDataDriverEh and FireBird v1.5.
BUT the following error occures.

so please help me what to do

"Dynamic SQL Error
SQL Error Code=-206
Column Unknown
Tables
At line 2, column 16"


#512 From: mahdis <mahdis_jooon@...>
Date: Mon Sep 4, 2006 12:47 pm
Subject: PrintDBGridEh1.SetSubstitutes2
mahdis_jooon
Offline Offline
Send Email Send Email
 
i also tried this one
PrintDBGridEh1.SetSubstitutes(['%[date1]',edit1.text,'%[date2]',edit2.text]) ;
but only date1 is recognized by delphi and [date2] will not be shown  as value of edit2.text
why?


Yahoo! Messenger with Voice. Make PC-to-Phone Calls to the US (and 30+ countries) for 2˘/min or less.

#511 From: mahdis <mahdis_jooon@...>
Date: Mon Sep 4, 2006 11:56 am
Subject: PrintDBGridEh1.SetSubstitutes
mahdis_jooon
Offline Offline
Send Email Send Email
 
hello all
 
i want to have two PrintDBGridEh1.SetSubstitutes() in my grid.but as it is shown ,only one of them is accepted ,what should i do to have both of these items in beforegridtext
 
PrintDBGridEh1.SetSubstitutes(['%[date1]',edit1.text]);
PrintDBGridEh1.SetSubstitutes(['%[date2]',edit2.text]);
 
at the result .i just see the last substitution
please help me


Get your email and more, right on the new Yahoo.com

#509 From: mahdis <mahdis_jooon@...>
Date: Wed Aug 30, 2006 3:51 pm
Subject: thanks a lot
mahdis_jooon
Offline Offline
Send Email Send Email
 
dear sir my problem is gone now i have the sum
thank u very much

DmitryB <forforum@...> wrote:
Hello mahdis,

Try to use next code

DBGridEh2.FooterRowCount:=1; //Ok
DBGridEh2.SumList.Active := True;
DBGridEh1.Columns[1].Footer.ValueType:=fvtSum;

Before use Footers collection it is necessary to add at least one element to
it.

Wednesday, August 23, 2006, 5:10:01 PM, you wrote:

m> hello All

m> i used Dbehgrid in order to genaret a dynamic report which it's
m> fileds are generated in run time not in design mode

m> as i have to have the sum of each column ,i used footer

m> these lines are written in my source:

m> DBGridEh2.FooterRowCount:=1;
m> DBGridEh2.SumList.Active := True  ;
m> DBGridEh2.Columns[1].Footers[0].ValueType:=fvtSum;

m> BUT the following error occures after compiling:

m> list index out of bounds(0)

m>  so please help me what to do

m>  

m> thanks in advance

m>  


--
Best regards,
Dmitry V. Bolshakov



Do you Yahoo!?
Everyone is raving about the all-new Yahoo! Mail.

#508 From: mahdis <mahdis_jooon@...>
Date: Wed Aug 30, 2006 3:45 pm
Subject: Re: Need Urgent help
mahdis_jooon
Offline Offline
Send Email Send Email
 
hello sir,
 
cau you help me more? i did not get what you say
how should i add some element to collection
 
theanks alot

DmitryB <forforum@...> wrote:
Hello mahdis,

Try to use next code

DBGridEh2.FooterRowCount:=1; //Ok
DBGridEh2.SumList.Active := True;
DBGridEh1.Columns[1].Footer.ValueType:=fvtSum;

Before use Footers collection it is necessary to add at least one element to
it.

Wednesday, August 23, 2006, 5:10:01 PM, you wrote:

m> hello All

m> i used Dbehgrid in order to genaret a dynamic report which it's
m> fileds are generated in run time not in design mode

m> as i have to have the sum of each column ,i used footer

m> these lines are written in my source:

m> DBGridEh2.FooterRowCount:=1;
m> DBGridEh2.SumList.Active := True  ;
m> DBGridEh2.Columns[1].Footers[0].ValueType:=fvtSum;

m> BUT the following error occures after compiling:

m> list index out of bounds(0)

m>  so please help me what to do

m>  

m> thanks in advance

m>  


--
Best regards,
Dmitry V. Bolshakov



Talk is cheap. Use Yahoo! Messenger to make PC-to-Phone calls. Great rates starting at 1˘/min.

#507 From: DmitryB <forforum@...>
Date: Wed Aug 30, 2006 3:37 pm
Subject: Re: Update record whitout move up or down record
dmitrybv
Offline Offline
Send Email Send Email
 
Hello arveen1925,

You can wtite next event for Column.OnUpdateData

procedure TForm1.DBGridEh1Columns6UpdateData(Sender: TObject; var Text: string;
   var Value: Variant; var UseText, Handled: Boolean);
begin
   DBGridEh1.DataSource.DataSet['VPreferred'] := Value;
   DBGridEh1.DataSource.DataSet.Post;
end;

You have to use Value or Text property depending on type of Field.

Tuesday, August 29, 2006, 5:24:32 PM, you wrote:

a> Hello
a>  when I change a field in record, move up or down to another record
a>  for post my changes.
a>  for example field is chechbox and when chech this field, Post this
a>  info to database i ndbgrideh.
a>  Please help me
a>  Thanks


--
Best regards,
  Dmitry V. Bolshakov

#506 From: DmitryB <forforum@...>
Date: Wed Aug 30, 2006 3:31 pm
Subject: Re: Need Urgent help
dmitrybv
Offline Offline
Send Email Send Email
 
Hello mahdis,

Try to use next code

DBGridEh2.FooterRowCount:=1; //Ok
DBGridEh2.SumList.Active := True;
DBGridEh1.Columns[1].Footer.ValueType:=fvtSum;

Before use Footers collection it is necessary to add at least one element to
it.

Wednesday, August 23, 2006, 5:10:01 PM, you wrote:

m> hello All

m> i used Dbehgrid in order to genaret a dynamic report which it's
m> fileds are generated in run time not in design mode

m> as i have to have the sum of each column ,i used footer

m> these lines are written in my source:

m> DBGridEh2.FooterRowCount:=1;
m> DBGridEh2.SumList.Active := True  ;
m> DBGridEh2.Columns[1].Footers[0].ValueType:=fvtSum;

m> BUT the following error occures after compiling:

m> list index out of bounds(0)

m>  so please help me what to do

m>  

m> thanks in advance

m>  



--
Best regards,
  Dmitry V. Bolshakov

#505 From: "arveen1925" <arveen1925@...>
Date: Tue Aug 29, 2006 1:24 pm
Subject: Update record whitout move up or down record
arveen1925
Offline Offline
Send Email Send Email
 
Hello
when I change a field in record, move up or down to another record
for post my changes.
for example field is chechbox and when chech this field, Post this
info to database i ndbgrideh.
Please help me
Thanks

#504 From: mahdis <mahdis_jooon@...>
Date: Thu Aug 24, 2006 6:15 pm
Subject: please help
mahdis_jooon
Offline Offline
Send Email Send Email
 
hello all
i used dbgrideh in order to generate a dynamic report.i mean my fiels
of report are generated from a sql query and will be shown in the
grid.i need the sum of each column as a footer but i shoul make it
dynamically in my source code (not in design time but in run time) .i send you
my source
  
  DBGridEh2.FooterRowCount:=1;
DBGridEh2.SumList.Active := True  ;
DBGridEh2.Columns[1].Footers[0].ValueType:=fvtSum;
  
  the following error generates after compiling above lines:
  list Index out of bounds(0)
  
  so please help me i have beed really  confused
  
  thank in advance


Get your own web address for just $1.99/1st yr. We'll help. Yahoo! Small Business.

#503 From: mahdis <mahdis_jooon@...>
Date: Wed Aug 23, 2006 1:10 pm
Subject: Need Urgent help
mahdis_jooon
Offline Offline
Send Email Send Email
 
hello All
 
i used Dbehgrid in order to genaret a dynamic report which it's fileds are generated in run time not in design mode
as i have to have the sum of each column ,i used footer
these lines are written in my source:
DBGridEh2.FooterRowCount:=1;
DBGridEh2.SumList.Active := True  ;
DBGridEh2.Columns[1].Footers[0].ValueType:=fvtSum;
BUT the following error occures after compiling:
list index out of bounds(0)
 so please help me what to do
 
thanks in advance
 
 
 


Talk is cheap. Use Yahoo! Messenger to make PC-to-Phone calls. Great rates starting at 1˘/min.

#502 From: "e.kotlyarov" <e.kotlyarov@...>
Date: Mon Aug 14, 2006 7:39 am
Subject: Making some procedures and methods public
e.kotlyarov
Offline Offline
Send Email Send Email
 
Hi

   It would be nice to make following procedures public, since they
are quite general and could be used outside of EhLib.
   TDBGridEh.ShowEditor
   DBGridEhImpExp.Clipboard_GetToStream
   DBGridEhImpExp.StreamReadStruct
   DBGridEhImpExp.StreamReadAnsiString

#501 From: "martin_cakrt" <cakrt@...>
Date: Tue Aug 8, 2006 12:13 pm
Subject: Is EhLib dead?
martin_cakrt
Offline Offline
Send Email Send Email
 
There has not been any new release of EhLib for a while and this forum
seems dead, too. Is EhLib still being worked on, or is it an abandoned
project now?

Messages 501 - 542 of 914   Newest  |  < Newer  |  Older >  |  Oldest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help