Recent

Recent Posts

Pages: [1] 2 3 ... 10
1
General / Re: HeapTrc not showing line numbers
« Last post by JdeHaan on Today at 12:55:14 pm »
Thanks for the suggestion.
Updated to latest trunk, set debug info to dwarf (tested all 3), but unfortunately the result is the same.
2
Hi Joao Paulo,

Do you have an example of TNNetConcat and TNNetSplitChannels?

Thank you.

B->
3
General / Re: Access violation when opening Tools/Options
« Last post by JuhaManninen on Today at 12:31:34 pm »
@Чебурашка did not even try my suggestion which was to delete the local config dir.  :(

It does make me wonder if the IDE should (be allowed to) crash when something is perhaps configured incorrectly or has become incompatible (*).
It shouldn't crash. A debugger stacktrace would also help to find where it crashes. The whole IDE must then be compiled with debug info and run under a debugger.
4
That is the pointer/entry of the code to be executed. The .data part gives the data with which that code should be executed.
5
Other / Re: Forum slow
« Last post by Joanna on Today at 12:17:51 pm »
One thing I’ve noticed is sometimes there is a delay in email notifications. I don’t know what is causing the delay.
6
What does the .code part do?
7
Databases / insert select from - within the SAME table
« Last post by Nicole on Today at 11:39:34 am »
I use Firebird 4 and want to do this:
- copy one existing dataset, no matter if with * or listed items
- make my generator make an new id within the same table
- copy the values into it

I tried it all, with all brackets settings.
The error message jumps just before the bracket and claims "invalid token".

How to make it work?
If possible I prefer select *, but there was a bug with it in a previous Firebird version (2.5.)

This version below does not work.
The idea was: select everything except the id = id_einkommen and make Firebird generate a new id with inserting the values of the old one, e.g. 10.

Code: MySQL  [Select][+][-]
  1. INSERT INTO TBEINKOMMEN
  2. ((
  3. SELECT a.TYP, a.ISIN, a.WKZ, a.BEZEICHNUNG, a.EINTRAGSDATUM,
  4.     a.EMITTENT, a.EMISSIONSDATUM, a.AGIO, a.RENDITE_P_A, a.EMISSIONSPREIS,
  5.     a.LAND, a.BRANCHE, a.EMISSIONSVOLUMEN, a.ZINSBERECHNUNG, a.BESONDERHEITEN,
  6.     a.KUPONTEXT, a.NOMINALZINSSATZ, a.MODIFIED_DURATION, a.RATING, a.WAEHRUNG,
  7.     a.ZUHANDELNAN, a.MATURITY, a.KLEINSTEEINHEIT, a.ERSTERKUPON, a.LETZTERKUPON,
  8.     a.EMISSIONSKURS_IN_PROZENT, a.TILGUNGSKURS_IN_PROZENT,
  9.     a.KAUFKURS_IN_PROZENT, a.STEUER_IN_PROZENT, a.STEUER_ALS_BETRAG,
  10.     a.KUPONS_IM_JAHR, a.KUPON_ALS_BETRAG, a.DURATION, a.BEZEICHNUNG_LANG,
  11.     a.BETRAG_INVESTIERT, a.KURS, a.SPESEN, a.DEPOT, a.MARKETMAKER,
  12.     a.KAUFPREIS_SUMME )
  13.     FROM TBEINKOMMEN a
  14.     a.ID_EINKOMMEN = '10');





8
Debugger / Re: FpDebug breakpoint on "begin"
« Last post by YiannisKam on Today at 11:30:25 am »
Sorry for the off-topic 440bx, but may I ask which font family you use in your code editor?  They look very cool.
9
Databases / Re: Database standards OR Am I doing this right?
« Last post by TRon on Today at 11:28:02 am »
That poat was only a sidenote to TRon's post...
.. and one that I completely missed. My apologies.

Yes, it is a good addition and I am aware that you can do it that way albeit better not in the context of TS's post (indeed better let the database engine/API take care of that for us).
10
General / Re: Access violation when opening Tools/Options
« Last post by TRon on Today at 11:24:35 am »
To find out was was causing I did enable the extra logging and ran lazarus from bash, so I was ale to tell that it was due to jcf settings.
Glad to hear that you got that figured out.

Quote
Monday I will try again once I get to work, but is good that nobody else gets same error at least.
It does make me wonder if the IDE should (be allowed to) crash when something is perhaps configured incorrectly or has become incompatible (*).

fwiw: by default the Lazarus configuration directory is installed 'globally' (usually in your user directory) and removing the package alone will not take care of these user configurations. That should be done manually. It is reason for a lot of people to use the pcp option to point the user configuration to a directory of your choice where it is possible to have multiple configuration directories for different versions of Lazarus (even when multiple versions of Lazarus are installed at the same time)

See also here about primary configuration path and here about multiple Lazarus (take special note of the lazarus.cfg file options).

(*) edit: ah I see I crossed Martin_fr's reaction where he suggest to upload the offending configuration files, most probably in an attempt to try prevent such crashes (?)
Pages: [1] 2 3 ... 10

TinyPortal © 2005-2018