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 strongm 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
  • 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

    Export data to Excel .txt or .frx

    Export data to Excel AND FORMAT THE columns i have used the code to convert to excel as follows i want to format the exported excel columns please help oExcel=createobject("Excel.Application") with oExcel WITH MyExcelObj .Workbooks.Add .Sheets(1).Select...
  3. teknik

    Creating Label control Programatically

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

    Foxpro Database

    Thanks a lot for your help.
  5. 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
  6. teknik

    Condensed Printing

    Instead of TYPE Command We used the Command: COPY FILE TEMP.TXT TO LPT1.DOS It prints perfectly along with control characters but gives an error "Cannot Create File" Please help!
  7. 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...
  8. teknik

    Memory Management

    How does a Exe Build through Visual Foxpro 6.0 manages the Memory?.Our Application has become very Slow.
  9. 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.
  10. teknik

    MAPPED DRIVE VOLUME NUMBER

    Thanks for your reply. I have tried the GetVolumeInformation API, but in case of mapped drives it always returns a 0.
  11. 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...
  12. teknik

    MAPPED DRIVE VOLUME NUMBER

    Thanks for the reply. But what we are looking for is the Volume Serial Number of the mapped drive. As per the example given above when I run my VFP application from Comp2 I want the Volume Serial Number of the drive mapped to Comp1 (which has the data used by the VFP application).
  13. 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
  14. 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...
  15. teknik

    PREVIEWING MORE THAN ONE REPORT SIMULTANEOUSLY

    We haven't Explicity done anything to make the Preview Window Modal. Please Let Us know the Command to Make the Preview Window Modal/Modeless Thanks
  16. 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...
  17. 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...
  18. 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...
  19. teknik

    Volume Serial Number

    Hi Tesar, Can you please be more specific as to how to use this in Visual Foxpro? We do not want the screen to go blank when the command is executed. Can the volume serial number be acquired only through the VOL command or is there any other method to do this ?
  20. 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?

Part and Inventory Search

Back
Top