Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: vdeveloper
  • Content: Threads
  • Order by date
  1. vdeveloper

    Foxpro screen

    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
  2. vdeveloper

    Using MSCOMM with swipe card machine

    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...
  3. vdeveloper

    Icon in EXE File

    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...
  4. vdeveloper

    Displaying JPG image in report

    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
  5. vdeveloper

    Append General Problem

    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...
  6. vdeveloper

    embedding a jpg or bmp in a general field programatically

    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...
  7. vdeveloper

    accessing network share

    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...
  8. vdeveloper

    preventing page eject

    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...
  9. vdeveloper

    outlook express usage with VFP

    Dear all I need some documentation on using outlook express with VFP to send/receive email. pls let me know of any sources available. Thanks
  10. vdeveloper

    disabling printer button in print preview toolbar

    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...
  11. vdeveloper

    No. of Pages in a Report

    How do I determine the number of pages in a report form? I have reports where no. of lines and layout always vary depending on the data, so I cannot programmatically calculate the last page no everytime. I would like to print "Page : " xx of XXX in the page header. The _PEPAGE variable...
  12. vdeveloper

    Generic/Text Printer usage

    Does anyone know the settings required to use the generic text printer in VFP? I believe there are different settings required for 10cpi and condensed printing. This will also help people who have modules for large volume printing e.g. invoices and daily statements in their applications...
  13. vdeveloper

    Crystal Reports in VFP

    I would like to know how to use Crystal Reports with Visual Foxpro. How do I get started and what are the procedures required for using crystal reports in VFP? Thanks in advance
  14. vdeveloper

    CABARC and EXTRACT Utilities

    Hi All Could someone please send me Cabarc and Extract utilities for managing CAB Files if available?. I am in the process of developing Backup/Restore Routines for use in my VFP applications. I was unable to find them on the microsoft site. Thanks in advance Please send to...
  15. vdeveloper

    Non graphics printing

    I need to print in non graphics mode for some of my applications, like in DOS mode printing. This is for large volume printing e.g. printing invoices etc and to be printed on a dot matrix printer. I have a previous post about this and a response from Ramani. unfortunately, didn't help. thanks...
  16. vdeveloper

    Web enabling VFP apps

    I have developed a number of apps in VFP for various applications. could someone please guide me as to how to web enable apps i.e. accessible through a browser etc. Is there any documentation/books I could refer to? thanks in advance Vdevelop
  17. vdeveloper

    Draft Printing in VFP 6

    I have developed an application which needs to print a large no. of invoices for a business day. I need some guidance on draft mode printing on a dot matrix printer as in DOS. What is the printer driver I should select ? any help would be appreciated. Thanks in advance Vdevelop
  18. vdeveloper

    adding test to a richtextbox control programatically

    Hi all I developing a data view form using a richtextbox control, I want to show formatted data to the user as a view of the record. how can I add text programatically to the control? thanks in advance
  19. vdeveloper

    I am developing a backup/restore routine for my apps. Is there a utili

    I am developing a backup/restore routine for my apps. Is there a utility or class library available which can incorporate Zipping/Unzipping functionality for the same? Thanks
  20. vdeveloper

    Rightclick in a listview control

    How can I implement rightclick functionality in a listview control? I didnt seem to find such a method for the control.<br><br>thanks <br>

Part and Inventory Search

Back
Top