Forum: Pascal and Delphi Jul 16th, 2008 |
| Replies: 1 Views: 1,977 Hey guys i have an application where i assign values to the type of sale it would be -- here's my code --
procedure TPaymentForm.OkButtonClick(Sender: TObject);
begin
//ID 1 - Cash Sale... |
Forum: Pascal and Delphi Jul 9th, 2008 |
| Replies: 1 Views: 2,052 Hi guys,
Stupid Question....
How can i group specific rows in a cxGrid (Express Quantum Grid 6)...
this event will occur onClick...
any ideas ??? |
Forum: Pascal and Delphi Jul 7th, 2008 |
| Replies: 1 Views: 2,434 Aaah, i figured it out guys...using repositories to create styles and change colour, then set the qty to that style, adios...to all those who might wana know |
Forum: Pascal and Delphi Jul 6th, 2008 |
| Replies: 1 Views: 2,146 I have an idea... i should work...If you are using Delphi - go to 'Project' - 'Options' - then a menu will appear that shows you your forms, put ALL your forms before your Data module page, they will... |
Forum: Pascal and Delphi Jul 6th, 2008 |
| Replies: 1 Views: 2,434 Good day
I'd like to find out how to change the color of a row on a page startup in Delphi 7 pro with an Express Quantum grid 6
What i am trying to achieve is this
if Quantity in stock = >10... |
Forum: Pascal and Delphi Jul 3rd, 2008 |
| Replies: 0 Views: 634 Hey dudes...i am currently working for a company that codes in delphi 7... i am familliar with C# language but not that much of Pascal language...i need to make a form where i can print an added HTML... |