Search results

  1. 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...
  2. 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
  3. 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...
  4. 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
  5. 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
  6. 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...
  7. 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...
  8. 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...
  9. 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...
  10. 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
  11. M

    Replace Character with blanks - Help

    Hi again, i have the following problem. I have to create a string, that contains a specified number of blanks. I tried the follwing : Def var Custnr as char no-undo. custnr = "15260 ". /* 14 Blanks after the custnr */ But when i display the string, there are only 6 blanks i can...
  12. M

    Char formating -Help

    Hi Peggers, i have a little Problem with the formating of some char variables. I have done the following : Def var custnr as char no-undo. But custnr should be formated like this as initial value. 000000000000000 Later in code, i want to add or replace some chars. But i dont know how...
  13. M

    Function for last date of a month ?

    Hi Peggers, iam still looking for a function or something else, wich can retrurn the last date of a month. For example : the last date from January ist the 31. Thanks for help ! make
  14. M

    How to get the creation time of a file ?

    Hi Peggers, i am looking for a possibility to check the creation time of some files onour Progress Server. I can do it Visual Basic, but i want to do this in Progress, is there a way. Thank for your help ! Greets Make
  15. M

    Save from Clipboard

    Hi Peggers, iam using the mschart.ocx wich can copy a chart to the clipboard. But i dont know how i can save this picture in the clipboard to a file, form Progress. I've looked for an ocx, but doesnt found one. Any Idea ? Greets Make
  16. M

    Using an OCX in Progress

    Hi Peggers, i want to use the mschart OCX in Progress. But it is the first the time for using an OCX in Progress. I dont know how to initialize the control and so on... Can anyone give me tip where i can find some information about this, or maybe an example ? Need all of your help Greets...
  17. M

    Denfining an array with 2 Dimensions

    Hi Peggers, i want to use an Array with two Dimension in my Programm. But in the Books i have i didnt find any help for this. Can anyone help me ? Greets Make
  18. M

    Find the minimum date in a table

    Hi Peggers, iam trying to find the smallest date i one of my database tables. I have a field named Pos_changed, the records a not sorted, so i have something like this: Pos_changed : 01/01/02 03/01/01 02/02/00 03/05/02 and so on... now im want to have the smallest date from this table...
  19. M

    Set entry to last row in browser

    Hi there, i have programmed a little browser. After the Browser running, i want to set the "Cursor" to the last row in the browser. How can i do that ? Thanxs for help
  20. M

    OpenText Method with Excel from Progress

    Hi there, i have wrote a little program wich opens a txt file in Excel, using the opentext method. But i dont know how i can set the datatype of the created fields in Excel from the Standard-format to the Textformat. There is an parameter in the open text method i believe, but i dont know...
Top