Welcome To The Home Of The Visual FoxPro Experts  
home. signup. forum. archives. search. google. articles. downloads. faq. members. weblogs. file info.
SEARCH THE FOXITE.COM VISUAL FOXPRO FORUM ARCHIVES
Please enter one or more search terms:
search (case insensitive):


order by:


sort:
SEARCH RESULT Results 1 - 25 of 352 for instruction. (1.8408236 seconds)


"Reply button" ref: Thread no 74394
Thread ID: 74406 Sunil Sawant "Reply button" ref: Thread no 74394 Dear Experts, This is ref. to thread no 74394. Sir Eric, I'm using Internet explorer. As per your instruction I have cleared the browser's cache. Refreshed the paged many time, but in vain. I'll write the name of buttons in order of appearance on my screen, Post new message window: New,Display,enabled systex coloring, B,I,U, attachment, Options,Download,goto articles,Home. and logout On thread window the button that I can see are: Home, SignUp, Forum, archives, search, articles, downloads, links, members, weblogs That's it, There is no 'Reply' Button . As Mr.Jozef said "When you reply, the new button changes in an envelope

A serious problem by focusing a page
Thread ID: 56507 Farid Gohar A serious problem by focusing a page Hallo, A pageframe contains 5 pages. The page1 contains a listbox and currently the page 3 is activated (selected). I want to activate the page1 with the instruction (thisform.pageframe1.page1.setfocus). The listbox in page1 disapears when this page gets the focus. After gettig the focus in page1 , i have checked in debug mode the "visible" and "enabled" property of the listbox. Both of them are .True. Would you please help me how can i activate (setfocus) a page in a pageframe, so that after getting the focus (activating)m the listboxes do not disapear. Many thanks in advance Best regards Rasoul Goharfar

About the subqueries and ther limitations...
; center + almacen ; FROM table03) This instruction works fine, but if i add another field in the WHERE clause (adding another field to the string concatenation) like this: SELECT ; table01.center

Add column to a cursor
Thread ID: 35197 Diego Add column to a cursor Hi, could you tell me how can I add one or more columns to a temporary cursor created with the CREATE CURSOR instruction? i.e. Create cursor myCursor (Date D(8)) through a query I determine which fields I have to add to myCursor then Select qryFields && query cursor contains names of fields Scan qryFields ????? EndScan P.S. the fields that I have to add are different by name but equal by type and dimension i.e. Char(20) Thanks, DonDiego

Append blank data mismatch
?) and the form launch the first form passing the data by parameter (Do form MyForm with MyData). So I've modified the first form: in the INIT event I've inserted the PARAMETERS instruction to pick up the data from calling form. Then, to retrieve... might be due to a SEEK instruction that didn't find the data, but my Seek do. I've checked it by Found(), and however data shown in form are correct.... I've thought I've messed up something in DataEnvironment, but I

Can anyone direct me to a instruction on treeview
Thread ID: 14905 Nic Cross Can anyone direct me to a instruction on treeview I would like to create a treeview much like that of Outlook Express/Outlook 2002. I have looked at the sample solution, but I wanted to see if anyone could direct me to something more expressive or something. I wanted to be able to incorporate the drag and drop too. Thanks Never Underestimate Radical Vision

Choosing a backend
short. I thought of using VFPServer but the instruction manual is in Spanish and support is non-existent. My criteria for choosing are: Free. Be able to handle up to 20 concurrent users The definition of Simplicity Easy

Crystal Report Class Error for Mr. Luis Navas
Thread ID: 13933 Caij Gomez Crystal Report Class Error for Mr. Luis Navas Hi Mr. Navas , I am currently using your crystal report class , but having some errors during runtime OLE IDispatch exception code 0 FROM Seagate Crystal Reports ActiveX Designer: The value/rage you are adding has already existed .crxParameter[lci].AddCurrentValue (lcarra[lci]) --class code that is being errored though i can ignore the error and have the correct result, this may post some psychological affect on end-users. I did the same instruction that you have mentioned 1. Added Parameters in Crystal Report 2. used PRINREPORTPAR(par1,par2,par3) --instead of ultimate value i have used variables in par1,par2,par3

DataEnvironment open tables
didn't open the tables in him contained (e.g. Tabela1, Tabela2, etc). – Without error message. 3) In the form start events (Load or Init) an instruction line as: SELECT Tabela1 Reply error: 13 - Alias “Tabela1” is not found

Detail band of report problem
Thread ID: 17109 Doc Detail band of report problem This may be a newbie problem but it's got me. I have 1 view which is a compilation of records - line items for an invoice the fields are:name,price,quantity,line_total and instructions. How can I get a report produced that will first list in order of name the price,quantiy and total this will be subtotaled per name.Then after all the line items are listed I would like to show the instructions in order by name. Not all line items have an instruction associated with them. TIA John

Displaying data from a table using combo box
Thread ID: 40063 Mai Rivera Displaying data from a table using combo box Kindly give me the instruction on how to show the data from my table using a combo box for selection

Do I need some black magic?
to find the error I've added a .CursorRefresh() instruction after tableupdate, and at runtime, while saving, I've obtained usual error message: "Error 1923. Object
Fatal error c0000005
Thread ID: 115322 Endre E Fatal error c0000005 Hi I have a tricky issue in my VFP7 application. At least tricky for me. The application is crashing with fatal error C0000005. Sometimes I see a message like this one in the eventlog: "Faulting application .exe, version 1.4.82.0, faulting module ntdll.dll, version 5.1.2600.2180, fault address 0x00010f29.". Sometimes the application just hangs. I also see the Windows error "The instruction at "0x...." referenced memory at "0x.....". The memory could not be "read"", and then the application is closed, of cource. The error does only appear in situations where I print, but it does not occur in an exact pattern, or when I pass a particular code line

File is in use (for what reason?)
Thread ID: 45823 N! Xau File is in use (for what reason?) Hi, when I run the following program: CREATE CURSOR EANIn(no1 C(7), stile C(11), colore C(3), unit C(1), colore1 C(3), taglia C(3)) APPEND FROM "C:\Mypath\IN\myfile.rtf" TYPE SDF BROWSE ? DBF() COPY to 'C:\vfp\myprog\eanlist.dbf' I get "File is in use" on the last instruction. I don't see the reason. Tracing, variable used("eanlist.dbf") is always .F. Furthermore, using DISPLAY STATUS I get no table open (before the 1st run of the program) and the following (after that) Processor is Pentium Select area: 2, Table in Use: C:\VFP\Mypath\EANLIST.DBF Alias: EANLIST Code page: 1252 Lock(s): Exclusive USE

Files are Uploaded
Thread ID: 13933 Caij Gomez Files are Uploaded Hi Mr. Navas , > I am currently using your crystal report class , but having some errors during runtime > OLE IDispatch exception code 0 FROM Seagate Crystal Reports ActiveX Designer: The value/rage you are adding has already existed > .crxParameter[lci].AddCurrentValue (lcarra[lci]) --class code that is being errored > > though i can ignore the error and have the correct result, this may post some psychological affect on end-users. > I did the same instruction that you have mentioned > 1. Added Parameters in Crystal Report 2. used PRINREPORTPAR(par1,par2,par3) --instead of ultimate value i have used variables in par1,par2,par3 > BTW , i have

Getting wininet parameter error
Thread ID: 84636 Patrick McGreevy Getting wininet parameter error The following code was taken from a working FTP program. The prg does FtpOpen() and GetCurrentDirector(). These are working. I have used FtpGetFile() to download files with this prg. Now I am trying to get a directory listing off the server. The server is running Solaris Unix 8.0. The client machine is running Windows XP. I was working in VFP 5.0 when I put this together. When it hits the FtpFindFirstFile() command, it errors out with 'The instruction at "0x100414cd" referenced memory at "0x00000000". The memory could not be read.' So I compiled the exe under VFP 8.0. Now I get the error: 'Declare DLL call caused an exception

GRID JAM ON A NETWORK WITH VFP9
stupid example with base VFP9 classes to reproduce this behaviour. This is a big problem for us... to use the example here some basic instruction: to create a new header click NEW, insert a code, then click NEW LINE, insert a value

How to close just one table
Thread ID: 12452 Luis Navas How to close just one table Hi, i need to close just one table of my dbc, this is table is created with a SELECT INTO TABLE DATABASE instruction and remains active and open, after this command i need to close it 'cause i call a Crystal Report using the OLE DB provider, if i don't close this table gives me an error, but if i use CLOSE TABLES i also close the other ones. Help Please Luis Navas For long you live and high you fly

I Had to use Add-In (from Excel)
Thread ID: 72403 Bebot Chan I Had to use Add-In (from Excel) Dale, I followed your instruction to the letter but wasn't able to see my VFP classes in Excel. I could see them in VB object browser but Excel still didn't recognize my functions. After several tries, I went to Tools in Excel and Add-In and clicked on Automation, chose my DLL and got it to work. Was this the way you did it or is there a simpler way out? Bebot Dale, > Would it be asking too much if you write an article about this detailing how it was done? Treat me like a dummy, I would love that. I am very much interested in getting my VFP functions into Excel. I find Excel to be extremely powerful that I seldom write reports

Losing database
Thread ID: 51300 Fausto Zecchi Losing database Hi everyone! I've a problem in my application. I'm developing a client-server one and, following the suggestions found here, I've inserted the tables I need in my form DataEnvironment, then in BeforeTableOpenEvent I've inserted this code to change the source of tables: FOR EACH lo IN THIS.Objects IF lo.BaseClass='Cursor' AND !ISBLANK(lo.Database) lo.Database=FULLPATH(SPath) ENDIF ENDFOR Everything is fine. The form run, find the database, use the table it need and..... lose the database. I've used the DBC() instruction to retrieve the database actually in use, but it returns nothing. The strange behaviour is that if I click

Modify existing inventory system or create new?
" the stage of converting the plastic sheet to another product (thermoforming process). This is the instruction given to me before because the moulded and thermoformed items are seldom ordered by customers and that they plan to concentrate

MySQL and VFP
Thread ID: 77071 carmen cornea MySQL and VFP Hi, Does anybody know how can I connect to a remote MySQL database from VFP (7 or 8 version) by NOT thru ODBC (this way I know but it is quite slow) and if it is possible to give me the instruction. Thanks Carmen

Notes
Thread ID: 72403 Dale Dedoroy Notes Dale, > I followed your instruction to the letter but wasn't able to see my VFP classes in Excel. I could see them in VB object browser but Excel still didn't recognize my functions. After several tries, I went to Tools in Excel and Add-In and clicked on Automation, chose my DLL and got it to work. Was this the way you did it or is there a simpler way out? > Bebot > > Dale, > Would it be asking too much if you write an article about this detailing how it was done? Treat me like a dummy, I would love that. I am very much interested in getting my VFP functions into Excel. I find Excel to be extremely powerful that I seldom write reports for my programs. I

NTVDM.EXE APPLICATION ERROR
Thread ID: 43824 Andres Rodriguez Sanchez NTVDM.EXE APPLICATION ERROR When I want to modificate an screen running FPW 2.6 under Windows XP Professional appear the following error message. ntvdm.exe - Application Error The instruction at "0x77f581bd" referenced memory at "0x054c00a2" The memory could not be "written". I really apreciate all your help and your sunner answer. Thanks for your time.

ODBC connection destroys Excel2000 file
I try to open the view again with I get an ODBC error message: The external table has an unexpected format. (did translate this form dutch!) When I try to open the Excel file in Excel again, I get an application error!!!: The instruction


Result Page: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15