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!

Search results for query: *

  • Users: teknik
  • Content: Threads
  • Order by date
  1. teknik

    Data Saving Problem

    WE HAVE A APPLICATION IN VFP 6.0. WE HAVE USED FREE TABLES IN THE APPLICATION THE PROBLEM IS THAT IF THE APPLICATION IS PROPERLY CLOSED THEN THE DATA IS SAVED BUT IF THE APPLICATION IS CLOSED ABNORMALLY(i.e. Shut dOWN OF Machine Etc.) THEN ALL THE DATA IS LOST AFTER THE LAST DATA SAVED (I.E...
  2. teknik

    Creating Label control Programatically

    We have to create Label control Programatically.How to do it? Please Help !!!
  3. teknik

    Foxpro Database

    Hi, I would like to know the feasibility of using Visual Foxpro as a Back End and VB as a Front End. Does VFP has any advantages over MS Access. Also its limitations. Waiting for a reply. Thank You
  4. teknik

    Condensed Printing

    We are using CHR(15) programmatically to condense a report. This works fine when the entire report is to be condensed. But if a particular line of the report is to be condensed only dots are printed. In this case CHR(15) is included in the report file using a field expression. Below is the...
  5. teknik

    Memory Management

    How does a Exe Build through Visual Foxpro 6.0 manages the Memory?.Our Application has become very Slow.
  6. teknik

    Zooming the Reports

    If the Report in Zoomed to 75% the characters are not displayed properly. It is not at all readable. Please give us some solution. The Report Font is MS sanserif and Font size is 10.
  7. teknik

    MAPPED DRIVE VOLUME NUMBER

    Hi, Is there any method to get the volume number of the mapped network drive ? for eg from Comp2 the D drive of Comp1 is mapped to H:. We want the volume number of H drive ie the D drive on Comp1 When I run my VFP application from Comp2 I want the Volume Serial Number of the drive mapped to...
  8. teknik

    MAPPED DRIVE VOLUME NUMBER

    Hi, Is there any method to get the volume number of the mapped network drive ? for eg from Comp2 the D drive of Comp1 is mapped to H:. We want the volume number of H drive ie the D drive on Comp1 Thanks in advance
  9. teknik

    MODELESS FORM

    WE HAVE CALLED A MODELESS FORM FROM THE PRG The code is : PRIVATE m.n_item m.n_item = 0 DO FORM XXX with A,B,C IF m.n_item = 0 RETURN ELSE "FURTHER CODE" ENDIF The VARIABLE m.n_item is assigned a value in the forms Unload Method.The Form is modeless. but the Form executes only the...
  10. teknik

    PREVIEWING MORE THAN ONE REPORT SIMULTANEOUSLY

    We have a main form with properties as follow : Desktop = .F. ShowWindow = In Screen Windowtype = Modeless From this form the menu is called and the reports are called from the menu. But if we preview one report, the menu is disabled, as a result of which we cannot generate another...
  11. teknik

    Blank Data Combo

    I have a project in VB6 connecting to oracle 8.0 database. The form contains tab strip. The first tab strip contains many combo boxes displaying fields from various tables and the second tab contains Mhflexgrid displaying details froM a table. The data combos are filled with the respective...
  12. teknik

    VB SYSTEM REQUIREMENTS

    Hi, I would like to know the system requirements for VB to run without any problem with memory. What is the ideal memory requirment for VB 6.0? Are there any additional settings required? Also I would like to know, which files of Windows does the Setup program affect? What changes does it make...
  13. teknik

    Volume Serial Number

    We are using "RUN VOL" command to get the volume serial number of a drive in Visual Foxpro 6.0. But due to the RUN command VFP runs the VOL command on the DOS prompt because of which the screen goes blank for a second. Is there an other way to get the volume serial number?
  14. teknik

    Bar Code Reading

    Is there any method/Software/Library which can be used to read bar codes and which can be implemented in Foxpro 2.6 for DOS? Please give the details if any.
  15. teknik

    Time accessing records

    I had written about the time needed to access the records from a dbf which has 20000 records. The solution given was to index on the fields for which filter is set and then write a SQL query. But even this does not work. Is there any setting by which the time taken to execute a SQL query can be...
  16. teknik

    Time accessing records

    I have a table in Foxpro 2.5 which has about 20,000 records. When I try to access some records (ie records meeting some criteria) by using a pop up (DEFINE POPUP PROMPT <table name.field name) or a SQL query it takes a lot of time to get the records from the table. Is there an method by which...
  17. teknik

    EXE BUILD PROBLEM

    When we build an EXE and RUN it the forms called from the menu are displayed, but they do not take any user input. Our Main Program is a MAIN.PRG file, its Code is : DO SETENVIRONMENT _Screen.WindowState=2 _Screen.Visible=.T. DO FA.MPR READ EVENTS
  18. teknik

    PROGRESS BAR PROBLEM

    How to show the progress in a Progress Bar when the calculations such as scanning a table etc are going in the background?
  19. teknik

    PRINT PREVIEW PROBLEM

    We have given the command 'Keyboard &quot;{CTRL+F10}&quot;' before our Report Form Command in order to maximise the print preview. But it does not work. Are there any other settings required for the same?

Part and Inventory Search

Back
Top