It does not change the "X" that is placed in the checkbox, changing the font to bigger and bolder only affects the text associated with the box not the actual mark that is placed in the box, it is a very thin line "X" which I would like to make darker so it can be senn better, if this makes...
Does anyone know of an easy quick and preferably free way to make the check boxes on a Clarion 5 report darker, the "X" is really thin and hard to see especially when the report is faxed.
Is there any way to close an application, gracefully of course, when a user has left the program open for hours on end with no activity?
I have an application on my primary server accessed through the Terminal Server, I do not want to close the terminal server session but want close the...
Shankar,
I think I finally got it to work with the exception of where you reference EML:TO, if I rem this out it works but everytime I use it I get compile errors. I do know that if I was to use this field name in a clarion database, clarion does not recognize it as a valid calrion name...
I must be declaring the data in the wrong area, I thought that data had to be declared after the Member and before the Procedure, all I get is errors when compiling.
Shankar,
Thank you for the code, I seem to have a problem at the accept embed of the email button, I get an unknown identifier of MyEmailFile everytime I compile.
Shankar,
I can handcode a little bit, find the embed points and write the code.
I used the qbe template on a browse to query the database to get a list of people that meet the query's criteria, it returns a list of names along with their email address.
It is these email addresses I would...
Shankar,
Bill did get back to me and he is working on an app to test the append CSV portion of his program.
I am apparently not smart enough to figure out how to make a CSV file and populate from a query, which is what I would like to do but all my attempts have failed.
Duncan
Thanks Shankar, I went ahead and purchashed the program, works great except for one function and maybe its me, more than likely. I tried to qbe a database, save the results, then make the CSV file using vuMailCreate() function and then append using vuAppendCSV() function. I can get the qbe to...
Does anybody have an example of using email templates in clarion 6. Basically what I would like to do is query the database and come up with a list, which I can do right now, then be able to bulk e-mail that list. I have tried the example in the examples folder of Clarion 6, works once then does...
Using Clasrion 6.0 Enterprise and followed the example from the book to pass a qbe filter to a report.
The book example states to take note of the QBE class on the QBE option tab after adding the template to the browse, I get QBE10. Then when placing the print from browse button on the same...
Shankar,
Figured it out. Just use the Global variable ShellExFilename and equate it to the Databsed Filed in this case MAI:Pic1 and it will open the picture with the default program associated with the file extension.
Thank you for pointing me in the right direction.
Thank you Shankar,
I have a button on the window to load up an image file and this info is stored in a Local variable called Loc:Filename. The filename will change thus the variable. What I want to do is add another button so the user can open up an image manipulation program to zoom in on the...
Also tried the following using the run command
RUN ('c:\progra~1\pj60\i_view32.exe')
But I guess what I am asking is, how do you add a variable which contains a filename to the end of the line of code to load that file up with the program. i.e.
RUN ('c:\progra~1\pj60\i_view32.exe...
Using shellexecute() template to open a picture viewer irfanview with the
following code in the accept embed of a button:
Glo:ShellExFileName='c:\program files\irfanview\i_view32.exe'
IMPURLHandler(0{PROP:Handle},clip(Glo:ShellExFileName))
I have a local declared variable Loc:Filename, what...
Shankar,
Please correct me if I am wrong, the following is my code in the embeditor:
! End of "Process Manager Method Data Section"
CODE
! Start of "Process Manager Method Executable Code Section"
! [Priority 500]
LocalOne = LEFT(INI:Local,0)
The formula is of course...
Anybody know how many formulas you can have in a procedure. I am using Clarion 5.0 professional and when a reach a specific number of formulas and tell the program OK to save it completely drops out of the program?
Shankar,
Yes I did to no avail, all browse boxes have small type. If you have a broswe box on a form the browse box text is small and the text that is on the other parts of the form are normal, I have noticed this on Steve Parkers site par2.com and with projects I have made, basically...
The reason I am using the Web Builder is that the Internet Connection templates, which would solve the problem, produce a browse screen where the text is so small you need a magnifying class to read it, the forms are ok just the browses. So if anybody can tell me the answer to my first question...
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.