Search found 141 matches

by gambafeliz
Wednesday 3rd April 2024 7:37am
Forum: Beginners
Topic: Problems with importing SQLite3 with Exec in Gambas
Replies: 2
Views: 226

Re: Problems with importing SQLite3 with Exec in Gambas

Thank you very much, it will surely be like that.
by gambafeliz
Tuesday 2nd April 2024 7:08pm
Forum: Beginners
Topic: Problems with importing SQLite3 with Exec in Gambas
Replies: 2
Views: 226

Problems with importing SQLite3 with Exec in Gambas

I have a file with data that I want to add to an empty table. But when I use this statement on an already open database, it doesn't work. But when I do it from within in SQLite3 this same statement works perfectly fine. Give me some clue why it doesn't work. Indicate tells me that the (.) in front o...
by gambafeliz
Sunday 3rd December 2023 9:17pm
Forum: Beginners
Topic: I don't know how to treat a field name parameter in a function
Replies: 1
Views: 4848

Re: I don't know how to treat a field name parameter in a function

The solution is to pass the field without [] and then it works fine.

Example: "Created ▽"
by gambafeliz
Sunday 3rd December 2023 8:27pm
Forum: Beginners
Topic: I don't know how to treat a field name parameter in a function
Replies: 1
Views: 4848

I don't know how to treat a field name parameter in a function

Hi I need to pass in name of a field to sqlite3 to process it. But when I try to treat it I don't know how to do it so that it works for me. ' datefield = "[Created ▽]" x-----(This field name result is the problem) ' dateSQLite = "2023-10-01" Public Function sum(resultados As Res...
by gambafeliz
Wednesday 22nd November 2023 4:04pm
Forum: Beginners
Topic: Upload and generate a text file
Replies: 8
Views: 10991

Re: Upload and generate a text file

Thanks cogier

I'll look at it to see if it serves as a guide for my file opening.
by gambafeliz
Tuesday 21st November 2023 4:21pm
Forum: Beginners
Topic: Upload and generate a text file
Replies: 8
Views: 10991

Re: Upload and generate a text file

My fault. The thing is, maybe I haven't been able to explain myself and in the end I don't really know what to ask of you. I tell you, but I don't see how to put the code. I read a configuration file and see if the path of the .txt file is there, if it does not exist, I show a form for the user to s...
by gambafeliz
Tuesday 21st November 2023 8:00am
Forum: Beginners
Topic: Upload and generate a text file
Replies: 8
Views: 10991

Upload and generate a text file

Hello I want to do the following: 1. Let the user search the disk like a file explorer. But you can only search for the txt extension. 2. Once found, Gambas should be able to use the.txt file 3. Another option is that instead of searching for it, what I want is for it to create the.txt file and it w...
by gambafeliz
Monday 20th November 2023 7:16am
Forum: Beginners
Topic: Explain a function and the values of its parameters
Replies: 3
Views: 3832

Re: Explain a function and the values of its parameters

Just what you need, thank you.
by gambafeliz
Sunday 19th November 2023 7:24pm
Forum: Beginners
Topic: Explain a function and the values of its parameters
Replies: 3
Views: 3832

Explain a function and the values of its parameters

I would like to explain a function and its parameter values in autocomplete. That is, when the programmer calls the function and wants to understand the values of its parameters, he normally displays contextual help.

How can I do it, can someone explain it to me?

Thank you
by gambafeliz
Thursday 9th November 2023 6:09pm
Forum: Beginners
Topic: How to use the completion Class
Replies: 19
Views: 12390

Re: How to use the completion Class

Well, you're right. As they say in fast services.

Kitchen ear!!!

Lesson learned, Mr. 8-)