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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: vj
  • Content: Threads
  • Order by date
  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 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...
  3. 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...
  4. 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...
  5. 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...
  6. 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...
  7. 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...
  8. vj

    Reading Parameters from external applications

    hi guys, i have a .lbx (a ticket layout) and a .prg file with just 3 lines to print that ticket . I'v made a .exe file (including the .prg and .lbx files). My vfp .exe is run by an external .net application. It is all working fine but ,,,,, now i want my .exe to be able to read parameters...
  9. vj

    Downloading Files from FTP

    hi guys, iam using the MS Internet Transfer Control 6.0(SP4) and these are the lines i'v written to download a specified file. can anyone tell me how to specify the destination path along with destination file name and if the below lines are ok ! WITH THISFORM...
  10. vj

    FoxInCloud

    Hi Everyone, Has anyone worked on FoxInCloud ! how good is it ... is it possible to migrate the entire VisualFoxPro Application into FoxInCloud. Could this be the path forward for VFP , coz .. i think it is having problems running on windows 8 ... not sure if it even installs on windows 10...
  11. vj

    want to detect esc key or enter key from inside a column in a grid

    hi everyone, i have a grid with names ... as i scroll down through the names i want to make the grid invisible just when i press escape or enter keys ... is there a problem with the inkey() or lastkey() working from inside the girds ? thankx Vijay
  12. vj

    Working and running VFP Application on Mapped Network Drive vs Remote Desktop Protocol environment

    hi everyone, i'v implemented VFP application that is located on each client machine and connects to the server where my applications data folder is located which contains all the tables and .dbc ... but these are just small LAN environment setups with around 10 to 15 computers ...with no...
  13. vj

    using Classes and VCX for the first time

    hi everyone, i never had the opportunity and time to creat & work with classes and VCX ... but i read some articles on them a couple of days ago .. and it all seemed very interesting ... and now iam planning to give it a try ... and from what i have read and understood ... in very simple...
  14. vj

    Scanning all objects/controls on a form

    hi everyone, i have a form with different controls , textboxes ,,, buttons ,, list boxes ,,, grids ,,, checkboxes ,,, etc etc ... can anyone tell me how i can scan or list all the controls i have on the form ? thankx alot Vijay
  15. vj

    can a cursor be visible to other forms ?

    hi everyone, i have created a cursor in a form ... i process data and populate the cursor with the processed data .. now i press on a button which brings up another form .. now is there a way to have that cursor from the previous form visible to this new form ? how is it possible to have a...
  16. vj

    Stored procedures vs Functions

    hi everyone, i have never used functions but i'v used stored procedures .. i was wondering if both functions and stored procedures work, perform and output in a similar way ... i dont know ,, iam not sure !!! can anyone explain what big differences they really have and which one is a better...
  17. vj

    Record level and Field level validations

    hi everyone, i'v never done or used the record level and field level validations in the table structure designer, i was wondering if i could get some expert advice on this issue .... i guess i never used it since i never had the time to try it out ,,, but now iam seriously think of...
  18. vj

    Compressing Image files

    hi guys, i'v got a Nikon D5300 camera and have connected it to the pc .. in my form iam using ShellExecute to run a .exe file that clicks the photo and saves it in a path .. and displays it on the image control on my form .. it is all fine upto here .... but now since the file size is very...
  19. vj

    printing text in labels vertically

    hi guys, has anyone done this .. print text vertically ... like for e.g... a number being printed is "123456789" but i need it to be printed in rotated form ... like rotated to 90 degree ... as if it is rotated in any MS Paint like software ... there is an option in the label designer ...
  20. vj

    what's the best practice to use and manage variables for big multi-user application

    hi everyone, could anyone give me good ideas and thoughts on .. what is the best choice of variable types to be used (public,local or private) ,,, best practice on how to use and manage variables .... defining them for a big multi-user application !! ?? i however have always used public...

Part and Inventory Search

Back
Top