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...
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...
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...
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 =...
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...
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=" +...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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.