-
- Dynamic Grid Highlighting via Mouse?
by Docpro777
- 2 Replies
- Last post
by Docpro777
- Is there a way or trick you might contrive to highlight a grid row during a mouse-over a row without activating the row(s)
If not, what about DynamicFontBold or DynamicBackColor based on Mouse coordinates or such
(I use mouseenter and mouseleave triggers for other objects.)
Thanks in advance for your valuable time.
-
- Display the content of a cursor
by Bit
- 4 Replies
- Last post
by Lakshmi N
- Hi,
I use
select temp_cursor
browse
but the program just display nothing and carry on the next step.
What is wrong with it
Regards,
BIT
-
- vfpoledb.dll access violation
by abhinaw
- 14 Replies
- Last post
by CetinBasoz
- We are using a COM+ VB component to access data. It uses Fox Pro DLL ( vfpoledb.dll dated april 2002 ). we are getting intermittent access violation errors in our application. I am posting event logs at the end. The interesting line is the last line ( vfpoledb!DllCanUnloadNow + 0x2144e ) . It shows that vfpoledb.dll thows error while trying to destroy a resource ( DllCanUnloadNow). It looks l
-
- ''DECLARE'' in Visual Fox Pro
by SY Tee
- 10 Replies
- Last post
by CetinBasoz
- Hello,
Can I use "DECLARE" in a Visual Fox Pro open table
DECLARE @before int, @after int
UPDATE wdoctyp
SET @before = idoclastsn, @after = idoclastsn = idoclastsn + 1
WHERE docType='LEAVE'
Best regards,
Tee Song Yann
-
- Problem with Browser activex control
by Malcolm Bisset
- 4 Replies
- Last post
by Malcolm Bisset
- I have a vfp form with a browser activex control (which I've named ole1). I use the browser to display an html page which uses javascript to create a text editor object like this:
var oFCKeditor = new FCKeditor( 'FCKeditor1' )
And then (again in javascript) I can set up the text to be edited like this:
oFCKeditor.Value = "Some html <b>text</b> here"
Is there a
-
- Dbf Autoincrement with ADO
by Walker Boh
- 14 Replies
- Last post
by dni
- Hello everybody,
I created a table with an autoincrement field( CREATE TABLE `Synch_LogFile` ( `ID` I Autoinc NOT NULL, `TableName` C (100) NOT NULL, ...) )
when I try To open it by ADO with VB (Select * From Synch_LogFile) I get this error message: [Microsoft][ODBC Visual FoxPro Driver]Not a table.
What's I'm doing wrong
Thanks,
-
- Properties/methods missing
by djames_wol
- 2 Replies
- Last post
by djames_wol
- Looks like I've got a serious problem. Had a near crash of my Acer Ferrari 4000 over the weekend from which I recovered. Didn't notice any problems until today, doing some simple coding and realized that a new label I created was missing some properties. Uninistalled, reinstalled, SP1 installed. For example, label1 (older) Arial, Blue, 10pt. New label: Arial, however I can't adjust the Forecolor o
-
- VFP6 to VFP9 broke Dataenvironment.OpenTables
by GeofS
- 12 Replies
- Last post
by Tamar E. Granor
- The <form>.Load() code below, which used to work fine with VFP6, now generates a syntax error (Error #10) after compiling with VFP9. The error occurs on the OpenTables() line. It occurs with multiple forms, all of which have their AutoOpen and AutoClose properties set to FALSE. What has changed to break this simple code local lReturn with this if type('.dataenvironment') = 'O' * m
-
- How to: UPDATE into Visual Foxpro Database in Numeric format from VS2005
by shippers06
- 2 Replies
- Last post
by AndyKr
- Hi everyone...
Please help me to solve this problem.... I Have deadline on Friday
Im having problem on updating and inserting data in visual Foxpro in numeric format using the Visual Studio 2005...
Anyone that can help me please...
---------------------------------------
T_T newbie in Programming
-
- MSCHART AND VISUAL FOXPRO 9
by Mervyn-w
- 14 Replies
- Last post
by CetinBasoz
- I am trying to use MSCHART with VFP9 and have some success until I want to set or change Legions, Titles, Colors etc. or to enter data into the second Y axis. Using any of the property / constant names only produces the message "Name Unknown". Any suggestions.
-
- drop-down combobox problem
by MillBear
- 11 Replies
- Last post
by MillBear
- Hi
I'm still struck with the combo drop-down part problem for nearly 2 weeks and need help from you.
When the values of these 2 textboxes match with each other, the list of employee is able to display on the combo drop-down. But I have one problem :- The list of employee on the combo drop-down repeat unnecessary (even a few blanks) when i changes the values of textboxes.
How to refres
-
- VBA to VFP code conversion
by larz
- 9 Replies
- Last post
by larz
- Can anyone help with converting the following from VBA code generated in Excel to VFP code:
Sheets("Notes").Copy Before:=Workbooks("AB0KF3FK.XLS").Sheets(1)
Thank you
-
- FOXFIX5.DLL and Windows 2003 Server
by Stuman99
- 9 Replies
- Last post
by Stuman99
- I seem to be having a problem using foxfix.dll on a windows 2003 server. The error message generated is cannot load 32-bit dll c:\foxfix\foxfix5.dll. Any ideas... seems to work ok when run from my windows xp workstation.
Stuart
-
- Color in command buttons
by dvidal
- 2 Replies
- Last post
by AndyKr
- Hi,
I want to know how to change background color to a command button and to a calendar control. I don't find any property similar to backcolor in this type of objects.
Thanks,
-
- Retriving data from DBF file
by Helloworld2482
- 9 Replies
- Last post
by CetinBasoz
- I am trying to retrive selected records from foxpro DBF file, i am using VB6 and for
connectivity i am using ODBC. Foxpro DBF file is having more then 4 lacks records
and it is taking lot of time to bring the records.
Can anybody help me to solve this issue,
Regards
-
- how do i stop the automatic rounding of a number
by Madix_t
- 5 Replies
- Last post
by Madix_t
- good day to the experts... what setting do i have to make to stop the numeric value to automatically rounded of the numeric data here is my problem Total_amount N(7,2) lcComputation=747*2.260*1.027 lcOutput=lcComputation - .655 Total_amount=1733.14694 my text field will hold only maximum of 8 character (9,999.99). Now, when i save my work, supposedly the number shown on it will be 1,733.14. But i
-
- User controls
by User 123456
- 7 Replies
- Last post
by User 123545
- How do i make user controls like the save load and font stuff if i wanted to save it in a text document
-
- image from file
by NILKAMAL
- 9 Replies
- Last post
by Naomi Nosonovsky
- hi!
how do i replace image from file
here is my code
DO [C:\Program Files\EZTwain\VFP\EZTwain.prg] TWAIN_SelectImageSource(0) * Get list of devices into memory TWAIN_GetSourceList() LOCAL lcFile, lnImageHandle, lnReply
lcFile = "C:\Documents and Settings\sony\My Documents\New Folder (2)\IMAGES\IMAGE.jpg"
* Get the image lnImageHandle = TWAIN_AcquireNative(0,0) repl
-
- billing program
by donyx
- 2 Replies
- Last post
by Bruno Yu - MSFT
- hi guys! my program for billing didnt worked. i need a program for billing, plssss. send me if you have any. thanks so much guys! i highly appreciate your concerns.:-)
-
- fox $
by Fox Me Up
- 4 Replies
- Last post
by LeoLems
- what do most companys charge per hour if a client wanted a custom applications writtin in foxpro
-
- the grid's recordsource is from combobox
by freadomfee
- 3 Replies
- Last post
by AngelOfPirate
- Hello, I have a beginners question. In my form I have a grid, combo box, some edit boxes. When I run the form the grid is already filled with values by default, when I select one of the rows in the grid, particular values are showed in the text boxes also (mainly the values of the selected row in the grid). When I select the value from the combo box which filters some information (I use cursor for
-
- installation file
by Fox Me Up
- 4 Replies
- Last post
by Fox Me Up
- does anyone know the minimum required files to get a vfp app to run I want to create a .bat file that just places the minimum run time files in the right places.
-
- Sqlexec() command line maybe too long.
by Lolu
- 8 Replies
- Last post
by CetinBasoz
- I am trying to post data from a Foxpro file to a sql sever. This has been successful, however when i try adding some more data, it fails (most of the time crashes).
So i have shortened the command line by storing the variable i want to call in "m.Sg_Subject"
I then call this in my sql exec() as shown below:
SQLEXEC(m.temp1, "INSERT INTO MsgInfo (ID, creator, created
-
- Skip Command
by Ahsan Amin
- 9 Replies
- Last post
by LeoLems
- In a navigation form i am using skip command on a button but it's not working fine. When it comes to 2nd last recoed it does not proceed. There also some records in table marked as deleted. I am using Set deleted On on form's Init event. I have also clicked on button many times so that it could give eof error but it does not. Also record no. message on bottom of VFP's window is always same. It doe
-
- Moving the record pointer
by JCrum
- 2 Replies
- Last post
by JCrum
- The docs say that when SEEK() does not find a match then the record pointer is moved to the end of the file. But if you are constantly changing what you are seeking then do you have to move the record pointer back to the top of the file manually For example: USE this.dbf IN 2 ALIAS this SELECT this INDEX ON name TAG name USE that.dbf IN 3 ALIAS that SELECT that SCAN FOR name = "MYNAME"