Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~976 People Reached
Favorite Forums
Favorite Tags

4 Posted Topics

Member Avatar for mawoodard@pilot

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: …

Member Avatar for davecoventry
0
205
Member Avatar for georgiaa

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 …

Member Avatar for georgiaa
0
386
Member Avatar for Motapa

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.

Member Avatar for Duoas
0
181
Member Avatar for bob on whidbey

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 …

Member Avatar for Motapa
0
204

The End.