IT SOLUTIONS
Your TECHNOLOGY partner! 
-Collapse +Expand
Delphi
Search Delphi Group:

Advanced
-Collapse +Expand Delphi Group Home
-Collapse +Expand Message Board
-Collapse +Expand Delphi KB
-Collapse +Expand Delphi To/From
To/FromCODEGuides
-Collapse +Expand Delphi Study Test
PRESTWOODCERTIFIED
-Collapse +Expand Delphi Store
PRESTWOODSTORE
-Collapse +Expand Members Only
   ► MB LobbyAll Groups   All Groups   Print This   

Delphi Coding Message Board

Pascal and Delphi Coding Q&A

Delphi Coding Message Board (Q&A). Free help! Answer questions. Part of our Delphi Group. Embarcadero Delphi group covering all aspects of Delphi Coding. Delphi is a Pascal-based development tool from Embarcadero, formally Borland CodeGear.

To start a new thread, choose a topic, then click [New Thread].

Delphi Specific Topics

TopicThreadsPostsLast Active Thread 
Delphi COM / ActiveX / DCOM2353
JustusJanssen
Excel and Word automation
Hello everyone,writing an Office viewer (read-only) application, I dynamically create an TOleContainer on a form and use that to open the Excel or Word file., Next, the Toolbars (CommandBars) should be made invisible, what I try to accomplish by using Set_Visible(False). For Excel, this works perfec...
42 months ago
Nothing New Since Your Last Visit
Delphi Distributed Apps50118
robert_lassiter
Delphi BDE - Directory Busy
I hope this is not the wrong group. Our problem is compatibilty with Paradox application and a delphi app using BDE. Each have their own private directory and more often than not, the delphi app crashes when trying to set the session private directory. Why would this be? The directory is empty and n...
12 months ago
Nothing New Since Your Last Visit
Delphi Internet Solutions4995
Anonymous
RE: Question regarding TWebBrowser...
u r genius, I was stuck by doing this Panel1.text:=webbrowser1.statustext;  It always give me error message. Did not relised that it should be the text put after the := sign. This is the difference between VB and Delphi thing. ---tanghz
32 months ago
Nothing New Since Your Last Visit
Delphi News / Other100266
Anonymous
RE: Delphi 6 Personal Edition - Fr...
---Nathan Mutisya
15 months ago
Nothing New Since Your Last Visit
Delphi Object PASCAL102592
Anonymous
RE: BDE Configuration
what if it happens while logged in as administrator?!---Amin
20 months ago
Nothing New Since Your Last Visit
Delphi Single User Apps105262
Wes Peterson
Need Cast?
{Too Long}
4 months ago
Nothing New Since Your Last Visit
Delphi User Groups56
Mike Prestwood
Delphi User Groups LIsting
The following page on wikia.com lists Delphi User Groups:Delphi User Groups - http://delphi.wikia.com/wiki/Delphi_User_Groups
5 years ago
Nothing New Since Your Last Visit
Delphi VCL68276
Anonymous
RE: ComboBox Text won't clear.
ComboBox.clearselection; :) .. ---salambanan
4 months ago
Nothing New Since Your Last Visit
Kylix (Archive)1035
jwerfel
Suse 9.1 and Kylix 3
I recently installed Kylix 3 on a new Suse 9.1 machine. The install went fine, no problems or anything. When I click on the icon to start delphi, nothing happens. It looks as if it is strting, the task appears in the taskbar and the computer appears to be doing something, but then it dies. The t...
9 years ago
Nothing New Since Your Last Visit

Newest Posts...

New Posts: Delphi Board

More...

Thread 10 of 10
Thread Starter  

PANTLORD
ComboBox Text won't clear.
Hi there,, , Does anyone know how to clear the text dispplayed in a combo box? Mine just holds the last value and doesn't overwrite it when I tab back to it ideally I want it cleared and ready for the next entry. , , I've tried setting .Text := ''; but it doesn't work even if I set it to '1'; it doesn't display a 1 only the previous value. The whole text line seems to be higlighted rather than just the text. Any ideas?, , Thanks, Mully
Posted to MB Topic: Delphi VCL
11 years ago
3 replies. Last post:

Anonymous
ComboBox.clearselection; :) .. ---salambanan
4 months ago
Nothing New Since Your Last Visit
6764
Hits

Thread 9 of 10
Thread Starter  

Tom.L
Delphi -- Search an array for a coloured Tpanel
I have an array y=11 by x=20 array containing Tpanels they all have corresponding colours assined to them. i would like to be able to search through the arraay to find a cirtian colour and change it to another, i tried this but it didnt work. procedure TFrmSeatLayout.BtnDeselectAllClick(Sender: TObject);, begin, ListSelectedSeats.Items.Clear; (ignore this), if ArPnl [x,y].color = clPurple then (the array is called Arpnl), ArPnl [x,y].color := clTeal; end;  I want it to find the Purple panel and change it to Teal Thanks for your help Tom
Posted to MB Topic: Delphi Single User Apps
4 months ago
1 Reply:

Wes
{Too Long}
4 months ago
Nothing New Since Your Last Visit
323
Hits

Thread 8 of 10
Thread Starter  

sharkboo
NMHTTP Post Message Problem
when i use NMHTTP1.Post('http://10.0.65.188/hello.php','a=hello'),the socket reply that the connection is successful,but the parameter hasn't been transfered., , who know why and how to deal with it?, thax.
Posted to MB Topic: Delphi VCL
12 years ago
9 replies. Last post:

Anonymous
La sacoche en cuir pour homme est nanmoins ce qu'on a invent de plus pratique pour les hommes et de plus moder...
11 months ago
Nothing New Since Your Last Visit
11345
Hits

Thread 7 of 10
Thread Starter  

Pelagian
Calendar VCL with multiple date display

I have written a little programs that keeps information on relatives and friends and I would like to show on the current month's calendar all the dates on which birthdays may fall.

 

Is there a free Calendar component  for Delphi 7 (or upwards) that allows for the display of multiple dates.

Posted to MB Topic: Delphi VCL
12 months ago
1 Reply:

Wes
I can't promise that such a calendar component is in there, but have you investigated Project Jedi? http://www.delphi-jedi.org/
12 months ago
Nothing New Since Your Last Visit
1137
Hits

Thread 6 of 10
Thread Starter  

robert_lassiter
Delphi BDE - Directory Busy
I hope this is not the wrong group. Our problem is compatibilty with Paradox application and a delphi app using BDE. Each have their own private directory and more often than not, the delphi app crashes when trying to set the session private directory. Why would this be? The directory is empty and not used by any other application? A reboot of the computer typically solves the problem but I'd really like some further understanding...exception number  : 1, exception class   : EDBEngineError, exception message : Directory is busy., , main thread ($b9c):, 005eb8b1 +011 rcurt.exe Bde.DBTables           DbiError, 005eb8bd +005 rcurt.exe Bde.DBTables           Check, 005ef5e0 +04c rcurt.exe Bde.DBTables           TSession.SetPrivateDir, 0065b89b +8b7 rcurt.exe f_main       1286 +138 TMain.FormCreate,...
Posted to MB Topic: Delphi Distributed Apps
12 months ago
Nothing New Since Your Last Visit
762
Hits

Thread 5 of 10
Thread Starter  

Larry J. Rutledge
Delphi 6 Personal Edition - Free
[b]Borland to Offer Delphi 6 Personal Edition for Free[/b], , [i]Scotts Valley, CA (August 3, 2001)[/i] - Borland Software Corp. is offering Borland Delphi 6 Personal Edition for free. Delphi 6 Personal enables new users to learn how to develop high-performance, non-commercial applications for the Windows platform with the latest technology standards and protocols., , Complete with a 32-bit, optimizing, native code compiler, online help, and examples, Delphi 6 Personal shortens development cycles and can increase developer productivity. The Personal Edition also features a VCL of more than 85 pre-built and reusable, customizable components, including menus, dialogs, TreeViews, and text boxes., , Borland Delphi 6 is the first RAD environment for Windows that fully supports new and emerging Web Services. With Delphi 6, corporate, or individual developers can create next-generation e-business applications quickly and easily. Major features include BizSnap, WebSnap, and DataSnap to enable ...
Posted to MB Topic: Delphi News / Other
12 years ago
2 replies. Last post:

Anonymous
---Nathan Mutisya
15 months ago
Nothing New Since Your Last Visit
14203
Hits

Thread 4 of 10
Thread Starter  

Daniel Kram
Point-Of-Sale (POS) Screen Design
Hello and happy new year to all. I am currently in the process of writing a Point-of-Sale, POS, system. I have seen many in person recently and they have fairly simple screens with a few options usually per screen and perhaps some tabs. Color is usually present but not usually overdone. My question, I noticed they all have a gradient type of button in several formats and how do you th ink I should best approach my project to achieve a nice graident button and controls. Here is what I have looked at thus far. 1) Skinning. If I find nothing else, this is the area I will probably land. When I am finished with my research, I will post my findings. Through skinning, I can apply a theme to the Delphi application and at least get a completely different feel than the basic application colors with very little coding. 2) HMI (Human Machine Interface) I do not know much about this, yet, but this seems to be an option. 3) Just DIY, or do-it-yourself - create nice gradient designs in a paint...
Posted to MB Topic: Delphi VCL
52 months ago
11 replies. Last post:

rdkram
Anas: Wes is correct. Moreover, I cannot share code from the application without breaking copyright rules/laws. Yes, I wrote it, but I do not own it, my employer owns the code - not me. Follow what, Wes, indicates and see where it takes you. I do the same thing with languages I learn such as Ruby, or PHP. The other thing you probably need is a solid understanding of database design. if you do not have a DBA, or database administrator, availabl...
18 months ago
Nothing New Since Your Last Visit
4537
Hits

Thread 3 of 10
Thread Starter  

epicurean
BDE Configuration
So yesterday, all was well, happy happy joy joy. Today...when I try to open up my database program...I get an error, Cannot write to Engine configuration file BDE Error 8453 [$21] [$5]. Same problem when I open BDE Admin - System configuration file not found. System default in use. When I try to recreate the Alias and save the settings, same error, Cannot write to Engine configuration file. So my question is..what happened to the configuration file? I still have the new config file that I created previously, but when I try to apply it to the Alias, same error. I still have the default idapi32.cfg file. But when I try to make a new Alias with that config file, and save it as ParadoxTest (which is the name of the Alias I was using before), it won't let me save. Also will not let me save a newly created .cfg file. Any ideas?, , Using Delphi 6 enterprise with paradox 4.0 tables. Windows 98. .pas .dpr etc files on a Novel network drive, .cfg file is on the same network drive in different di...
Posted to MB Topic: Delphi Object PASCAL
10 years ago
3 replies. Last post:

Anonymous
what if it happens while logged in as administrator?!---Amin
20 months ago
Nothing New Since Your Last Visit
8683
Hits

Thread 2 of 10
Thread Starter  

Ron Roper
How to change sort to descending?
I am having problems changing the sort order on a DBgrid at runtime (I am using paradox tables). I have pre-defined an index for each field I wish to sort on (in ascending order)., , I can change which column to sort on by clicking in the column title without problems, but changing the ascend/descend order does not work., , I have stepped through my code and the index definition appears to be getting changed correctly but it seems to lose the change when the Indexdefs are updated or the table is reopened. Here is my routine that is called from the OnTitleClick event., , procedure TTimeSeriesForm.Descend(DoDescending: boolean; Column: TColumn);, var, I: Integer;, begin, CatGrid.DataSource.DataSet.DisableControls;, with Datamodule2 do, begin, CSR.Close;, for I := 0 to CSR.IndexDefs.Count - 1 do, if (CSR.IndexDefs.Items.Fields = Column.FieldName) then, begin, if (Not DoDescending) then, CSR.IndexDefs.Items.DescFields :=...
Posted to MB Topic: Delphi Single User Apps
11 years ago
5 replies. Last post:

rdkram

If it is an index, then by default it is automatically ascending.

When selecting the data, include a SORT BY clause and then DESC for descending - it is automatically ascending by default. Here is an example:
SELECT FieldA, FieldB, FieldC FROM Employee ORDER BY FieldB; 
SELECT FieldA, FieldB, FieldC FROM Employee ORDER BY FieldB DESC;

 

23 months ago
Nothing New Since Your Last Visit
3808
Hits

Thread 1 of 10
Thread Starter  

ckerscher
Need BDE replacement
Am using CodeGear 2007 Win32 with dBase, ACE Reporter, Woll2Woll, JEDI components; therefore I have a lot of TTables and TQueries throughout my program. My applciation runs on a 2003 server with XP workstations. The response time to access data (retrieve, post, do SQLs) is horrible. The users are demanding something better. But I don't know what is better. And I don't know what the ramfications are in changing to something better. I sincerely hope that someone can give me recommendations as well as address the difficulty in changing to another database. Thank you so much, Charlie
Posted to MB Topic: Delphi Distributed Apps
26 months ago
14 replies. Last post:

Wes
{Too Long}
26 months ago
Nothing New Since Your Last Visit
2834
Hits
More...

Unanswered: Delphi Message Board

Answer an unanswered thread. Even old threads. Our goal is to have a complete and thorough resource.


Thread 4 of 4

robert_lassiter
Delphi BDE - Directory Busy
I hope this is not the wrong group. Our problem is compatibilty with Paradox application and a delphi app using BDE. Each have their own private directory and more often than not, the delphi app crashes when trying to set the session private directory. Why would this be? The directory is empty and not used by any other application? A reboot of the computer typically solves the problem but I'd really like some further understanding...exception number  : 1, exception class   : EDBEngineError, exception message : Directory is busy., , main thread ($b9c):, 005eb8b1 +011 rcurt.exe Bde.DBTables           DbiError, 005eb8bd +005 rcurt.exe Bde.DBTables           Check, 005ef5e0 +04c rcurt.exe Bde.DBTables           TSession.SetPrivateDir, 0065b89b +8b7 rcurt.exe f_main       1286 +138 TMain.FormCreate,...
Posted to MB Topic: Delphi Distributed Apps
12 months ago
Nothing New Since Your Last Visit
762
Hits

Thread 3 of 4

Daniel Kram
PDF and RTF and Graphics
>We are also toying with Rave report instead of RTF as Rave apparently can output a PDF quite easily. [wp] I think you're on the right track - turning to a reporting tool.  Rave might do the trick, but I've found it kind of hard to work with. I haven't tried to do exactly what you're describing, but I'd be very surprised if my favorite reporting tool couldn't handle it: Fast Report.  Fast Report also does a fine job of producing PDF output. 
Posted to MB Topic: Delphi News / Other
48 months ago
Nothing New Since Your Last Visit
1597
Hits

Thread 2 of 4

Amir
Login to PHP pages with NMHttp
Hi. is there any one help me? I want to Login to one Website (Username & Password)Like mail.yahoo.com ?Using NMHttp Post method in my program.but i can't do this. I'm using Delphi6., Tnx.
Posted to MB Topic: Delphi Internet Solutions
8 years ago
Nothing New Since Your Last Visit
2313
Hits

Thread 1 of 4

Amir
how can I Login to PHP pages with NMHttp?
Hi. is there any one help me? I want to Login to one Website (Username & Password)Like mail.yahoo.com ?Using NMHttp Post method in my program.but i can't do this. I'm using Delphi6., Tnx.
Posted to MB Topic: Delphi VCL
8 years ago
Nothing New Since Your Last Visit
3367
Hits
More...

Icon Legend:
Recent or not:
- Recent activity (within last two weeks).
- No activity last two weeks.
 Since your last logged visit:
- New to you or updated since your last visit (sign in now to activate).
- NOT new to you since your last visit (sign in now to activate).



New Thread Notifications

New thread subscribers: adorraga   Ahmed.A   ckerscher    Daniel Kram   edaurdoamped    ferganyalex   ianfcowan   Mike Prestwood   moudy   owen.moore   pkakkar   Ramanadh   rbrownsr   tabassam0300   the7son_ms   vribicic  

Want to subscribe? Sign in to subscribe to new activity posted to this group.
-
  Load Time=less than 1 second.
 
Print This
-
 
Have a question? Need our services? Contact us now.
--Mike Prestwood

Call: 916-726-5675

email: info@prestwood.com


1,166 People Online Now!!  
Online Now: Sign In to see who's online now!  Not a member? Join now. It's free!
Show More...


©1995-2013 PrestwoodBoards  [Security & Privacy]
Professional IT Services: Coding | Websites | Computer Tech