Answer Questions
Christopher Hansen Win32 API function
Hi, Can any one tell me what should be the shift and control key values in the below stated code. #DEFINE VK_lSHIFT 0x10 #DEFINE VK_lCONTROL 0x11 DECLARE INTEGER GetKeyState IN WIN32API INTEGER What should be the value of GetKeyState(VK_lSHIFT) and GetKeyState(VK_lCONTROL) I am getting different values(both +ve, -ve & 0) every time I press shift or control keys down. I want to use this in a controls click event to check for i ...Show All
Peter Moody richtext control and memo fields
Is it possible to store full content of RichText.RichTextCtrl.1 in a memo field I tried to define it in a table as Display Class OLEboundControl but it did not help. I do have RTFControls class attached to the form. Thank you. Thank you very much Cetin. You've saved my day once more. Yes absolutely you can save RTF content in a memo field (and not only you can but you should do that way instead of using General field). You wou ...Show All
sureshsajja combobox problem
I would like my combobox to look like the combobox of ACCESS where I could reduce the size of the first column to 0 so it will only show the second column. Like the zipcode(the 1st column) and the description or place (the 2nd column). I would show the description but internally I am storing only the zipcode but as a user one would only see the description. Hope you could help me again, thanks. Is there a workaround so it won't ...Show All
Roy 12345 VFP 9 and Installshield
When I try to create a setup for my app written in VFP 9, I am getting the following error in Installshield: ISEXP : warning -4354: The build was unable to extract COM information from the file C:\MyApp\MyApp.DLL in component MyApp.DLL. Please ensure that the file is self-registering and verify that the self-registration process does not fail. I am running Windows 2003. Any tips or leads on why this is happening As the foxpro install walkthrou ...Show All
CoDavid BUILD PROBLEM
Hi all,Im a new programmer in VFOX PRO 9 and im currently having a rather noobish problem. I want to make my application as a .exe file so i can distribute it to someone that doesnt has the vfp installed.i have included the dll files that are specified in help and have put the application as a top level in the application builder.i have disabled quick start and have selected a form as main so that program starts with that one.the problem is that ...Show All
Ben Walton Index on Deleted() VS .NOT. Deleted()
Which is best for performance index on deleted() tag del or index on not deleted() tag notdel Thanks Hi If you're using VFP8 or earlier you have to use the former. From VFP8 help: "Rushmore cannot use an index created with a NOT condition . For example, the following expression can be optimized: INDEX ON DELETED() TAG DEL But this one cann ...Show All
ruben_ruvalcaba_camba use file index file, sets no order
Hi all; I am running the following command from the command box: use files1 index file1 seek "ABC" I get an error: Table has no index order set. When I do the same for other files, like use file2 index file2 seek "ABC" I get no error. Both files have a number of tags in a CDX, but also a single IDX file. What could be the reason for this kind of behavior Thanks. ...Show All
Wadim Treeview stops answering
Hi, all. I'm needing some help with a rather strange problem: I have a form with aTreeview (ActiveX Control) in it. There's a routine that calls another form. Funny thing is: if I trace this routine and form (using the SET STEP ON command) it works perfect. On the other hand, if I run it normally, when I lose the second form, the Treeview stops responding to the mouse, I.E it doesn't scroll or allow the user to click a node. I have no ...Show All
Michael Nemtsev Cursor Adapter
Good afternoon gentlemen. First, it forgives me the weak inlges. I speak of Brazil. It would like to know, if it goes to exist updates in the one in the Adapter Cursor. A SP(n) for example. I felt lack of the possibility of being able to make relationships between the cursors to adapter. Thanks, Itamar VFP 9.0 has an enhanced CursorAdapter functionality over VFP 8.0 SP1. If you have a more specific que ...Show All
michaelplevy Memory acces error
I need some help... When closing our application we are getting the error message "The instruction at "0x02245e30" referenced memory at "0x02245e30". The memory could not be "read"". We don't know what is wrong... any suggestions on how to fix this Any input would be really appreciated. >> Where do I type this "Set to null" instruction ...Show All
Mage Auto-shutdown
I manage a program that I often enhance or revise. When it comes time to recompile I have to track down the users and ask them to close the program. There is one in particular who starts the program first thing in the AM and leaves it up all day. I want to put in a feature that will detect XX minutes of inactivity and close the program. I tried 'IF Inkey(300) = 0' but that just stops and waits 5 minutes. I think the key is the timer control but ...Show All
jim_cool executable database
I have constructed a project in VFP 9.0. I want to make the project an executable database so that others that don’t have VFP installed on their machine can access the forms that display the information. How do I do this Also I’ll need to update the table periodically so does this mean I put the table on the server I’m really lost in all of this. Create a project includin ...Show All
davidb64il editbox programmatic change
I am looking for an easy way to determine if I've made interactive change in an editor box. The issue is that there are about 16 controls on a container, they are initialized from a table record thus their values at activate time generally are not trivial default. I have to save the changes with a SAVE button if I made any but I want this button's click method to quickly determine which control values have been changed. I do not want to do REPLA ...Show All
Scott L how can we connect to a server which is connected to a modem router?
I have here also a question for the experts regarding also our server connection which is connected to a dsl line. I have no problem connecting to our server using dial-up, but if I try to connect via internet by supplying the remote with the static IP address for that server. it won't work. I contacted and explain my problem to the personnel responsible at our I.S.P. here, he just told me that the problem is in the APPLICATION i am using. he sa ...Show All
DavidHanlon FOX DOCUMENTS
hey i need some information about programming in foxpro 9.0 i know you can help me i just can programm in C,, im beginner,, thank you What information do you need Are you asking for a training course via E-Mail (That won't work)... Please be a little more specific about what you want. ...Show All
