Re: [MSEide-MSEgui-talk] tmsesql

2021-05-09 Thread fredvs
Re-hello all.

OK, I hope it is the good one.
Fixed in last commit all warnings about range check in enums of DB units.

Fre;D



--
Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/


___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] tmsesql

2021-05-09 Thread fredvs
Hello all.

> OK, fixed in last commit.

NO, it was not ok and caused "Unknown" fields.

So I reverted that commit to prior.

And there are still now the warnings, sorry.

I have to jump into it deeper and will do it asap.

Fre;D



--
Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/


___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] tmsesql

2021-05-09 Thread Roland Chastain
Hello!

Maybe the idea was to compile with range check error disabled.

But Ord(High()) looks weird indeed.

Not sure to understand what is the reason for extending enumerated types
that way.

Regards.

Roland



--
Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/


___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] tmsesql

2021-05-09 Thread fredvs
Hello Med.

> I have some notes and warning see joined txt.

OK, fixed in last commit.

Fre;D



--
Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/


___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] tmsesql

2021-05-09 Thread fredvs
Re-hello.

About the error range warnings with enums.

OK, I remember now how to fix it (there was discussion about this 2 years
ago).

The trick is to remove all the "extended members of a enum", like 

const
extendedenum1 = ord(high(tdataevent))+1; 
extendedenum2 = ord(high(tdataevent))+2; 

end append it in the tdataevent enum list instead.

I will do it tonight.

Fre;D







--
Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/


___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] tmsesql

2021-05-09 Thread fredvs
Hello Med and others.

About the warnings of range error.

It is about some strange use of enum by Martin.

I would need some help to fix it.

 For example, this is used:

Const
de_afterapplyupdate = ord(high(tdataevent))+6;

and a few later:

dataevent(tdataevent(de_afterapplyupdate),0); // this, of course is not
regular and raise warning of range error.

Any tip how to make this regular is welcome.

Fre;D



--
Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/


___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] tmsesql

2021-05-09 Thread fredvs
Hello Med.

Happy that it works!

Thanks for your txt notes, I will study it tonight.

By the way, feel free to complete your demo (with filters, search,
commander, etc, ...) because I did not find any demo in mseuniverse that
shows how to do with fb3 database.

And then we can add your demo in mseuniverse examples.

Fre;D



--
Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/


___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] tmsesql

2021-05-09 Thread mohamed hamza
Hello Fred,

Yes. It works.  Now I can jump to Mseide-Msegui From ver 4 to 5 I believe . 
Thank you
I have some notes and warning see joined txt.

Regards

Med.

De : fredvs 
Envoyé : dimanche 9 mai 2021 03:00
À : mseide-msegui-talk@lists.sourceforge.net 

Objet : Re: [MSEide-MSEgui-talk] tmsesql

Hello Med.

Released mseide-msegui 5.4.0 with the (I hope) DB field fixes:
https://github.com/mse-org/mseide-msegui/releases/tag/5.4.0

You may use the binary of MSEide  and source that are in the assets.

I still cross my fingers.

Fre;D



--
Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/


___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk
Free Pascal Compiler version 3.2.0 [2020/06/04] for i386
Copyright (c) 1993-2020 by Florian Klaempfl and others
Target OS: Win32 for i386

msegraphics.pas(1913,55) Warning: range check error while evaluating constants 
(18446744069683019775 must be between 0 and 4294967295)
msegraphics.pas(1938,55) Warning: range check error while evaluating constants 
(18446744069683019775 must be between 0 and 4294967295)
msegraphics.pas(2035,55) Warning: range check error while evaluating constants 
(18446744069683019775 must be between 0 and 4294967295)
msegraphics.pas(2049,55) Warning: range check error while evaluating constants 
(18446744069683019775 must be between 0 and 4294967295)

msebufdataset.pas(2795,28) Warning: range check error while evaluating 
constants (14 must be between 0 and 13)
msebufdataset.pas(4070,16) Warning: range check error while evaluating 
constants (26 must be between 0 and 20)
msebufdataset.pas(4150,15) Warning: range check error while evaluating 
constants (26 must be between 0 and 20)
msebufdataset.pas(6315,24) Warning: range check error while evaluating 
constants (14 must be between 0 and 13)
msebufdataset.pas(6357,24) Warning: range check error while evaluating 
constants (14 must be between 0 and 13)
msebufdataset.pas(6425,24) Warning: range check error while evaluating 
constants (14 must be between 0 and 13)
msebufdataset.pas(6493,24) Warning: range check error while evaluating 
constants (14 must be between 0 and 13)
msebufdataset.pas(8779,15) Warning: range check error while evaluating 
constants (21 must be between 0 and 20)
msebufdataset.pas(8843,13) Warning: range check error while evaluating 
constants (21 must be between 0 and 20)
msebufdataset.pas(10349,27) Warning: range check error while evaluating 
constants (14 must be between 0 and 13)

msedb.pas(2801,11) Warning: range check error while evaluating constants (-1 
must be between 0 and 22)
msedb.pas(7606,30) Warning: range check error while evaluating constants (22 
must be between 0 and 20)
msedb.pas(7958,37) Warning: range check error while evaluating constants (24 
must be between 0 and 20)
msedb.pas(8079,30) Warning: range check error while evaluating constants (21 
must be between 0 and 20)

msedbedit.pas(2725,18) Warning: range check error while evaluating constants 
(-1 must be between 0 and 83)
msedbedit.pas(3943,33) Warning: range check error while evaluating constants 
(25 must be between 0 and 20)

msedblookup.pas(2110,13) Warning: range check error while evaluating constants 
(21 must be between 0 and 20)
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] tmsesql

2021-05-08 Thread fredvs
Hello Med.

Released mseide-msegui 5.4.0 with the (I hope) DB field fixes:
https://github.com/mse-org/mseide-msegui/releases/tag/5.4.0

You may use the binary of MSEide  and source that are in the assets.

I still cross my fingers.

Fre;D



--
Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/


___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] tmsesql

2021-05-08 Thread fredvs
Hello Med.

I hope it is the last one.

Fixed in last commit: https://github.com/mse-org/mseide-msegui

 

You will need to recompile MSEide with those last msegui commit.
After this, reload your project using last msegui and it should work.

I cross my fingers.

Fre;D



--
Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/


___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] tmsesql

2021-05-08 Thread fredvs
Hello Med.

I am lost.

I cannot find what I did to make it work with ideU.
Sadly I did not commit the change to git and stupidly I removed that working
test directory.

I have to do a break otherwise I will be completely crazy.

I hope that I will remember what I did but now it is the black out.

Fre;D





--
Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/


___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] tmsesql

2021-05-08 Thread fredvs
Med!

Sorry, dont use the last release of ideU, it is the last commit that works.
So, please wait a little bit, I check everything but we are near the goal.

Fre;D




--
Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/


___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] tmsesql

2021-05-08 Thread fredvs
Re-re...-re hello Med.

OK, I think I get something.

I just try now to load the project with MSEide and, indeed, there is
"Unknown" fields.

 

I was using ideU to load the project.

 

May I ask you if it could be possible for you to load the project with ideU
?
https://github.com/fredvs/ideU/releases/

ideU is a fork of MSEide and it works like MSEide.

If, by chance, you have more luck with ideU, we have light to see what is
wrong with MSEide.

Fre;D



--
Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/


___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] tmsesql

2021-05-08 Thread fredvs
Hello Med.

What project are you using?

With the last project I give, I get this:

 

Here the last project I give:

mse_fb3_new.zip
  

Note that I did not try with Windows, it was compiled on Linux.

Fre;D



--
Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/


___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] tmsesql

2021-05-08 Thread mohamed hamza
Hello Fred,

   But why fieldstype are unknown ? see  joined png


De : fredvs 
Envoyé : samedi 8 mai 2021 01:49
À : mseide-msegui-talk@lists.sourceforge.net 

Objet : Re: [MSEide-MSEgui-talk] tmsesql

Re-hello Med.

So, to resume, it seems that, like for the "size" problem, with MSEgui
5.2.0, if you import a old fb3 project, you have to first delete the
controller.fields and then re-create it.
Or delete the all the component and re-create it using msegui 5.2.0.

I created a new project from scratch with msegui 5.2.0, with the same
components that you used in your demo and with same parameters.
And it compiles out-of-the-box.

Included your demo re-created from scratch using msegui 5.2.0.

mse_fb3_new.zip
<http://mseide-msegui-talk.13964.n8.nabble.com/file/t2/mse_fb3_new.zip>

Conclusion: yes there is problem of compatibility with old projects using
some database components.
The good news is that is it easy to fix.

Fre;D

Fre;D











--
Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/


___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] tmsesql

2021-05-07 Thread fredvs
Re-hello Med.

So, to resume, it seems that, like for the "size" problem, with MSEgui
5.2.0, if you import a old fb3 project, you have to first delete the
controller.fields and then re-create it.
Or delete the all the component and re-create it using msegui 5.2.0.

I created a new project from scratch with msegui 5.2.0, with the same
components that you used in your demo and with same parameters.
And it compiles out-of-the-box.

Included your demo re-created from scratch using msegui 5.2.0.

mse_fb3_new.zip
  

Conclusion: yes there is problem of compatibility with old projects using
some database components.
The good news is that is it easy to fix.

Fre;D

Fre;D











--
Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/


___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] tmsesql

2021-05-07 Thread fredvs
Hello Med.

Here it works doing this:

Edit tmsesqlquery1 with the Object Inspector.

Select tmsesqlquery1.controller.fields.count and set it to 0.

 

Then set tmsesqlquery1.active := true;

 

 

Included your demo with the change.

mse_fb3.zip
  

But maybe I miss something, I dont know well fb3.

Fre;D





--
Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/


___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] tmsesql

2021-05-05 Thread fredvs
Hello Med.

> See tmsesql.controller.fields .The  problem is there. 

OK, I will check it.

> Try with  (MseIde 4.6.3 Msegui 4.7.0 )

On Linux it is not possible to use MSEgui 4.7.O and fpc 3.2.0: they are not
compatible.
And I dont have a Windows machine to test.

> Is the version 5.2 updated  the database units?

No, nothing is changed in db units, it is why it is strange that there are
problems.

Please if you see something that could help to fix, say it.

Thanks.

Fre;D





--
Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/


___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] tmsesql

2021-05-05 Thread mohamed hamza
Hello Fred;

See tmsesql.controller.fields .The  problem is there.  Try with  (MseIde 
4.6.3 Msegui 4.7.0 )
Is the version 5.2 updated  the database units?
Regards.

Med.


De : fredvs 
Envoyé : mardi 4 mai 2021 19:41
À : mseide-msegui-talk@lists.sourceforge.net 

Objet : Re: [MSEide-MSEgui-talk] tmsesql

Re-re hello Med and others.

Voila, I think that FireBird 3 is correctly installed.

With your demo I can access employee database.

But, sadly, when trying to set tmsesqlquery1.active := true there is that
error message:

Field 'EMP_NO' expected ftsmallint Actual: unknown.

See picture:

<http://mseide-msegui-talk.13964.n8.nabble.com/file/t2/firebird_error.png>

I dont know what to do and it it is related to msegui 5.2
I will do a break because I dont see what is wrong.

Fre;D






--
Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/


___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] tmsesql

2021-05-04 Thread fredvs
Re-re hello Med and others.

Voila, I think that FireBird 3 is correctly installed.

With your demo I can access employee database.

But, sadly, when trying to set tmsesqlquery1.active := true there is that
error message:

Field 'EMP_NO' expected ftsmallint Actual: unknown.

See picture:

 

I dont know what to do and it it is related to msegui 5.2
I will do a break because I dont see what is wrong.

Fre;D






--
Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/


___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] tmsesql

2021-05-04 Thread fredvs
Hello Med.

After a very hard fight I was able to install MySql on Linux 64 bit.

Also here /mseuniverse/samples/db/simplemysql demo is working with fpc 320
and msegui 5.2.
Are you able to make it work too?

I had to create a test.sql database and a table using command line:
$ mysql -uroot -pmypassword

then add the mysql command:

CREATE DATABASE test;

USE test;

CREATE TABLE TABLE1 (
PersonID int,
LastName varchar(255),
FirstName varchar(255),
Address varchar(255),
City varchar(255)
);

___

And in the conn widget UserName: root and Pasword: mypassword.

Now about your demo, I need to install Firebird3 and Flamerobin (need lot of
courage and time) then maybe I can check what is wrong.

By the way, what are the advantage of MySql vs Firebird3?

Fre;D




--
Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/


___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] tmsesql

2021-05-04 Thread mohamed hamza
Hello Fred,

I am using  mseIde ver 4.6.3  msegui  4.7 on Windows7  system and I had not 
Problem installing Firebird3 and Flamerobin.
Regards.




De : fredvs 
Envoyé : mardi 4 mai 2021 10:29
À : mseide-msegui-talk@lists.sourceforge.net 

Objet : Re: [MSEide-MSEgui-talk] tmsesql

Re-hello Med.

> This sample  works with Ver 4.6.  and FPC 3.20.

I just try to compile your demo with mseide + msegui Ver 4.6. and FPC 3.20
but without luck, here is the error at compilation:

msegraphedits.pas(126,19) Error: No matching implementation for interface
method "getdefaultifilink:iificlient;" found

How did you do to compile your demo with Ver 4.6.  and FPC 3.20.?

Fre;D



--
Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/


___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] tmsesql

2021-05-04 Thread fredvs
Re-hello Med.

> This sample  works with Ver 4.6.  and FPC 3.20. 

I just try to compile your demo with mseide + msegui Ver 4.6. and FPC 3.20
but without luck, here is the error at compilation:

msegraphedits.pas(126,19) Error: No matching implementation for interface
method "getdefaultifilink:iificlient;" found

How did you do to compile your demo with Ver 4.6.  and FPC 3.20.?

Fre;D



--
Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/


___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] tmsesql

2021-05-04 Thread fredvs
Hello Med.

> This sample  works with Ver 4.6.  and FPC 3.20. 

Ha, that is excellent news.

Yesterday I spent many hours to try to install FireBird and MySql on my
Linux 64 bit Debian machine.

Without luck ;-(.

Do you have some advices how to install those programs?

For example, with the demo /mseuniverse/samples/db/simplemysql/simplemysql,
I have this error message at run:

emysqlerror : conn: Server connect failed: Access denied for user
'fred'@'localhost' (using password: NO)
  $007627BC  CHECKERROR,  

I did not find a solution in internet.

And for your demo, It does not works too.

You are much better than me in msegui database, I fear that only you can
find why it works with Ver 4.6. and not with 5.2.

I did try also /mseuniverse/samples/db/simplemysql/simplemysql with 5.0 but
same error than with 5.2.

Fre;D





--
Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/


___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] tmsesql

2021-05-04 Thread mohamed hamza
This sample  works with Ver 4.6.  and FPC 3.20.

Med

De : fredvs 
Envoyé : lundi 3 mai 2021 18:05
À : mseide-msegui-talk@lists.sourceforge.net 

Objet : Re: [MSEide-MSEgui-talk] tmsesql

>From Pat:

> Search for "FIRST_NAME" and delete the 'size = 15' line below it.  Should
> be at lines 99 and 117
> There should be 2.

Maybe totally not concerned but once you have done this, you may re-create
the "size" field with the Object Inspector:

See picture:
<http://mseide-msegui-talk.13964.n8.nabble.com/file/t2/size_field.png>

NB: What is strange is that making this, if you take a look at the main.mfm
generated, it has the same code than the original from Med, but this one
compiles...

Fre;D








--
Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/


___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] tmsesql

2021-05-03 Thread fredvs
>From Pat:

> Search for "FIRST_NAME" and delete the 'size = 15' line below it.  Should
> be at lines 99 and 117
> There should be 2.

Maybe totally not concerned but once you have done this, you may re-create
the "size" field with the Object Inspector:

See picture: 
 

NB: What is strange is that making this, if you take a look at the main.mfm
generated, it has the same code than the original from Med, but this one
compiles...

Fre;D








--
Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/


___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] tmsesql

2021-05-03 Thread fredvs
> @Med: are you able to compile your demo + run with msegui 4.6 ? 

With fpc 3.2.0 of course.

Fre;D





--
Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/


___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] tmsesql

2021-05-03 Thread fredvs
Hello Med and Pat.

I have zero knowledge in MSEgui database.

I did try the demo of Med + the instruction of Pat and it compiles.

But it does not work because Firebird is not installed on my system.

@Med: are you able to compile your demo + run with msegui 4.6 ?

Because we did not touch to the mse-db folder.

Fre;D 




--
Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/


___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] tmsesql

2021-05-03 Thread mohamed hamza
Hi Patrick,

I agree with you. But now tmsequery.controller.fields.count =0. BTW  I had 
not this problem with 4.6  version.















De : Patrick 
Envoyé : lundi 3 mai 2021 17:20
À : mseide-msegui-talk@lists.sourceforge.net 

Objet : Re: [MSEide-MSEgui-talk] tmsesql


>
> The main.mfm form should show.  You may get further error messages.
> Read them and update as needed.
>
>
You will also have to set a database (with needed tables and data)  for
the connections component.

Patrick



___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] tmsesql

2021-05-03 Thread Patrick





The main.mfm form should show.  You may get further error messages.  
Read them and update as needed.



You will also have to set a database (with needed tables and data)  for 
the connections component.


Patrick



___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] tmsesql

2021-05-03 Thread Patrick


On 5/3/21 10:00 AM, mohamed hamza wrote:

Hi there,

   I  just installed mseide v5.2 with free pascal 3.2.  I have some 
problems with it.

Please try the test.prj.



In the main.mfm file, the 'size' property has changed / been renamed.


open the main.mfm form if it is not open.  (opening it will give an 
error message, ignore it).



Search for "FIRST_NAME" and delete the 'size = 15' line below it.  
Should be at lines 99 and 117


There should be 2.


Right click on the main.mfm and select 'show as form'.  Reply yesd to 
the save changed file.



The main.mfm form should show.  You may get further error messages.  
Read them and update as needed.




___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk