No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
9 Posted Topics
When formatted text is pasted from MSWord to a TRichEdit control, the bullets are well formatted (on the display) but after; Fetching the rtf data from the TRichEdit control using TStringStream, Saving the stream's DataString to a database and then Loading the saved rtf string back to the TRichEdit control …
Hello All, I have been wondering how possible is it to have an application that would run a php application that would be used for making the database updates as well as handling the business logic while on the front end, have delphi forms So The form will be used …
Hi there, Look @ AJAX, i.e. create a php function that will return a boolean of true or false if a given variable is passed to it then using AJAX calls in javascript, pass the variable to the function and proceed accordingly The mentioned function is what will check for …
Hello Am running into a problem on how to store the TFont properties of a memo (or any component at that) to a database Please help.
Yeah, Me is [QUOTE=MooGeek;1637766]Just asking :P[/QUOTE]
Hi, I have been trying to get my way round the DOJO charting using the declarative (html) method. 1. I have a ItemFileReadStore for the data source 2. I know the data store has data as I am outputting it to a grid as well. The only thing that appears …
Hello all, I am new to MYSQL programming, although i have been working with MSSQL for a while now. I am using delphi on a project and the query below does not return any results, just cant find what is wrong with it Select Airwaybill, SDate, BLAccount, RCountry, PackageCodeDesc, TotalWeight, …
The DBGrid is populated from a query, just use the "order" clause in the query when calling the dataset. E.g. Select StudentID, StudentName, StudentClass From Table_Students Order By StudentID desc
Hello All, I have been trying to send data to a pole display i.e. DigiPos WD202, I am trying to use the following code but nothing appears on the display [B]Procedure CSPortWrite(PortID, PortData : string); var f: THandle; NumberWritten : dword; begin NumberWritten := 0; //assigns the stream to the …
The End.
KE50