Hey there,
I'm trying to display a string with an 90 angle using imagettftext. All is correct on my localhost but doesn't work in line : the string is going from bottom to top (correct) but the letters are not well-oriented. You can check it at http://www.frbconseil.net/pages/calc2.php
Can...
and of course a better solution would be to create a new php file which generate the image, then call it through your img tag
<body....>
<img src="generatepng.php">
more reusable...
You have to enclose your php statement into a img tag like this :
<body bgcolor=#000000>
<img src="<?php your php code here ?>">
and it will work fine.
I reply to myself (this is not the first time), perhaps someone will encounter the same problem. I 've been looking for a solution during over a year !!
This is working with data given by a two-columns recordset (first contains the dates, second contains the values).
Chart.Type =...
Hi all,
I use the chart component to plot prices (y) through a time period (x). My problem is that the gap between the dates is always the same whether there is one day or one month between two dates.
How can I tell the chart component that the x-axis is a non-discrete variable (ie. a...
Hi there,
I would like to affect the background color of a shape (or a label, same problem) in a data report depending on the value of a field of the recordset (ie : the field's value is true then the background color is red else it is blue).
Anyone knows ??
Hi everybody,
A pink star for the one who could help me deleting dynamically-created controls with then .Controls.Add method.
Thanks in advance for all those who will take part in this great contest :-)
Hi,
the most simple solution I see is to open two files for output (says JRecords.txt and IRecords.txt) and filling them while parsing the input file.
I don't know the format of your input file but here is a frame you could re-use :
' define a text var
dim SLine as string
' creates output...
Actually, the last sentence I wrote in my second post was a joke. I spent so much time to solve my problem that I was euphoric.
Then, I was very surprised and proud when I noticed the little star (thanks johnwn)close to my name.
And sorry, as a frog, I didn't understand very well the reply of...
Well, after posting this thread, I made a last try and...yepee, it works now.
The solution was using a command which returns the list of countries, then a child command which returns the list of countries and authors and then, a second child command which returns the list of countries, authors...
Hello everybody,
I'm Looking for a way to have two groups level in a datareport without repeating the group's headers if their value doesn't change. Here is an example of what I want :
Country 1
Author 1
Book Title 1
Book Title 2
Author 2
...
Currently, I get this :
Country 1...
Hi everybody,
I try to make my own .chm HTML help files with MS HTML Help Workshop (v4.74). All is well except when I reference files which are not in the same folder as .chm's one : for example : my ccs file and all my img files.
When I view the html file in IE (or preview it in HW) it is...
Hi everybody,
I'm stuck with a silly thing : an ADO recordset which first field is a date and second is a price.
The chart component always represents the Date field (x-scale) in an integer format when I want it in a date format. Grrrr.
Any tip is greatly appreciated. Thanks
Hi JCarlos,
I'm also programming with Sybase and VB6. I think you'd better writing stored procs in your .sql files and execute them in VB6 via a ADO.Query object rather than trying to execute a .sql file directly.
Hope this helps
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.