hi everyone,
i have a form with a grid on it ... and the grid it pointing to a table xyz.dbf ... in the forms data environment i have set the xyz.dbf's buffermodeoverride to 5. ... i'll do the =tableupdate(.t.) on a save button to save those entries.
now on the form iam entering records...
hi everyone,
i want to have a grid on my form ... hmm let's say with 20 columns and want the left most 2 columns and the last column to be fixed (that is ... column 1,2 and 20 will be fixed and will be visible at all times no mater which way the user scrolls). can i get some help on how to...
i'v done it too .. the error msg is gone .. thankx for that ..... but i was just giving you additional info about the columns getting re-sized .. which i'v noticed when i use without the dbf('cursor name') and grid recordsourcetype=1
thankx
hmmm ... ok .. i'll try to do it .. well usually even i use to set the recordsourcetype = 1 and recordsource="cursor name" but sometimes i noticed that when i refresh or manipulate the data in the cursor and refresh the grid .. the columns of the grid re-size ... but then when i tried the...
Mike ,
iam just doing the usual thing .. append or edit records
This is in the init event :
---------------------------
CREATE CURSOR CURS_PURCHASE -- [structure]
SELECT CURS_PURCHASE
GOTO TOP
THISFORM.GRD_PURCHASE.RECORDSOURCE=DBF('CURS_PURCHASE')
THISFORM.GRD_PURCHASE.REFRESH()
Then i...
hi guys,
i have defined a cursor in the init event of my form .. and have set it as RECORDSOURCE to one of the grid control in my form... then somewhere in between while iam on the form ... i need to zap that cursor ... but i get this message "File is open in another work area" ... does...
hi guys,
i'v got a server with Windows 2003 Ent. edt. which has Exchange server 2003 ent edt. which got crashed and was resorted and recovered. now i have client machines which have windows 7 pro / windows 8.1 pro with office 2010 / 2013 standard . when i try to open up outlook on client...
Hi everyone,
I have windows server 2008 R2 64bit on server with Sql Server 2008 R2 Management Studio (SQL Express) ...
I have created 3 users on the server, if i log in using Administrator Account ... iam able to open up any SQL-Server Database from the Management Studio ... but when i...
hi guys ...
ok .. the default did the trick ...
IF NKEYCODE=24
NODEFAULT
THIS.Parent.Grd_List2.SetFocus
ENDIF
ok .. it's working just perfect now .
thankx vgulielmus and everyone else.
vijay singh rawat
hi olaf,
i'v checked all of it ... still the same ... can't seem to understand .. why the cursor jumps onto another textbox ! the cursor should just stay there inside the grid .. right ?
Hi guys,
I have a textbox and a grid right below the textbox .. now as the user types into the textbox ... the matching result set is displayed in the grid below... This is all working fine ... now i want the cursor to be inside the grid just as soon as the user presses the down-arrow key in...
Hi guys,
I have a cell in excelsheet which has formula = A1/A2 ,,, where the value in A1 is 150 and value in A2 is 1584242000 and the calculated cell gives me the answer as : 0.0000000947 ..... this is all fine so far . Now in the FoxPro command window ... if I type in ?150/1584242000 ... I...
hi everyone,
ok ... i'v managed to copy the file(s) from the ftp server ... i used the FTPGet.PRG from ---
Dave Summer's FAQ titled
FAQ184-3234: How do I transfer files using FTP?
thanks JRB-Bldr and thanks alot to everyone else too
... hmmm .. ... i just need to play a little more with...
mike .. I did put the ---> WAIT WINDOW state NOWAIT .. line in the StateChanged event of the active x control and it's the same .. I don't even see the wait window which should show me the increasing values ? maybe something to do with the settings for the control ? I right click on the active...
hi guys ... is there something about the port .. that should be included ... like the port number ... just got an idea .. coz .. no-one mentioned the port .... in the syntax ?
thankx
Vijay
i just made a ping to the ftp server address from the command prompt ... ping 46.24.20.103 and iam getting back the response with 0% loss ... so my pc can see the ftp server .. that is fine.
thankx
vijay
ok thankx guys ... i'll try it out and let you know .... ooh and thankx Griffmg .... i'v tried receiving values into a txt file and then reading from the txt file ... but for some reason ... i have to avoid that.
thankx alot
hi olaf,
you'll be surprised to know the .zip files are very small in size .. less than 15 kb ... that is what i thought when i got the request timed out msg .. i thought the file was not copied in that much time .... but the file is very small just 10kb or 15kb max.
is there any other...
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.