Hi all
When executing standalone apps, They open in 640 x 480 screen size and then expand to 800 x 600 size. is there any way to avoid this and open directly in 800 x 600 size ? This causes a flicker that I would want to do away with.
Thanks
Ravi
Thanks Rick & Dave
The machine & its interface is actually proprietory to the people who had installed it and are now not prepared to spend any more time on the site. The problem is that the software provided by them is very unfriendly and cumbersome hence the need to develop a new software...
Hi All
I have a requirement for an app which will read entry/exit data from an door access card reader hooked up to a PC. I believe the MSCOMM control can be used for this. Could someone please guide me as to using MSCOMM with this type of machine? is there a standard command set to be used for...
Hi all
There seems to be not alternative to using general fields as the VFP 6.0 report writer demands it. Please inform if this can be done any other way. I generate a temporary cursor for the purpose of reporting, which is anyway destroyed after the reporting is over so storing images is not...
Hi all
In my mproject I have specified an icon by using project info > attach icon and also included the icon in the project. The problem is that when a shortcut to my application is created on the desktop, the icon shown is the fox head and not the one I specified in the project. I also have...
Hi all
I have a report which is supposed to display a jpg image stored in a general field of the underlying cursor. My problem is that when the report is generated, instead of the actual image, the JPG file icon is displayed/printed. what could be the cause of this?
Thanks in advance
Hi all
I need to use the append general command in one of my apps and i have given the command thus
appe general machimage from &mimfile
where machinmage is the name of the general field and mimfile is the filename (.bmp or .jpg)
I am getting the following error
OLE Error code 0x800401f5...
Hi Mike
I did check through folder options and the JPG file type is associated with 'IEXPLORE'. accordingly if I give the command as "append general <fieldname> from <jpg filename> class iexplore", I still am getting the same OLE error mentioned above. what could be the problem here...
Hi Mike
I tried giving "append general <fieldname> from <jpg filename>" and I am getting an error which says "OLE Error. application not found". How can I solve this problem? How can I find out which class / application is registered for JPG files?
Thanks
Ravi
Hi redzombi19
I have an application which has a similar requirement as for sending emails to a list or customers based on a condition. I am stuck on the actual emailing part. could you please guide me as to how you are doing it? sorry if I am in the wrong forum.
Thanks & Regards
Ravi
Hi all
thanks for the replies
I just need to do this in a temporary cursor which is closed and destroyed after the report is run, so database bloat does not enter into the picture here.
what is the OLEclassname for jpg images? I have found out that OLEClassname for BMPs is PBRUSH.
Thanks
Hi all
How can I embed a jpg or bmp image into a general field programatically ? what is the syntax to be used ? I have a database which stores pathnames of the images in a memo field and shows the actual picture when a report is generated for which I have to create a temporary cursor having a...
Hi all
I would like to know how to access a password protected network share through code. Im building an app which runs a backup process to a specific folder on the server (password protected). My app knows the password but the folder should not be accessible to other users through windows...
Thanks for the replies
This app is for a supermarket cash counter where the no of detail lines is not fixed, so I cannot use a fixed length report form. the next bill has to print where the first one has ended so the cashier can tear off the first bill and print the next one immediately. Is...
Hi all
I am using an invoice printing routine on a dotmatrix printer which goes like this
set printer to name "EPSON LQ-1150 ESC/P2"
set printer on
set console off
? 'Memo No : ' + cmemo
? ....
etc..
?
set printer off
set printer to
my problem is that after the last 'set...
Hi all
When I issue the "report form xxx preview" command, the results are shown in preview mode with a toolbar for navigation printing etc. How can I disable the print button in this toolbar? I need to either disable or make the button invisible based on certain conditions.
Thanks...
check out the flow of your program from the start. it may be calling a do (something.prg) and that something.prg is not included in your project. so when you run your application from another directory, it cannot find the prg and hence the error. if this, then try manually adding the prg to your...
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.