Simplicty and flexibility!


Function::Mathematical

Log
Log(NUMERIC VALUE)
Log(3)
Log(MyNumberField)


The log function computes the natural base e logarithm of a numeric value.

The numeric value in a Scientific function can be a constant value (as shown below), a variable, a field value, or an expression.

Parameters


NUMERIC VALUE

Number to return natural base e logarithm for.

Returns/Result


A numeric value.

Examples


Examples

log( 3)

Returns: 1.098612


log( 0.5)

Returns -0.693147


Reference

log

Type

Scientific Function

Purpose

The log function computes the natural base e logarithm of a numeric value.

Syntax

log( NUMERIC VALUE)

Returns

A numeric value.

Usage

The numeric value in a Scientific function can be a constant value (as shown below), a variable, a field value, or an expression.

Examples

log( 3)

Returns: 1.098612

 

log( 0.5)

Returns -0.693147

See Also


Log10

On the forum about Log

log in screen

good night Currently working with DataEase 7.2.3.947 and create a DQL procedure for a specific task, then show it Define "Fun" Number . WHILE Current status NOT = 1 DO input using HOJA_VIDA INTO "Empl...

Product: DataEase for Windows 7.x. Written by diego fernando Ocampo 10/10/13 at 05:07:00

Re:log in screen

Define "Fun" Number . fun := SelectRecords () + RecordNext () . ...

Product: DataEase for Windows 7.x. Written by diego fernando Ocampo 10/10/13 at 05:34:20

Re:Re:log in screen

The best way of doing this in DFW 7.x is simply to use the CDF SetArray()/GetArray() to transfer the relational variable and then use a copy of the form with a Fixed Query to display the Record. Append to the end of the DQL. .....

Product: DataEase for Windows 7.x. Written by DataEase 10/10/13 at 07:55:28

printer dialogue box bugsss

Will v8 get around to fixing the knackered print routine?I'll expain :)Take a DQL that physcially prints, anything.Run it and up pops the printer dialogue boxNow use your mous...

Product: Dataease [{8}]FIVE. Written by Simon B 22/11/13 at 11:48:17

Re:printer dialogue box bugsss

Hi SimonHave tried this on one of my apps.....it is working, no GPFs.If I understood correctly....Procedure (DQL) to print, press enter when the printer dialogue is displayed...and it prints (or in your case gpf).RegardsJos...

Product: Dataease [{8}]FIVE. Written by Josef Vella 25/11/13 at 13:02:31

Re:Re:printer dialogue box bugsss

Yes Yosef you got it. Back in the day I think I made a simple test database with a simple dql to show it to prove it wasn't my database. I'll have to try that again to se if i can duplicate the results....

Product: Dataease [{8}]FIVE. Written by Simon B 25/11/13 at 13:30:38

Re:Re:Re:printer dialogue box bugsss

Busy time of year here so not had time to create a nerw database, again, for testing.However, I've just tried printing in 8.1, not using the mouse just entering data-entry fields, F2 to run my DQL, pressing enter on OK in print dialogue and dat...

Product: Dataease [{8}]FIVE. Written by Simon B 05/12/13 at 16:13:26

Re:Re:Re:Re:printer dialogue box bugsss

Tried a dept delviery note proeedure and works ok for 1 copy.The problem dql seems to be:for order with (Picking Week between data-entry datea to data-entry dateb) and (area = data-entry area) ; list records data-entry manualhe...

Product: Dataease [{8}]FIVE. Written by Simon B 05/12/13 at 16:31:05

Re:Re:Re:Re:Re:printer dialogue box bugsss

Hi Simon.You are right when you think there is something wrong with the Print Dialogue. This is seriously old stuff that has been mended many times over the years but never properly.When we started with DE8 we decided that we would foc...

Product: Dataease [{8}]FIVE. Written by DataEase 06/12/13 at 17:51:03

Re:Re:Re:Re:Re:Re:printer dialogue box bugsss

fair enough. Just have to figure out now how to print my reports the 'new' way. Thanks....

Product: Dataease [{8}]FIVE. Written by Simon B 10/12/13 at 09:17:56

Re:Re:Re:Re:Re:Re:Re:printer dialogue box bugsss

To be honest it is not fair enough. It should work properly but when it has been ignored for such a long time (together with so much other stuff) it is simply about priorities.It doesn't mean that it won't be fixed at some stage as we have a t...

Product: Dataease [{8}]FIVE. Written by DataEase 10/12/13 at 15:20:54

Re:Re:Re:Re:Re:Re:Re:Re:printer dialogue box bugsss

Tried latest 8.2 and I see the always crash if you press enter not the mouse button bug still exists so trying now to figure out how to do it the way dataease are pushing every one.  Seems i'm in the minority using DQL's to print and as such have...

Product: Dataease [{8}]FIVE. Written by Simon B 29/08/14 at 12:42:12

Missing functions in DE8 Catalogue Help

We have now updated the DE8 catalogue help so it will show all functions. We have also had a quick run through of the same function to make sure all of them contain atleast a minimum description on "usage".The Website in the DE8 Catalogue is u...

Product: Dataease [{8}]FIVE. Written by DataEase Tech Sup 12/09/14 at 18:58:02

Re:Missing functions in DE8 Catalogue Help

Got the same problem wtih setstyle() as i did with setcolor.  New form works, an existing form doesn't.So I've abandoned looking at that one.  I've got a perfect example of the earlier problem SETCOLOR which i'll send over in a few mo...

Product: Dataease [{8}]FIVE. Written by Simon B 15/09/14 at 09:55:20

Re:Re:Missing functions in DE8 Catalogue Help

Example emailed over, i've stripped out all other tables and dql's so it's nice and small....

Product: Dataease [{8}]FIVE. Written by Simon B 15/09/14 at 10:18:19

Re:Re:Re:Missing functions in DE8 Catalogue Help

Hi again Simon and thanks for the sample.The problem is not that the function is not working, but the way you apply it.Setfunctions including SetColor are manipulation functions and this is conceptually completely new in DataEase terms...

Product: Dataease [{8}]FIVE. Written by DataEase Tech Sup 18/09/14 at 07:36:14

Re:Re:Re:Re:Missing functions in DE8 Catalogue Help

Only just found this reply, not got a notification and never noticed it on the home pg, odd. Nevermind.  I understand what you're saying, I misunderstood the nature of how it SHOULD be used, I incorrectly took the virtual field example as a best...

Product: Dataease [{8}]FIVE. Written by Simon B 22/09/14 at 13:25:08

Dialogue in 8.1

Hi there,I was reading the blog post "How to use a subform as modal dialogue" and thought it was a good idea. I downloaded the sample, but it told me that I need at least version 8.2.something to run it. I actually own a 8.1 version and I was w...

Product: Dataease [{8}]FIVE. Written by George Washington 12/01/15 at 07:43:46

Re:Dialogue in 8.1

All versions of DE8.x is included in M80 license.So you can use DE8.0, 8.1, 8.2, 8.3 etc....

Product: Dataease [{8}]FIVE. Written by DataEase 12/01/15 at 10:25:15

SubformAsModalDialogue

Hi there,I have implemented a subform as the example in the subject. It works fine, but I need to refine the result. I use as "menu" a form with buttons: each button is a specific function user can activate. I use the modal dialogue to let user...

Product: . Written by George Washington 05/02/15 at 10:49:08

Re:SubformAsModalDialogue

A form in DFW is a object hierarchy so if you disable the parent object, all children will be disabled too.The main parent object for a Record is the first Record1 so if you disable that you will disable all controls in the form.SetSta...

Product: . Written by DataEase 05/02/15 at 11:23:26

Summary Variables Dialog to insert fields in Header and Footer (Forgotten art)

Download Test.PDF which show the result! Just to showcase how many times this has been "addressed", there is 3 different ways to insert a...

Product: Dataease [{8}]FIVE. Written by DataEase 23/06/15 at 08:54:36

Users can still go to Catalogue in DE8.5 even though I set a low user level.

Im struggling with user access. When I give a user low rights , and access to a specific menu , they can still view the catalog. Can you please help?ThanksDaleen...

Product: Dataease [{8}]FIVE. Written by Daleen 07/07/15 at 12:58:04

Re:Users can still go to Catalogue in DE8.5 even though I set a low user level.

Hi Daleen. That is because you run Developer. Developer can always access the catalogue. It was a "hack" in previous versions of Windows that if you had a startup document in FULL you would not get access to developer/catalogue et...

Product: Dataease [{8}]FIVE. Written by DataEase 07/07/15 at 13:00:08

Problems with Saving Forum entry in Catalogue

Hi again. Since DataEase is built in MSVC we use a WebObject based on IE. When you open the Catalogue it will report the IE version, if this is too old or there is to many restrictions set in your IE it might cause the problems you d...

Product: Dataease [{8}]FIVE. Written by DataEase 07/01/16 at 11:39:44

Re:Problems with Saving Forum entry in Catalogue

RefreshStatus now fixed in 8.5.0.2096.You can download it here. http://www.dataease.com/static/files/DataEaseBeta-8.5.0.2096.exe...

Product: Dataease [{8}]FIVE. Written by DataEase 08/01/16 at 12:59:18

Can I use function like THIS MODAL DIALOG at [MENU]?

CAN I USE FUNCTION LIKE THIS MODAL DIALOG AT MENU?ALSO  CAN YOU CREATE AT MENU SAME AT FORM, CAUSE WHEN I CANT USE setstyle() FUNCTION AT MENU ITS VERY IMPORTANT FOR ME.IF NO, CAN YOU GUIDE ME OTHERS WAY?...

Product: Dataease [{8}]FIVE. Written by Mohd Sedik Zakaria 17/02/16 at 13:24:07

Re:Can I use function like THIS MODAL DIALOG at [MENU]?

You can use a FORM as a Menu, so if that is what you want - simply use a form.In DFW Forms, Menus, Reports, DQL's are all just documents so they can be used as you please.You can for instance start your application by running DQL.<...

Product: Dataease [{8}]FIVE. Written by DataEase 17/02/16 at 13:31:38

Catalog

hie DataEaseHow can i prevent a user from accessing Catalog when i or someone installs DataEase 8.5 Developer on a machine with my applications. If i remove Show Catalog in Application--Preferences the User Main Menu will intially show File...

Product: Dataease [{8}]FIVE. Written by Godfrey 20/04/17 at 13:19:40

Can't establish a Connection with LEGEASY4DOS (log onto landing page)

I've been using LegEasy4dos since it was released and have had no issues.&nbsp; Suddenly today I can't connect or load the start up (Landing) page.&nbsp; Nothing has changed, I've not added new virus protection or changed settings.&nbsp; Is it me or i...

Product: LegEasy 4DOS. Written by JimmyB 13/12/17 at 21:37:51

Re:Can't establish a Connection with LEGEASY4DOS (log onto landing page)

Hi.It is not you. We have had some problems with our provider today which has caused login/connection problems for some users.This is now reported to be fixed and we are sorry for the inconvenience.We are monitoring it to ma...

Product: LegEasy 4DOS. Written by DataEase 14/12/17 at 00:15:20

Re:Re:Can't establish a Connection with LEGEASY4DOS (log onto landing page)

I was unable to to get a LegEasy4DOS start-up screen over the past two days. I was given a totally blank screen. Fortunately I was able to revert to a backup WinXP system and update to the latest datafile. I checked the DataEase web page which was onl...

Product: LegEasy 4DOS. Written by Karinda 14/12/17 at 16:39:55

Re:Re:Re:Can't establish a Connection with LEGEASY4DOS (log onto landing page)

Hi.Sorry about that.There was some problems yesterday which were fixed quickly as all reporting routines worked, but for some reason there was a "lag" for some users that had the problems that the system didn't pick up on until we rebo...

Product: LegEasy 4DOS. Written by DataEase 14/12/17 at 17:42:36

AUTO LOG IN

Hi Dataease In DataEase 6 we used BAT files to auto log into an application.How do you auto log into an application from a desktop icon in DE8.5DataEase on C:\ProgramData\DataEase\DataEase 8.5Application on Z:\PBC_MASTER_20...

Product: Dataease [{8}]FIVE. Written by KEV 16/08/18 at 14:32:52

Re:AUTO LOG IN

in 8.5 it is very much the same as 6 but we wrote about this on the blog some time ago so copied the entire content below.8.6 is a "non" version as the next version is 9, but other than that the rest applies.<img src="/static/ulimages/C...

Product: Dataease [{8}]FIVE. Written by DataEase 16/08/18 at 17:01:45

Force logout

Hi ,I am experiencing a very weird problem. I have run a export procedure dataease sudden force logout.Any solution.....?DEFINE TEMP "MON" Numeric String 2 .DEFINE TEMP "YEAR"Numeric String 4.DEFINE TEMP "PAY" Numeric String 19...

Product: DataEase for Windows 5.x and before.... Written by Manjula Perera 27/05/19 at 06:43:42

Re: Force logout

Hi Manjula.The problem here is not the DQL but the underlaying data.&nbsp;We are pretty sure that the problem is a virtual field that you use in the DQL. Check the underlying tables if there is a virtual field that cause this.I...

Product: DataEase for Windows 5.x and before.... Written by DataEase 27/05/19 at 10:27:56

Dialog box to carry out the invoice collection process generated from a main sales form.

Is required:With the "Action" button the dialog box calls an event that performs the paymentfunction, save the sale that is active in the main form and close this.With the "exit" button the dialog box closes and calls an event that ret...

Product: DataEase for Windows 7.x. Written by EaseSoft SAS 23/07/20 at 20:03:21

Login Screen

When I open the program, the username and password box do not come up.&nbsp; I'm left with a blank screen.&nbsp; See attachment.&nbsp; Why does this happen?&nbsp; Is there an alternate way to login?&nbsp; &nbsp;Using Data Ease version 8.5.1.2674&nbsp;...

Product: . Written by Colleen Sienkiewicz 02/11/20 at 17:36:14

Re:Login Screen

Hi Colleen.Sorry to hear you have trouble.Have never come across this problem before so a little hard to say what it can be. My guess would be that you open the application directly without going via the Welcome App/Application open an...

Product: . Written by DataEase 03/11/20 at 09:44:03

User Logs

Is there a way to see what user made what changes?&nbsp;&nbsp;...

Product: Dataease [{8}]FIVE. Written by Colleen Sienkiewicz 03/03/21 at 18:04:29

Re:User Logs

You can do this if you log the changes in the app. There is no built in functionality that logs all changes to the data.You can either log it in the record by adding a field for LastChangedUser with derivation: current user name and a LastChan...

Product: Dataease [{8}]FIVE. Written by DataEase 05/03/21 at 11:58:19

Sudden Logout

Hi,There is sudden logout when run procedure.Thank you in advance.Manjula Pio...

Product: DataEase for Windows 5.x and before.... Written by Manjula Perera 12/04/22 at 08:11:35

Re:Re:Problems with Saving Forum entry in Catalogue

Hi,I'm using new version of&nbsp;DataEase 8.5.1.2674 but I still&nbsp; have the same problem.When I try to start Application/Status/Records or Application/Status/Tables I receive the messages :An error was encountered while genera...

Product: Dataease [{8}]FIVE. Written by Marco Marchesi 01/12/22 at 11:05:40

Re:Re:Problems with Saving Forum entry in Catalogue

Hi,I'm using new version of&nbsp;DataEase 8.5.1.2674 but I still&nbsp; have the same problem.When I try to start Application/Status/Records or Application/Status/Tables I receive the messages :An error was encountered while genera...

Product: Dataease [{8}]FIVE. Written by Marco Marchesi 01/12/22 at 11:05:40

On the blog about Log

Catalogue Help Revamped!

With 7.0 the catalogue help arrived and as so much of the stuff that arrived with 7.0, it wasn't finished or thoroughly thought through so it ended up just being annoying.In 7.2 we used it as a Read Me file where all the changes and updates wa...

Product: Dataease [{8}]FIVE. Written by DataEase 14/01/13 at 23:28:42

Search in Blog - Now enabled.

You can now search in the blog (topic). Simply type in the search word in the Search field in the menu bar and hit enter. ...

Product: Not product specific.. Written by DataEase 20/08/13 at 16:59:08

Fix in 8 - Delete Table/Form directly in Catalogue (Ver. 8.0.0.1369)

A lot of "stubborn" problems have persisted in DFW for ages, some all the way back to Express. One can ask if it is the bug that has been "stubborn", the developers that has been ignorant, or the management that has been bad... ...

Product: Dataease [{8}]FIVE. Written by DataEase 30/08/13 at 11:57:03

DataEase 8 - Change Log (Abbreviated) from 7.2 to 8.1 (Ver 8.1.0.1533)

r1533Bug 1459 (Problem wiith import from big tables) is fixed---------------------r1532 Bug 1417 (Copy-paste improvements) is improved, one more problem with Tab symbol in non-multilne fields is fixed----------------...

Product: Dataease [{8}]FIVE. Written by DataEase 24/04/14 at 11:19:09

Re:DataEase 8 - Change Log (Abbreviated) from 7.2 to 8.1 (Ver 8.1.0.15.33)

r1089Change request 1390 (Change request - Printhtml function) is implemented ---------------------r1088DfW starts Maximized as default, for starting in Normal mode set DE_STARTNORMAL_WIN=1 in dataease.ini. New deres and de...

Product: Dataease [{8}]FIVE. Written by DataEase 24/04/14 at 11:20:52

Re:Re:DataEase 8 - Change Log (Abbreviated) from 7.2 to 8.1 (Ver 8.1.0.15.33)

It would be nice to have this as a database driven page. Where we can search, filter....etc.Just a static page makes my head spin :-)...

Product: Dataease [{8}]FIVE. Written by Jeyarajah Arulrajah 16/05/14 at 15:53:33

Re:Re:Re:DataEase 8 - Change Log (Abbreviated) from 7.2 to 8.1 (Ver 8.1.0.15.33)

This comes out of our SVN system which sadly is not developed in DataEase ;-)However you will find that since the entire log is loaded in one page you can freetext search it and find exactly what you look for....

Product: Dataease [{8}]FIVE. Written by DataEase 17/06/14 at 10:27:35

DataEase 8.2 - Slipstream Release 1600 - Abbreviated Change Log (Ver 8.2.0.1600)

r1599CR 1462 (Functions to convert /stuff to ASCII values should be added) is improved, SelectionFilter function is fixed ---------------------r1598CR 1462 (Functions to convert /stuff to ASCII values should be added) is im...

Product: Dataease [{8}]FIVE. Written by DataEase 18/08/14 at 15:32:05

DataEase 8.2 - Automated Application Launch from Catalogue (8.2.0.1594)

Download Sample It is very easy for Developers to get stuck in Dogmas and self fulfilling prophecies... A lot of people in DataEase believed that the success of DataEase...

Product: Dataease [{8}]FIVE. Written by DataEase 18/08/14 at 17:06:37

Re:DataEase 8.2 - Automated Application Launch from Catalogue (8.2.0.1594)

WARNING! This is a release feature and it will only work in FULL versions after 8.2.0.1594) Since it use PATH and global variables to find DataEase this feature...

Product: Dataease [{8}]FIVE. Written by DataEase 20/08/14 at 08:46:30

DataEase 8.2 Developer - ALWAYS able to switch to Design Mode and view Catalogue

Somewhere along the line from DataEase Express to DFW the ability to switch to Design Mode when you started an application with a Start-Up document was introduced.&nbsp;It is not hard to realise why it was done, but like so many other "hard co...

Product: Dataease [{8}]FIVE. Written by DataEase 20/08/14 at 10:07:32

Update to Function Lexicon in DE8 Catalogue.

It was pointed out to us today that the Internal website in the DE8 Catalogue was suffering from neglect so we have spent some resources today o...

Product: Dataease [{8}]FIVE. Written by DataEase 12/09/14 at 18:52:26

Re:Update to Function Lexicon in DE8 Catalogue.

Lexicon now showing past P thank you :)...

Product: Dataease [{8}]FIVE. Written by Simon B 15/09/14 at 15:43:29

Boolean logic in DE8 - Why do I get it IF() wrong when it is right?

WIth the introduction of all the SetClass functions and controlling/manipulating forms from virtual fields etc, there has been a lot of support request because users get the syntax wrong even though they are sure it is right.Mainly this is bec...

Product: Dataease [{8}]FIVE. Written by DataEase 08/10/14 at 12:50:10

New Sample - Using Subform as Open Related Dialogue with multiple returns (Ver. 8.2.0.1686)

Download "Open Related"&nbsp;Sample Open Related is a "awkward" and outdated way of doing "picklists". As you have pointed out it is slow and you can only really r...

Product: Dataease [{8}]FIVE. Written by DataEase 17/11/14 at 18:26:41

New Sample - How to use a Subform as a Modal Dialogue (Ver. 8.2.0.1695)

Download Modal Dialogue Sample As you might have discovered by now, one of the main goals of DE 8 is to allow the developer to develop contemporary and advanced...

Product: Dataease [{8}]FIVE. Written by DataEase 22/11/14 at 13:33:49

DataEase 8.5.0.1815 complete changelog.

r1815Fix but with release memory.---------------------r1814DQL old style with groups and headers and aggregate.---------------------r1813Bug 1491 (HTMLEditor does not work for Group) is fixed----...

Product: Dataease [{8}]FIVE. Written by DataEase 05/06/15 at 09:56:36

What's in the Application Catalog?

When you open an application, DataEase displays the Application Catalog which is a list of all the documents in the current application; documents like forms, tables, procedures and re...

Product: Dataease [{8}]FIVE. Written by Fatma Adel 06/04/16 at 11:46:14

How To Export Data Using the Export Dialog

The DataEase export Dialog lets you export data from a DataEase application so that you can then import it to another DataEase (DOS or Windows) application or an...

Product: Dataease [{8}]FIVE. Written by Fatma Adel 12/05/16 at 10:57:00

DataEase 8.5.0.2385 - AutoLogin keyword added to DataEase.ini to enable/disable automatic login in Application

In 8.5 we have changed the default behaviour so you will log in directly in DataEase 8.5 Developer if you have an application with a blank/blank user.At the same time when you create a new applicaiton you will not be asked to add a username/pa...

Product: Dataease [{8}]FIVE. Written by DataEase 16/07/16 at 05:42:27

DataEase 8.5.0.2428 - DeletRecords updated with Options to allow specific deleting without dialogue.

It is almost crazy that this feature took so long to join our function library.Nothing has been as annoying as deleting records in DFW.Personally I have been using ExecDQL("delete records in mytablw with ID=data-entry field1 .",ID) sim...

Product: Dataease [{8}]FIVE. Written by DataEase 16/07/16 at 06:27:35

Tired of the Delete Dialogue? New RecordDelete() with Option solve that!!

I don't know about you but I hate this dialogue! Every time I get it I think - WHY? I just want to delete this record and get on with it. And now you can!...

Product: Dataease [{8}]FIVE. Written by DataEase 24/04/17 at 10:41:00

NB! Old DataEase for DOS files in App Catalog cause CRASH!

We have had a number of clients that has had problems getting LegEasy4DOS to work. The problem has turn...

Product: LegEasy DOS. Written by DataEase 06/11/17 at 13:05:19

DE9 - BETA - Problems at startup/login

12/11/19 -&nbsp;This problem is fixed in 9.0.0.4353 you can download the update from our download area.Quick fix: Re-install DE9 as Administrator...

Product: DataEase 9 Developer. Written by DataEase 11/11/19 at 13:10:38

Re:DE9 - BETA - Problems at startup/login

After install as administrator I got it.But I'm online !!ThanksAfonso...

Product: DataEase 9 Developer. Written by afonso domingos 11/11/19 at 18:43:07

Re:Re:DE9 - BETA - Problems at startup/login

"run" as administrator...

Product: DataEase 9 Developer. Written by Ihor Zakharchenko 12/11/19 at 03:01:39

Re:Re:Re:DE9 - BETA - Problems at startup/login

I tried to install on&nbsp; W7 but it did not process. On the W 10 it worked as descriped.Will it run on W7 later?...

Product: DataEase 9 Developer. Written by Rainer 12/11/19 at 11:21:25

Re:DE9 - BETA - Problems at startup/login

We have just released a new version of DE9 that fix this problem. You will find it in&nbsp;http://www.dataease.com/download/...

Product: DataEase 9 Developer. Written by DataEase 12/11/19 at 15:21:33

Re:DE9 - BETA - Problems at startup/login

Fixed installation problem, will now install and configure properly in WIndows 10. Only tested and approved version of Windows for Beta....

Product: DataEase 9 Developer. Written by Ihor Zakharchenko 12/11/19 at 18:26:01

Re:Re:DE9 - BETA - Problems at startup/login

404 - NOT FOUNDI can't get it.Afonso...

Product: DataEase 9 Developer. Written by afonso domingos 12/11/19 at 23:48:14

Re:Re:DE9 - BETA - Problems at startup/login

now downloads at last...

Product: DataEase 9 Developer. Written by Ihor Zakharchenko 13/11/19 at 08:26:29

Re:Re:Re:Re:DE9 - BETA - Problems at startup/login

don't forget "windowsmustdie" so it is more funny &nbsp;to install and run de9 on Catalina 10.15.1...

Product: DataEase 9 Developer. Written by Ihor Zakharchenko 13/11/19 at 09:33:53

Re:Re:Re:Re:Re:DE9 - BETA - Problems at startup/login

Again !! I'm online !!&nbsp;...

Product: DataEase 9 Developer. Written by afonso domingos 13/11/19 at 23:12:18

Re:Re:Re:Re:DE9 - BETA - Problems at startup/login

Liana Avanesian, client products&nbsp;national trainer Microsoft&nbsp;Ukraine :"No Windows 11 in future. Will be only&nbsp;Windows 10X for double screen devices. End of Windows 7 support from Microsoft in 202...

Product: DataEase 9 Developer. Written by Ihor Zakharchenko 15/11/19 at 10:15:14

DE9 - Dataease 9 Developer BETA - First startup, registering and login. Featuring new Welcome Application.

...

Product: DataEase 9 Developer. Written by DataEase 15/11/19 at 21:05:01

Re:Re:DE9 - BETA - Problems at startup/login

We check the license via a pipe and this pipe will at the moment be stopped by proxy etc.We have done a manual fix which include setting your proxy settings in the dataease.ini but the guy that did it is on holiday at the moment but we want it...

Product: DataEase 9 Developer. Written by DataEase 15/11/19 at 21:25:06

Re:Re:Re:Re:Re:Re:DE9 - BETA - Problems at startup/login

The problem is most likely linked to either your firewall or you being behind a proxy. How are you connected to the internet and what Virus/Firwall software do you use and how is it configured....

Product: DataEase 9 Developer. Written by DataEase 16/11/19 at 15:16:53

Re:Re:Re:Re:Re:Re:Re:DE9 - BETA - Problems at startup/login

Ok. I'll try to check it . I believe that is a anti-virus configuration.Thanks</f...

Product: DataEase 9 Developer. Written by afonso domingos 17/11/19 at 13:43:17

Re:DE9 - Dataease 9 Developer BETA - First startup, registering and login. Featuring new Welcome Application.

in de 8.5 I saw Clean option when choosing the style of a new application.&nbsp;de 9 beta proposes even Apple style ...&nbsp;macOS or iOS ? not watchOS for suresee the video to forecast possible Apple style in the nearest future</...

Product: DataEase 9 Developer. Written by Ihor Zakharchenko 24/11/19 at 16:12:42

L4D - How to print RAW when using Windows Print Dialogue to select printer.

L4D in default mode will interpret the output and convert it to windows print. It will scale etc. so it fit in the assumed paper size i.e. the paper size the device report it is using etc....

Product: LegEasy DOS. Written by DataEase 25/11/19 at 19:37:50

Re:DE9 - Dataease 9 Developer BETA - First startup, registering and login. Featuring new Welcome Application.

I observed an issue of de 9 pro on a&nbsp;laptop which works under win 10 with&nbsp;Russian regional and language settings. the problem may be in "special" origins of that "russian" OS. But! the fact shows that Ukraine is a huge market for DataEase p...

Product: DataEase 9 Developer. Written by Ihor Zakharchenko 26/11/19 at 07:21:02


dg3_HelpView