Recent content by make

  1. M

    User disconnect Problem

    Doesnt work Hi, i tried your solution, but i got an error: You cant disconnect a user from a remote machine Error: 2259 Greets Make
  2. M

    User disconnect Problem

    Hi there, i wrote a little Programm to disconnect a user specified by the user-id with the proshut command. But the database cant be found. The client wich runs the disconnect programm doesnt know the path to the db on the server of course, but how can i set this path for the client, UNC...
  3. M

    Time difference between two dates

    Hello, iam looking for a function in progress, that returns the the difference between two dates in Seconds´, for example: First date : time: 12.11.2003 08:18:11 Second date: time: 12:11:2003 09:04:18 Is there a function for this problem in Progress ? Greets Make
  4. M

    Calculated field in a join (Report builder)

    Hi Peggers, i tried to use a calculated field with an iif statement to create a new join in my Report builder, but when i want to make a new fieldpair i cant see this calculated field. In the Report builder Userguide 6-14 i found that its not possible to use this statement i a server...
  5. M

    Deleting Items from selection-list

    Thank you for help You are right of course ! Silly mistake. Greets make
  6. M

    Deleting Items from selection-list

    Hi peggers, i have a little problem. Iam filled up a selection-list an want to delete all Items. I tried with : do i = 1 to fanlage:num-items : fAnlage:delete(i). end. It works, but the first Item is still there . Where ist my mistake ? Greets Make
  7. M

    Truncate a full ai file ?

    Hi Peggers, i have a little Problem with one of my ai files. A mistake in a Progress Procedure has been writing data for aprox 10 hours ! in the ai file. Now the ai has a size of 1,4 GB. Is there a safe way to truncate this ai file ? Greets Make
  8. M

    Problems with importing from CSV

    Hi Peggers, iam trying to import the following from a csv file: 1022;HR STD SHORT CORRIDOR 72;BFC04; +1.50; +0.75;L;100630029 I have Problems with the values +1.50 and +0.75. The format of the field in the table is +9.99 (both). But after importing, i found the values 350.0 and 125.00 in...
  9. M

    Difference between Find and Find first.

    Thanx for help Thanx for help
  10. M

    Difference between Find and Find first.

    Hi Peggers, I am discovered the following problem, i want to look for a special record and i tried to use the find statement. But nothing was found. When i use the find first statement, the right record was found. I dont understand this. Isnt it so, that the find statement delivers all the...
  11. M

    Access to OCX Classes - HOW ?

    Hi Peggers !i have another Question !i user an Activex for smtro Mail-sending.But in the ocx, are some additional classes i want to use, for example the txt2htm function. But i dont know how i can access these classes.I initiliased the ocx after loading and defining the Mail Variable asan...
  12. M

    Carriage Return in fm20.dll Textbox Control -help

    Hello Pegers, i have a problem with the fm20.dll Textbox from Microsoft. I implemented it in Progess, and my program starts, a simple Mail-Programm !. Some fix parts of the texts, e.g. "Dear ladies an Gentlemen" should have a line breack at the end. I tried ChControlframe:Textbox:text = "Dear...
  13. M

    If file exists function ? - Help

    Thanks For your help ! TThanks For your help !
  14. M

    If file exists function ? - Help

    Hi Peggers, can anyone help me? I am looking for a way to check if a file on a special PC in our Network exists or not. Is that posssible in Progress ? Thankx for help Greets Make
  15. M

    Replace Character with blanks - Help

    Thank You very much ! It works . Thank you very much !!!
Top