Search results

  1. R

    How format excel table?

    dear all: I remember somebody has discuss how format excel table some days ago. But I can't find now. I want use progess to set some tables' border's color, but it fail: :confused: and how format table's one side(eg. Bottom)'s color?
  2. R

    How can i check whether a folder exist?

    dayv: I don't think so, I've test it, but it show "?" ,though the folder exsits.
  3. R

    How can i check whether a folder exist?

    Thanks! it works
  4. R

    How can i check whether a folder exist?

    hello everybody: The system's default path is D:\, But there are some PCs have not D:\, only C:\, So I would check whether d:\ (or a folder) exist, if not I would assign a path for file outputting to. How can i check whether a folder exist?:confused:
  5. R

    Advanced Search

    I think follow codes can help you.
  6. R

    Excel questions

    1.You can count lines displayed, when line num le someone num, page, show title, assign line num eq 0, and then go on. 2. I want know also.
  7. R

    How to remove/disable button

    what a good idea. but did you check why syteline button can link net? maybe some port was opened?
  8. R

    How to select a random data?

    "you would actually count the *same* set of "random" items each time!" I don't think so. I've set -rand 2, so each time the random I select is not the *same* one seed.
  9. R

    Am I being stupid or what?

    you can't use if function around {rpt-open.i}, it can be confused. you need adding {lib/rpt-close.i} into if function.
  10. R

    How to remove/disable button

    really? i'll take care of it
  11. R

    How to select a random data?

    choose 5 in 10 nums or 1000 nums, it's able to choose duplicate records. just small or large chance. I have a idea. like this, i can choose 5 different records.
  12. R

    How to select a random data?

    I have set -rand 2, but same records are chosen. -rand 2 means it'll use diffirent seed each time. for example, I want choose 5 num in 1 to 10, the result is 1,3,5,3,2. each time the seed will be diffirent. but "3" was chosen twice.
  13. R

    How to select a random data?

    I've known what -rand means, but how i can choose more than one records once time? for example. choose 5 nums in 1 to 100. like this, it often choose some same records.
  14. R

    How to select a random data?

    I don't hnow how to use -rand parameter. can you tell me, KnutHandsome?
  15. R

    How to select a random data?

    we will update all physical inventory each half a year.so i want select some random items to check whether these inventory is true. thanks shpipp & tamhas 's idea, good idea. don't worry, I thinks it's ok,just less than 20k items need be checked.
  16. R

    How to select a random data?

    find first? it's first not random. for example check inventory random
  17. R

    How to select a random data?

    thks but it's no i want.
  18. R

    How to select a random data?

    hello everybody. If a table has not rank, how can i get a random data?
  19. R

    Using 'in'

    use follow codes: where index("3000,3001,3002,3003,3006,3008,3010,3016,3017,3018,3019,3021,3022,3024,3025,3026,3027,3028,302 9,3030,3032,3033,3035,3050,3060,3070,3080,3100,3105,3110,3120,3130,3140,3150,3160,3170,3180,3190",su bsidiary-id) > 0
  20. R

    REPLACE Function

    for example: replace(replace("abcde","a","b"),"c","d")
Back
Top