Welcome, Guest
Username: Password: Remember me
General discussions, feature requests for CodeTyphon Project and discussions that don't fit in any of the other specific CodeTyphon forum categories.
  • Page:
  • 1

TOPIC:

Stack overflow into 7.40 ? migrating old project 2 years 10 months ago #15905

  • Ramon Retamar
  • Ramon Retamar's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 32
  • Thank you received: 0
Hi.
I have a old project make with CT 7.0, a big desktop application (many forms, in production) with access to firebird databases. Into CT 7.0 work fine, compile and run without problems....but when compiling and run over CT 7.4, show a "access violation" when open databases.

(attach window with message)

Thanks, Ramon    
Attachments:

Please Log in or Create an account to join the conversation.

Last edit: by Ramon Retamar.

Stack overflow into 7.40 ? migrating old project 2 years 10 months ago #15906

  • Sternas Stefanos
  • Sternas Stefanos's Avatar
  • Offline
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4512
  • Thank you received: 1101
We want more info Sir
any test project ?
PilotLogic Architect and Core Programmer

Please Log in or Create an account to join the conversation.

Stack overflow into 7.40 ? migrating old project 2 years 10 months ago #15907

  • Ramon Retamar
  • Ramon Retamar's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 32
  • Thank you received: 0
I attemp to build a short-example. Thanks.

Please Log in or Create an account to join the conversation.

Stack overflow into 7.40 ? migrating old project 2 years 10 months ago #15912

  • Ramon Retamar
  • Ramon Retamar's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 32
  • Thank you received: 0
Solved !!!
Change this code:
[ZQUsuarios.Locate('NOMBRE', ComboBox1.Text ,[loCaseInsensitive]);  

For this:
Var
  Temp_String: String;
Begin
  Temp_String ::=  ComboBox1.Text;
  FDatos.ZQUsuarios.Locate('NOMBRE', Temp_String ,[loCaseInsensitive]);  

And work fine.

Thanks !!!
 [/code]

Please Log in or Create an account to join the conversation.

Last edit: by Ramon Retamar.

Stack overflow into 7.40 ? migrating old project 2 years 10 months ago #15913

  • Ramon Retamar
  • Ramon Retamar's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 32
  • Thank you received: 0
Sorry, the previous post is incorrect...and can't edit.

Please Log in or Create an account to join the conversation.

  • Page:
  • 1