-
- OLE object error
by gamease
- 12 Replies
- Last post
by Naomi Nosonovsky
- Hi,
I get the error : OLE error code 0x80040154. Class is not registered. OLE Object is being ignored . I get this error when i run a form which has a pdf document in VFP 6.0.
If my computer has only installed the acrobat reader with version 6.0 or before, there will be no error occured. But when my computer has installed the acrobat reader with version 7.0 or later. The error will appear.
-
- how to create executable file?
by honey1016
- 2 Replies
- Last post
by Carl Warner
- how to create an executable file in Visual Foxpro Version 7.0
-
- 1938
by dni
- 4 Replies
- Last post
by CChalom
- When I am using "BROWSE...." in a click method I receive the error:
"Object not contained in a form"
If I press "Help" I have the error:
Object is not contained in a "Name" (Error 1938)
If I press "Ignore" it seems to working...
Some ideeas
-
- Dot matrix printers with Visual Foxpro
by Farhat Fakih
- 14 Replies
- Last post
by Lakshmi N
- Hello all,
We are in the process of converting an old Foxpro 2.6 (DOS) software into VFP, the problem that we face is that the printing is very slow on dot-matrix printers We cannot shift to laser printer as the stationery is pre-printed and has to be multi-part.
Can anybody offer the solution
Thanks in advance
-
- New Grid Columns
by dni
- 9 Replies
- Last post
by dni
- I am running a form with a grid with 12 columns. It is working fine. At one moment in a click method I am adding more 8 columns . How can I do that new columns to have the same settings with old columns (header and textbox (font size,font,color,allignment...) I don't like to write 8 times settings for each properties ...
-
- Debugger Failure
by Victor BA
- 1 Replies
- Last post
by Dan Freeman
- I have a BIG problem... an error happened in VFP while i was working, and now, each time a use the debugger even by accident (program exception), opens and cycles the "Select Directory" dialog, and keeps showing itself, i can't cancel it, or select a folder, it keeps showing, and i have to quit VFP the hard way (with Task Manager), i need the debugger to be functioning!! , can i reset i
-
- Automation with Excel Graphing
by Satish33
- 3 Replies
- Last post
by MarciaAkins
- Hi all,
My output is an excel sheet with the graph in it designed from my Foxpro. It works perfect but I am having a small problem in formatting my graph, I am getting an error " unable to set the SeriesCollection property of the series class "
My excel graph contains bar and line representation with tow secondary axis, there are some three bar representation and three l
-
- Using grid
by AngelOfPirate
- 3 Replies
- Last post
by Louie Angelo Guirigay
- I have a grid in my program that display an information in sorted and the moment I click any data within the first colum of my grid it automatically display all information in the corresponding objects within the form. What i want to do next is, if ever the focus within the grid and i type the first letter of the record which i want to find it would highlight the record that starts with the charac
-
- cannot quit visual foxpro
by HowardW
- 14 Replies
- Last post
by dni
- Subject message appears altogether too often - during my development, user sessions, etc. Similar messages imply this could be caused by the task pane. I do not knowingly use the task pane and have the auto startup turned off. Sure enough it happened again - tried clear all; release all, clear events, sqldisconnect(0), etc. - all the things I could think of and tried before. No luck. Then I turned
-
- Cursor adapters, ADO and Native VFP Data
by CChalom
- 14 Replies
- Last post
by CetinBasoz
- Hi,
I've been using Remote Views to access native VFP DBC's.through ODBC.
As I want to use some of the new functionalities of VFP data, AutoInc, Varchars, Blob fields, I was recommended to try using ADODB with Cursor Adapters.
But I've found no samples using VFP native data... Can someone recommend be some kind of literature for that
I was told that accessing data using AD
-
- Updating DBF from SQL server
by tazvier
- 6 Replies
- Last post
by tazvier
- Hi to everyone. I have the following issue; I need to update some information in DBF files but with a SP from SQL server. I have a linked server in my SQL server pointing to DBF directory. When I execute the following commands, I get everything ok:
Select * from LinkedServer...mytable
Insert into LinkedServer...mytable values('fiel1',¡¯field2','')
But when I execute Update and
-
- How to copy one column to another
by gdtrfb
- 4 Replies
- Last post
by CetinBasoz
- Hi all,
I would like to copy a column that has prices (fprice) for parts in it to another column within the same table. Then I am going to do a replace on the original column (fprice) to increase the price by a fixed amount (I know how to do that). The table has a column that is not used for anything (by us) within the application. It is a User Character 3 field (fcu
-
- DEFINE CLASS problem
by Deni Atanasov
- 4 Replies
- Last post
by Deni Atanasov
- I create my own class but when but i cant use function wich is included in this class. This syntax didnt work: SET DEFAULT TO "D:\working\class" CREATE CLASSLIB "hostupd" DEFINE CLASS CHostUpd as Custom FUNCTION Select CLOSE TABLES ALL SET DEFAULT TO "C:\customClass" SELECT * from merchants ENDFUNC ENDDEFINE Then i call for function wit
-
- Cursors Help
by Anomaly
- 8 Replies
- Last post
by Anomaly
- Hello, I need to create a cursor to store information of two tables. This I can do, but how do I take the information I pulled into the cursor and apply it to a report I am having difficulties coming up with a solution. Thank you in advance, Anomaly
-
- Grid sorting
by Aleniko29139
- 7 Replies
- Last post
by MarciaAkins
- Hi;
I have a grid which is populated with the results of a SQL query.
I need to sort the grid depending on which column header the user clicks on.
I have not done this ever and I was wondering which is the correct approach:
- After I run the SQL query, run a series of 'index on' commands so I can use the indexes.
- Run a secondary query on the results of the query to produce the
-
- grid scroll bar does not ignore deleted records
by RavindraPatil
- 5 Replies
- Last post
by dni
- Dear Friends,
I have used a grid based on a table in my form. SET DELETED is ON. When i delete all records in the table and append some blank records, after refreshing the grid, if the first row of the grid has focus, the vertical scroll bar is positioned somewhere in the middle instead of being at the top.
That means it is counting those deleted records also. How to make it to ignore delete
-
- How to use sql server database
by Hemangi
- 6 Replies
- Last post
by Darren5559
- Hi All,
I got really very good help through this forum!
i need to access sql server database through VFP. pls show me how can i do that.
how connection string works in VFP.
Regards
Hemangi
-
- Form Load Events Call Development Path SCX Files In Compiled EXE Run Time
by sl080570
- 9 Replies
- Last post
by Don Higgins
- To anyone that can help....
I have a compiled exe that is making a call to the development path for forms when they are invoked. The forms are included in the EXE and not explicitly excluded in the Project Manager.
Within our LAN we have no noticed this because Windows permsisions prevent access quickly but we noticed a delay externally. When we packed sniffed the traffic we can see
-
- Find Item
by Ahsan Amin
- 2 Replies
- Last post
by dni
- I have to find/search an item from a combobox control. Like if i have following values in combox' list Apple, Mangoe, Banana, Orange, Grapes and i have to compare Orange with the items of this list then Orange should be selected.
-
- _screen.scrollbars
by Aleniko
- 5 Replies
- Last post
by Tamar E. Granor
- Hi once again; I'm setting up my app on a tablet pc, and in some cases I need to be able to scroll the entire content of the VFP desktop. I tried to set _screen.scrollbars = 3 at the start of my app but that won't affect the VFP desktop. When a form that is designed to run on a 1024X768 is run on a smaller res screen, the form's close buttons are not visible so it is basically impossible to close
-
- C++ to VFP Translation?
by Cody King
- 14 Replies
- Last post
by CChalom
- First, I'll have to admit that my coding skills have been unused for several years now, but this is one thing I believe that VFP should handle no problem. Here is the setup:
This program gets data from an A to D board and it utilizes DLPORTIO.DLL to address the parallel port and go thru 8 channels. (I know.... old school...but that's why I got it!)
I've done the Declare statements t
-
- go to googleearth
by bijansaba
- 9 Replies
- Last post
by Naomi Nosonovsky
- Hi
i Hi
i want tape name of one city as TEhran in a textbox and click on one boutton
and automatic go to show this city in googleearth what must i do
thank you
-
- Could not load resources error
by Lightening
- 5 Replies
- Last post
by Lightening
- App. runs well on my end. after loading to user's machine, hit the error:
Visual Foxpro cannot start. Could not load resources.
I already copied all VFP9 library files under the app. folder. What else shall I do
-
- Missing variable _HELPWEBSEARCH
by GeofS
- 2 Replies
- Last post
by GeofS
- I've compiled a VFP6 application with VFP9 without a problem. However, when the app starts up I now get the error "Variable '_HELPWEBSEARCH' is not found." This name is used in the definition of a menu item that opens a Web page. Why can't the program find that name Has it changed in the evolution from VFP6 to VFP9
-
- reportlistener
by Darren5559
- 1 Replies
- Last post
by dni
- hi everyody, reportlistener is new to me, and i like to know can reportlistener solve the following problem :- 1) customize non-standard page height, so that printer will eject accordingly 2) continue printing and disable the page eject pls advise me thanks from Darren