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 strongm 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: ravicoder
  • Content: Threads
  • Order by date
  1. ravicoder

    Plotting position of text in an image in visual foxpro

    Hello I have developed a data capture application which captures data from handwritten forms. My requirement is as below: I need a way to highlight the relevant text field in the form (TIFF image) so that it makes for a more efficient way to capture data instead of scrolling the image to get to...
  2. ravicoder

    OCR with visual foxpro

    Hi all I need some guidance with using OCR with VFP9. I have a requirement for development of a data entry & reporting application where data is captured from a pre-printed form and displayed on screen. Currently the data capture is done manually by data entry operators. Goal is to automate the...
  3. ravicoder

    Help with visual foxpro pageframe

    Hi all can someone please guide me how to change look - back color, font size etc. of individual pages of a pageframe. tried changing properties but nothing is changing e.g. I have a pageframe containing 4 pages, if I click on a tab caption that caption font should change and that particular...
  4. ravicoder

    excel automation printing to pdf error

    Hi all I am using Excel automation for reporting in my vfp application. there are certain reports I need to generate an excel as well as a PDF output. the output is properly formatted as per requirement in Excel I tried out the excel export feature for which the code is as below oExcel =...
  5. ravicoder

    Help with ActiveVFP

    Hi all Recently came across the activeVFP library as I understand it can enable Web applications using the VFP language Was trying to find some documentation for this but was unable to find working sites. Can anyone help or has any knowledge of any useful documentation for this? Also Are...
  6. ravicoder

    Mysql Connection String using latest driver

    Hi all I am using Mysql as backend database for my applications the Mysql ODBC Connector version 3.51 (32 bit) is installed on my system and I give the connection string as below connection_string="DRIVER={MySQL ODBC 3.51 Driver};SERVER=" + m_server + ";port=3306;UID=" + m_uid + ";PWD=" +...
  7. ravicoder

    Help requested in foxcharts library

    Hi all I recently came across the FoxCharts library which I thought could add value to my apps for providing various types of analysis I was trying out some test data for this. I created a form with a cursor like below CREATE CURSOR chartdata (reject_name c(20),mth1q n(3),mth2q n(3),mth3q...
  8. ravicoder

    using external classes - vcx file

    Hi all need some some help in using 3rd party classes in my form. How do I make the class available on any toolbar in the visual foxpro main window when a form is open? e.g I have a library which has a vcx file. how to use this vcx file in the form to set its properties and call its methods...
  9. ravicoder

    Using the Union Method of excel automation

    Hi all I am using excel automation extensively in my project for reporting My query is: I have a sheet with data on it -different types of data in different columns I want to generate different charts based on particular sets of data for which I need to select any 2 or more non-adjacent...
  10. ravicoder

    Merging Columns in a grid

    hi all I am using the grid control extensively to display data on screen Just wanted to know if there is any way to merge some columns (like excel) based on a condition e.g. my grid has say 5 column based on table data. if a record has a particular condition like field1 = 'TOTAL', i want the...
  11. ravicoder

    Generating graphs using excel automation

    Hi all I have Requirement for displaying graphs in an excel worksheet based on the data that is written into the sheet using excel automation Could anyone point me in the right direction to do this ..? My excel report shoul contain formatted data as well as the related graphs on another sheet...
  12. ravicoder

    Adding a worksheet after existing worksheet in excel automation

    Hi all I am using excel automation in most of my applications. My query is : how to add a worksheet after existing worksheets in an active workbook using the worksheet.add method adds a worksheet before existing worksheets not after e.g. for a report based on monthly values, if I want to add...
  13. ravicoder

    Populating a span based on input field

    Hi all I have a login form containing USERID (input type text), Username (span) and password. I want the Username span to be populated with the User Name retrieved from a database based on the entered User ID. Could someone point me in the right direction as to how to run an ajax script and do...
  14. ravicoder

    TIFF image viewer on VFP form

    Hello all I need to build an application where functionality is needed to view a TIFF or PDF image - pagination, zoom, annotation etc - mainly TIFF images. I have scoured the net for a functioning image viewer but not able to get a suitable answer to my requirements. I have tried the KODAK...
  15. ravicoder

    Image based Data entry using image coordinates

    Hi all I have an assignment to develop an image based data entry system. The image control requirements are that system should show relevant snippets of the image when user is entering relevant field. e.g. when I am entering a name, the name data should be highlighted on the image. The logic...

Part and Inventory Search

Back
Top