Hi
I want to print to print 7 column but I can only do it column1 down first and then column2.

What I want is to print row 1 for all columns and then row 2.

I have try to read about it bur i cant find it anyware. They cal it "AcrossThenDown"

Please help me

Thanks

2

(0 replies, posted in Script)

Hi.
I have used TLS 1.1 before and now they have change it to TLS 1.3. I cant find what changes it is in the program or if it is new dll files.

I get: Errorconnecting with SSL.
error:1409442E:SSL routines:SSL3_READ_BYTES:tlsv 1 alert protokol version.

Please help me

3

(1 replies, posted in Script)

Hi
I have a problem when I try to connert a API on a webserver. I get "Could not load SSL library"
I think I must have a file, but which??
Thanks

hI!
Ok I understand and it was what I thought but I must ask. smile

Hi.
I want to move one field from Tablegrid1 to an Tablegrid2.
+ Move Text to Tablegrid2 .
      Form1.TableGrid2.???? := 'Text'

How do I do that?
Thanks

Thanks you.

Hi!

Here it come.

Hi.

Here it come.

Hi!
I want to import from a csv file to a table with 2 Ralationship. How do I do that?
Ex for the big table:
  - Name
  - Adress
  - Country
  - id_Class
  - id_Club

Dictionary table 1 (id_Club)
  - Name

Dictionary table 2 (id_Class)
  - Name


Thanks

10

(3 replies, posted in General)

Hi.
Thanks, but can i do it in a script?
I want user to chose what database he want to work with.

11

(3 replies, posted in General)

Hi!
I want to connect a SQLite database with a other name then "sqlite.db". Can I do that?
I have ver 2.3.

/Kent

Hi!

I have done a import from a crv file to SQlite. Its aboyt 6000 row in that filen and it tock soooo long time to do a INSERT to my Database. About 20minutes. Can i do it on a outher way? My INSERT looks like this:

SQLExecute ('INSERT INTO Chip (No, RaceDay, Out_In, ChipNo, RowNo, Filename, Chiptype ) VALUES ("'+ sTavlnr+'","'+ sRaceday +'","'+ InttoStr(OutIn) +'","'+ Chip +'","'+ InttoStr(RowNo) +'","'+ Filename +'","'+ ChipType +'");');

13

(2 replies, posted in General)

Hi
How can I get information about create and change date of a textfile?