Thread 25 of 25 | | Thread Starter | | |  sharkboo | NMHTTP Post Message Problemwhen 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. |
 39446 Hits | |
Thread 24 of 25 | | Thread Starter | | |  pkakkar | problem with the code- dont know where{Too Long!} |
 18719 Hits | |
Thread 23 of 25 | | Thread Starter | | |  Daniel Kram | Point-Of-Sale (POS) Screen Design{Too Long!} | 11 replies. Last post: |  rdkram | {Too Long!} |
|
 15185 Hits | |
Thread 22 of 25 | | 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 | 3 replies. Last post: |  Anonymous | ComboBox.clearselection;
:) ..
---
salambanan
|
|
 12022 Hits | |
Thread 21 of 25 | | Thread Starter | | |  juanjo75es | TWebBrowser scroll barI want to hide the default visible scroll bar of the TWebBrowser component., How can I do it? | 1 Reply: |  Wes | {Too Long!} |
|
 10208 Hits | |
Thread 20 of 25 | | Thread Starter | | |  djsmith9 | TMonthCalendar and OnGetMonthInfo problems{Too Long!} | 1 Reply: |  Anonymous | Try such a nice piece of code as
Calendar.Date:=Calendar.Date+31;, Calendar.Date:=Calendar.Date-31;
to Force that component +)
And it will bold the current month))
---
Moonflame_9x
|
|
 8420 Hits | |
Thread 19 of 25 | | Thread Starter | | |  programc++ | Gaining and losing focus on TSpeedButtonI have a TSpeedButton and I am not able to lose the focus on this SpeedButton.Once the focus is lost I want to regain the focus again. Any Suggestions?? | 3 replies. Last post: |  programcpp | Actually I made the TSpeedButton get focussed using the Enabled property. I initialised it to false. When I need to get the focus back, I just assign Enabled as true and it works fine. So initially all the buttons are not activated. Works fine I guess .. atleast for my application |
|
 7973 Hits | |
Thread 18 of 25 | | Thread Starter | | |  gholkar | Visual Basic dll in DelphiI need information on following points :, , 1. I am not able to use the DLL created using Visual Basic in Delphi. Do I need to incorporate extra settings either in Visual Basic or in Delphi?, 2. Can we make Visual Basic to use Pascal Calling Conventions? , , I will be highly obliged. Thanks in advance...!!!, , With Regards,, Mangesh. |
 7410 Hits | |
Thread 17 of 25 | | Thread Starter | | |  kinyanjuism | Selecting next value in a dblookupcombobox withoutHi,, Thank you for answering my previous question. , , Currently I have a problem changing the selection of a dblookupcombobox to the next value with the focus lost (as in when somebody presses the VK_DOWN - arrow key down - when the control has focus)., , Thanks. Hoping to hear from you. |
 7141 Hits | |
Thread 16 of 25 | | Thread Starter | | |  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. |
 5346 Hits | |
Thread 15 of 25 | | Thread Starter | | |  Badzooka | Using Delphi TColorGridHow do you specify which color to use with TColorGrid from the samples page? Why isn't it documented? | 4 replies. Last post: |  badzooka | Thanks Mike. |
|
 5336 Hits | |
Thread 14 of 25 | | Thread Starter | | |  programc++ | Two TMainMenu on the main form .. is it possible??Hello,, I am developing an application where there is a main form. This main form has a TMainMenu with all the necessary drop down menu items. Now I have a MDI child window which changes according to the menu item selected from TMainMenu. Depending on which MDIchild window I am opening, I need one more Menubar on the main form which is similar to the main TMainMenu. I tried using another TMainMenu on the main form. But during run time it is not displayed. Can anyone help me with this .Any other suggested solution will be appreciated., , Thanx, Mahendra Ghuge | 7 replies. Last post: |  programcpp | Hello,, I got it working. Works fine now. Thanks alot Angel and Wes for all your help appreciate it |
|
 5086 Hits | |
Thread 13 of 25 | | Thread Starter | | |  kinyanjuism | DBLOOKUPCOMBOBOX property ITEMSHi,, Kinyanjui again. The DBLOOKUPCOMBOBX doesn't have the ITEMS property so am not able to manipulate the DBLOOKUPCOMBOBOX the way you suggested., , Could you please propose another way, sending message (which?) or something?, , Thanks |
 4723 Hits | |
Thread 12 of 25 | | Thread Starter | | |  riotboy | Using TWebbrowser to enter text and click buttonUsing TWebbrowser to access a web form with a few fields on it, and a couple of buttons.
I want to enter some text into one of these form Fields, then click one of the buttons ('Search'), with delphi code accessing the page via TWebbrowser.
I can access the complete HTML page source (is in a frame but i do a fool workaround to trick it into discarding the outer frame anyway). I know what the button and the field names are.
Having Zero luck with this so far, need a direction to be pointed in if nothing more. Any Ideas?
| 1 Reply: |  Wes | {Too Long!} |
|
 4629 Hits | |
Thread 11 of 25 | | Thread Starter | | |  Ron Roper | Can't control visibility in DBCtrlGrid ?I am using a DBCtrlGrid to display several records on screen at once. The control grid has a DBCheckBox and a DBEdit on it. I am trying to control the Visible state of the DBEdit according to the Checked state of the DBCheckBox., , When a checkbox is clicked (I am using the OnClick event), the corresponding DBEdit behaves correctly, however all the other DBEdits (for the other records) change state whenever I move to another record. , , I notice that the controls placed on a DBCtrlGrid actually appear with the Form as their parent in the object inspector., , Is there any way to determine which instance of the controls I am dealing with at any one time and limit the effects to just one record at a time., , Thanks for any help, , RonR , -------------------------------------------------------------------------------- |
 4536 Hits | |
Thread 10 of 25 | | Thread Starter | | |  Pelagian | Calendar VCL with multiple date displayI 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.
|
 4517 Hits | |
Thread 9 of 25 | | Thread Starter | | |  grey guru | Updating third-party components{Too Long!} | 2 replies. Last post: |  ta2412 | {Too Long!} |
|
 4386 Hits | |
Thread 8 of 25 | | Thread Starter | | |  Thomas Duval | LookUp ComboBoxDoes someone make a component for Delphi that can lookup a key field and replace multiple fields columns in a grid. I am trying to find a component that works like the old dos version of Paradox3. I would like to enter a part number in the main table and look the part number description and price in a data table; then place that data in the main table (part number description and price. |
 4153 Hits | |
Thread 7 of 25 | | Thread Starter | | |  programc++ | dynamic buttons on the formHi,, I have a main form and 3 MDI child form. I have 6 different buttons altogether for the application. I need somhow to able to view 2 buttons at a time depending upon the child form opened. I can hide the buttons but I cannot display different button at the same location. , Can anyone help me out with this.., , Thanks in advance, Mahendra Ghuge | 6 replies. Last post: |  programcpp | Hi angel,, That works fine .. thanks for your help |
|
 3744 Hits | |
Thread 6 of 25 | | Thread Starter | | |  ecotone | No default printer error when adding QReportI get an error "There is no default printer defined" when trying to add a QuickRep object even though there is a default printer defined. The object doesn't get added. Any clues? |
 3535 Hits | |
Thread 5 of 25 | | Thread Starter | | |  Speaker | How can i...| 1 Reply: |  Wes | {Too Long!} |
|
 3473 Hits | |
Thread 4 of 25 | | Thread Starter | | |  NevilleRichards | Component Design - double clickI have a faint recollection of being told how to ensure a certain action from a component if it double-clicked at DESIGN TIME., , Does anyone know what the secret is?  , , Neville | 4 replies. Last post: |  NevilleRichards | It looks as if you have hit the nail on the head., , The answer is there, if somewhat complicated!, , Thanks, Neville |
|
 3180 Hits | |
Thread 3 of 25 | | Thread Starter | | |  kata.ro | Needa hand with TListView ...I have a problem using the TTListView ... maybe someone can help me ..., So, let's start. Les't say I have a ListView on my form.The listView has 5 items an 9 colums... I view the list as report.How can I get the information from the item 3 and column 5 into a TEdit ??, Thnks in advance. |
 3060 Hits | |
Thread 2 of 25 | | Thread Starter | | |  ooni | "window creation error" infopower DelphiHi all,, , I am using the infopower component lib on Delphi 1. , , In a TTabbedNoteBook, I have set a TwwDBGrid. When clicking on a given tab, the associated event onChange is executed correctly, then the error message "window creation error" is appearing. The next debug action steps into wwstr.pas., This issue occurs especially when the wwDBGrid (associated to a wwTable) is filled with new information., , I use the BDE 16 bits release 2.50, , Do you know about this issue ? Can you advice to find on the web the right infopower sources/lib for Delphi 1 (16 bits) ?, , Thank you very much, Best regards,, , Olivier OPPIZZI  | 1 Reply: |  Rick Carter | InfoPower is commercial, so I doubt you'll find more than a demo version on the web., Do you have a licensed copy installed and running, or have you never really gotten it running? And what version of Windows are you running? |
|
 3032 Hits | |
Thread 1 of 25 | | Thread Starter | | |  tuck | blue cell in tstringgridhi there,, in tstringgrid theres one cell which is blue, how can i make it white????? the cell which had the focus at last turns blue!!! argh, excuse my bad english and please help meeee |
 3028 Hits | |
 |
|