Posts by Bárbara Nobre • 11 points
2 posts
-
1
votes1
answer700
viewsA: Create a URL to open a PDF file - PHP
When a PDF file opens in a browser, the first page of the PDF file will be shown by default. You can add a string in the HTML link so that a PDF file opens and jumps to a specified page or sets the…
phpanswered Bárbara Nobre 11 -
-1
votes2
answers882
viewsA: How to organize data from a listview?
Here is a listview template with intensity different from yours: var TForm1: TForm; ColIndex: Integer = 0; OrdAsc : boolean = true; //No evento OnColumnClick do ListView if ColIndex = Column.Index…