No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
4 Posted Topics
U can try and use RvRenderPDF component(I have used it in Delphi Application) together with RvProject component, RvSystem Component In your coding u can specifing by the URL of the directory containing your PDF file and execute it. e.g { procedure display_pdf; var pdf_url: String; l_popup_page_name: string; l_popup_page_options: string; l_popup_parameter: …
I advice you to try and use a normal comboBox instead of a LookupComboBox, Step One : On OnCreate of the form populate the comboBox with material Description from the table using a for-loop :e,g for K := 0 to tblMaterial.RecordCound - 1 do begin comboBox1.Text.Append(tblMaterialDescription.Value); tblMaterial.Next; end; Then you …
I am bussy developing a web application using delphi, i need my application to use a barcode scanner for filtering, please give me an idea on how to go about achieving that.
I you have the OnClick event for you radiogroups,check if it does not include the other radiogroup in your instructions, if not add a code on the acitive event of a form and set the itemIdex of each radiogroup and then on the OnClick event of each radiogroup set the …
The End.
Motapa