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 Shaun E 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: rommeltm00
  • Content: Threads
  • Order by date
  1. rommeltm00

    is this possible for sql

    good day sir/madam attached is an excel file with sample table is the result can be possible in sql and how can i command that on sql. thanks and more power.
  2. rommeltm00

    remove column spacing in report writer

    hello guys, it is possible to remove the column spacing in a report. thanks. and more power.
  3. rommeltm00

    fixed x and y axis in graph

    can i produce a graph with fixed x and y axis, i will used this on a puretone audiogram (audiometry) here is the sample 125 250 500 1000 2000 4000 6000 8000 0 10 20 30 40 50 60 70 80 90 100 110 125 250 500 1000 2000 4000 6000 8000 data of this is from 0 - 110 only but i need to display...
  4. rommeltm00

    invalid coordinate

    good day guys how can i overcome this invalid coordinate, i need to print the report in text file, but it keeps on saying the invalid coordinate any comments thanks in advance
  5. rommeltm00

    2 table on single report

    hi guys is there a possibility to make a report came from two table? all i want is to print all data on the first table then print all data on the second one, is this possible? the two table structure is not identical. any suggestions, thanks.
  6. rommeltm00

    editable query

    hello guys can i edit query at runtime inside fox i can edit it using vfile=cquery MODIFY QUERY &vfile how about when the program is standalone executable
  7. rommeltm00

    group on detail band

    hi guys btw, happy new year to all question goes here sample report all i can do is this format new york ->group header 12/24/2005 1,200.00 01/24/2006 500.00 total goes here ->group total i want below format, how can i do this one location date amount ->...
  8. rommeltm00

    array on report

    good day to all i want to use array on the report, here it goes Dime db[100,4] Dime cr[100,4] SET ENGINEBEHAVIOR 70 sele b.cvoucherno,b.ccode,sum(b.namount),c.cdescripti; from cvdata b,account c; where b.cvoucherno=vvoucherno and b.ccode = c.ccode and b.namount>0; group by...
  9. rommeltm00

    summary of all total in last page

    hi guys i have to gather all the page total on the last page example page 1 has a total of 25 page 2 has a total of 2 page 3 has a total of 5 page 4 has a total of 1 then on last page or summary band it will display page 1 = 25 page 2 = 2 page 3 = 5 page 5 = 1 total = 33 thanks in...
  10. rommeltm00

    screen saver

    hello guys how can i activate/create a screen saver in vfp regards
  11. rommeltm00

    multi pc

    can i configure win xp to be multiple pc 1 cpu with 4 keyboards 4 mouses 4 monitors 4 soundcards this will make as different workstation station 1 = using yahoo messenger station 2 = using word program station 3 = using internet explorer station 4 = using excel program is this possible
  12. rommeltm00

    volume label

    Sir/Mam: how can i extract the volume label of the current drive when i run it under dos it will be vol > me.txt volume label is put in this file me.txt sample output Volume in drive C is SYSTEM Volume Serial Number is E460-6956 is there any vfp or winapi function for this thanks
  13. rommeltm00

    sql include rec number or in natural order

    good day how can i include a record number in sql query example sele a.cname,b.caddress from personal a,address b,; where a.cname='A' into curs x i want to include the recno() of personal dbf into the query how to do it. my primary goal here is to preserve the natural order of the personal...
  14. rommeltm00

    Grid Double Click

    I have a database that automatically loads on a grid ex use employee structure of employee is employeecode,name,address,city,region,etc do form search the search form will automatically filled all records on employee table in this sequence employeecode,name,address,city,region,country,zipcode...
  15. rommeltm00

    multiple table on single report

    i have five tables to be printed in report, the scenario is this print the all record in the first table then total print the all record in the second table then total print the all record in the third table then total print the all record in the fourth table then total print the all record...
  16. rommeltm00

    clip and xharbour

    what is the difference between clip and harbour
  17. rommeltm00

    how to

    please help, i have a crystal report developer edition evaluation copy, how can i create a stand alone exe file to be called by clipper application, i have already created the report all i want is to create the executable file
  18. rommeltm00

    sndvol32 command line switches

    does any one knows all command switches of sndvol32, i want the volume to be reset everytime the computer boots up
  19. rommeltm00

    ALTERNATIVE MEMOEDIT

    is there any code or library to overcome the limitation of memoedit, like file size, thanks in advance

Part and Inventory Search

Back
Top