1

(3 replies, posted in General)

jean.brezhonek wrote:

Hello Foevil

Systematically occurs when you handle more items than you have available (for example, you work with more columns in a grid than it contains or more items than a ComboBox contains) .
Check the loops that manipulate these objects.
For example: Form1.Tablegrid1.Columns[9].Width := 50; while your grid only contains 8 columns
J.B.




thanks bro

2

(3 replies, posted in General)

Some times this error showinghttps://myvisualdatabase.com/forum/misc.php?action=pun_attachment&item=10005&download=0

3

(5 replies, posted in General)

sparrow wrote:

FrmMain.TG.Columns[0].Header.Caption := 'thats all';


thanks brother

4

(5 replies, posted in General)

sparrow wrote:

Yes, of course.
When it comes to filling it out in a script, the documentation will help you.
For example: http://myvisualdatabase.com/help_en/pro … olumn.html


can you add sample project attach file

5

(5 replies, posted in General)

anyone Help me

6

(6 replies, posted in General)

k245 wrote:
foevil wrote:
k245 wrote:

не... нужно её на красную линию заменить )))


How ??

https://www.youtube.com/watch?v=BKorP55Aqvg



smile

7

(6 replies, posted in General)

k245 wrote:
vovka3003 wrote:

Надо линию посередине убрать и все заработает...

не... нужно её на красную линию заменить )))


How ??

8

(5 replies, posted in General)

How to FIll Header

https://myvisualdatabase.com/forum/misc.php?action=pun_attachment&item=9937&download=0

9

(6 replies, posted in General)

PLEASE MERGE THIS 2 CODES

pavlenko.vladimir.v wrote:

Move it to the root of your project, and you will still need to configure work with TLS


how to configure

can i attach my project ??

11

(25 replies, posted in SQL queries)

tcoton wrote:

Does anyone knows a trick to display the result of SQL query including a date to be displayed in the localized date format the same way it does when using the auto display in a grid?

I already know how to force a date format with strftime with Sql but it becomes strange when the app displays a mix of date formats depending on how the grid has been designed, whether with autogrid or with an Sql query button/auto search.

This is important to me as I want the app to be international so I wonder what is used within MVD to display the date in local date format in the autogrids.

Attach Screenshot

pavlenko.vladimir.v wrote:

.

2 dll files pasted on system32 folder but not working

pavlenko.vladimir.v wrote:
foevil wrote:

https://myvisualdatabase.com/forum/misc.php?action=pun_attachment&item=9896&download=0


unknown error: Code: UNAVAILABLEserver does not allow insecure connections, client must use SSL/TLSuery

how to fix this

Установите OpenSSL
Библиотека FB4D использует подбиблиотеку JOSE для анализа токенов JWT. Вам не нужно использовать эту опцию, если вам не нужно оценивать содержимое токена авторизации Firebase. Для этой цели использование JOSE контролируется условным переключателем компилятора TOKENJWT . При вызове метода ITokenJWT.VerifySignature будет загружена криптобиблиотека OpenSSL для асимметричного дешифрования для проверки токена. Для установки OpenSSL вы должны учитывать установку для конкретной платформы. Следующие главы содержат информацию в дополнение к официальной вики Delphi: http://docwiki.embarcadero.com/RADStudi … en/OpenSSL .

Платформа Win32
Если у вас не установлена библиотека OpenSSL на ПК для разработки, вам необходимо скачать файлы libeay32.dll и ssleay32.dll из официального источника OpenSLL https://github.com/IndySockets/OpenSSL-Binaries для Win32 . Прежде чем вы сможете запустить приложение в первый раз, добавьте обе библиотеки DLL OpenSSL в созданную папку FB4D\Samples\Intro\Win32\Debug или Release .

Платформа Win64
Вы получаете файлы libeay32.dll и ssleay32.dll в виде 64-битных исполняемых файлов также с https://github.com/IndySockets/OpenSSL-Binaries . Скопируйте оба файла в FB4D\Samples\Intro\Win64\Debug или Release .

Платформа MacOS64
Начиная с версии Mac OS Catalina предустановленная более новая версия OpenSSL больше не соответствует запрошенной версии в библиотеке Indy . Вот почему вам необходимо развернуть файлы libcrypto.dylib и libssl.dylib в пакете приложения с помощью диспетчера развертывания Delphi. Вы можете получить файлы отсюда https://github.com/DelphiWorlds/KastriF … 0.2s/macOS , но вам необходимо удалить номер версии, прежде чем добавлять файлы в список развертывания.

Платформа Linux64
В зависимости от используемой системы Linux вам необходимо самостоятельно собрать файл библиотеки OpenSSL libcrpto.so и libssl.so версии 1.0.2. Я рекомендую также развернуть эту библиотеку в пакете приложения.

Платформа Android32/64
OpenSSL предустановлен и может использоваться из FB4D без дополнительных действий.

Платформа iOS32/64
Файлы библиотеки libcrypto.a и libssl.a должны быть развернуты внутри пакета и будут статически связаны с Indy .











i dont understand

https://myvisualdatabase.com/forum/misc.php?action=pun_attachment&item=9896&download=0


unknown error: Code: UNAVAILABLEserver does not allow insecure connections, client must use SSL/TLSuery

how to fix this

15

(8 replies, posted in General)

derek wrote:

What possible advantage does this approach give you when you can use ctrl+v (standard Windows) or 'rlght-clck+paste' (standard MVD) without writing any additional code?

easy to use <3

16

(8 replies, posted in General)

v_pozidis wrote:

Form1.Edit1.Text :=ClipboardGet;


thanks Brother <3

17

(8 replies, posted in General)

v_pozidis wrote:

its better to attache your software

18

(8 replies, posted in General)

v_pozidis wrote:

I do not understand your question. Give more details

https://ezgif.com/save/ezgif-3-ca1cf17197.gif

когда я нажимаю кнопку «Очистить» и вставляю скопированный контент в текстовое поле 1

любой сценарий

20

(8 replies, posted in General)

when i click button clear and paste copied content to textbox1

any script

21

(5 replies, posted in General)

Destiny wrote:

Here is an example:


<3

derek wrote:

From your screen capture, I assume you are using two fields - a date field and a time field.
To sort a tablegrid on 2 or more columns, use the 'order by' option and then specify, in order, the fields you want to sort on  (see the screenshot).
My question would be what is your rationale behind using a date AND a time field rather than simply using a date/time field?



Thanks Bro <3

23

(5 replies, posted in General)

Paste Words to textbox1 clicking button any scripts

24

(5 replies, posted in General)

v_pozidis wrote:

Form1.Edit2.Text := Form1.Edit1.Text ;


Thanks Bro <3

25

(5 replies, posted in General)

when i enter value on textbox1 and the same value will added on the textbox2

any script