Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by vj

  1. vj

    scanning through buffered records

    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...
  2. vj

    grid with fixed columns

    hi mike, thankx for the info ... i tried it .. but .. that's not what i had in mind ... anyway .. i'll play more with it ... thankx
  3. vj

    grid with fixed columns

    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...
  4. vj

    cannot zap a cursor

    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
  5. vj

    cannot zap a cursor

    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...
  6. vj

    cannot zap a cursor

    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...
  7. vj

    cannot zap a cursor

    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...
  8. vj

    Compatibility issue from exchange 2003 enterprise edt. on server to clients which have office-2013

    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...
  9. vj

    cannot access database

    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...
  10. vj

    Setting Focus to a Grid

    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
  11. vj

    Setting Focus to a Grid

    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 ?
  12. vj

    Setting Focus to a Grid

    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...
  13. vj

    Is there some Limitation in Division

    ok .. thankx guys ..... it's ok .. now ..
  14. vj

    Is there some Limitation in Division

    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...
  15. vj

    Downloading Files from FTP

    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...

Part and Inventory Search

Back
Top