POSITION COMMAND

2021-02-20 Thread STARDATA via 4D_Tech
Hi All,

I need to use this command:

$P:=Position(Char(92);$vStringa)

but in some cases, in some pc with windows in Spanish for example, he seems
not to work.

$P:=Position(Char(92);$vStringa;*) <<<--- Use the * can be a solution?

Thanks
Ferdinando

56whf7xm



--
Sent from: http://4d.1045681.n5.nabble.com/4D-Tech-f1376241.html
**
4D Internet Users Group (4D iNUG)
New Forum: https://discuss.4D.com
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**

Re: DISPLAY NOTIFICATION

2020-12-17 Thread STARDATA via 4D_Tech
I notice that in compiled application the notification appares, in not
compiled application not work.
I use D V16 and Windows 10
Someone know the reason?

Thanks
Ferdinando



--
Sent from: http://4d.1045681.n5.nabble.com/4D-Tech-f1376241.html
**
4D Internet Users Group (4D iNUG)
New Forum: https://discuss.4D.com
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**

Re: ON MOUSE ENTER

2020-08-14 Thread STARDATA via 4D_Tech
Hi,

Thanks for suggestion, he works.
Now i must change the contained of the choice list associated to a coloumn,
the values contained into the choice list must change based on some values
contained in the row selected.
I insert the values into the choice list in  " on mouse moove " event, but
not work. Someone can give some suggestions?

Thanks
Ferdinando



--
Sent from: http://4d.1045681.n5.nabble.com/4D-Tech-f1376241.html
**
4D Internet Users Group (4D iNUG)
New Forum: https://discuss.4D.com
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**

Re: Complex graph

2019-07-05 Thread STARDATA via 4D_Tech
Have you an example?



--
Sent from: http://4d.1045681.n5.nabble.com/4D-Tech-f1376241.html
**
4D Internet Users Group (4D iNUG)
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**

Re: Modelling graph image

2018-03-19 Thread STARDATA via 4D_Tech
Thank you for the answer. Can you send me a demo for the application,
database or just the code snippet that you made to implement this function.
I can't see how you can create a graph without the function. Are you using
external plugin? Do you think is a good idea to use the image made by the
graph command with SVG commands?

Thanks for the attention

Cheers!



--
Sent from: http://4d.1045681.n5.nabble.com/4D-Tech-f1376241.html
**
4D Internet Users Group (4D iNUG)
FAQ:  http://lists.4d.com/faqnug.html
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**

Modelling graph image

2018-03-17 Thread STARDATA via 4D_Tech
Hi everyone!
Is there any way which i can manipulate the result of the function GRAPH()
to obtain a graphic similar to the mail attached? Are SVG commands somehow
helpful? 
What i wanna do is color the points over a certain value as you can see for
those yellow points and give a color to a value limiter as shown in the
image by the blue and green lines.

Many thanks to everyone will come in help!

Cheers!


 



--
Sent from: http://4d.1045681.n5.nabble.com/4D-Tech-f1376241.html
**
4D Internet Users Group (4D iNUG)
FAQ:  http://lists.4d.com/faqnug.html
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**

Re: Remember password

2018-02-26 Thread STARDATA via 4D_Tech
Hi Chuck,

You suggest to delete the saved password from 4dlink files?

Thanks
Ferdinando



--
Sent from: http://4d.1045681.n5.nabble.com/4D-Tech-f1376241.html
**
4D Internet Users Group (4D iNUG)
FAQ:  http://lists.4d.com/faqnug.html
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**

Re: Web service null response!

2018-01-05 Thread STARDATA via 4D_Tech
I forgot to say that i'm on 4d v12




--
Sent from: http://4d.1045681.n5.nabble.com/4D-Tech-f1376241.html
**
4D Internet Users Group (4D iNUG)
FAQ:  http://lists.4d.com/faqnug.html
Archive:  http://lists.4d.com/archives.html
Options: http://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**

Web service null response!

2018-01-05 Thread STARDATA via 4D_Tech
Hi everyone,
I'm facing a problem comunicating with a microsoft web service. The problem
is that i get back an empty variable checking the response with "GET WEB
SERVICE RESULT". The web service is in a cloud domain and it needs
authentication. There is even something strange: when i pass the wrong
username and pass (authentication type is BASIC) the service tell me
nothing, no error. It only give me error when i don't pass the
authentication information. Do you know how to solve this? I'm really
disoriented by that cause i can't even track what is going on on the
comunication. The web service works and i tested it with "POSTMAN".

Hope someone can help me!



--
Sent from: http://4d.1045681.n5.nabble.com/4D-Tech-f1376241.html
**
4D Internet Users Group (4D iNUG)
FAQ:  http://lists.4d.com/faqnug.html
Archive:  http://lists.4d.com/archives.html
Options: http://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**

RE: Interaction with Microsoft Web Service

2017-12-07 Thread STARDATA via 4D_Tech
Hey Neil, 
Thank you for the response. What i was omitting to say is that i was looking
for a solution for the v12 version of 4D and i'm dealing with a SOAP
comunication.



--
Sent from: http://4d.1045681.n5.nabble.com/4D-Tech-f1376241.html
**
4D Internet Users Group (4D iNUG)
FAQ:  http://lists.4d.com/faqnug.html
Archive:  http://lists.4d.com/archives.html
Options: http://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**

Interaction with Microsoft Web Service

2017-12-06 Thread STARDATA via 4D_Tech
Hi everyone,
I'm having an issue comunicating with microsoft web service. I want to make
the service retrieve me some information about a database but i don't know
how to send requests and receive the results. Is anyone there that can help
me?



--
Sent from: http://4d.1045681.n5.nabble.com/4D-Tech-f1376241.html
**
4D Internet Users Group (4D iNUG)
FAQ:  http://lists.4d.com/faqnug.html
Archive:  http://lists.4d.com/archives.html
Options: http://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**

RE: Connect to MS Sql database

2017-10-13 Thread STARDATA via 4D_Tech
The problem is that i have to put data into an associative array but sql
execute doesn't seem to work. I've created a "User DSN" and i can connect to
it trough the "External connection" window that appear if you leave the
first SQL LOGIN parameter empty. After that i have an SQL EXECUTE that
doesn't seem to work eventough the connection has been established.

Thanks for your attention and for your fast reply.



--
Sent from: http://4d.1045681.n5.nabble.com/4D-Tech-f1376241.html
**
4D Internet Users Group (4D iNUG)
FAQ:  http://lists.4d.com/faqnug.html
Archive:  http://lists.4d.com/archives.html
Options: http://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**

Connect to MS Sql database

2017-10-13 Thread STARDATA via 4D_Tech
Hi everyone,

I'm looking for a way to connect 4d to sql server and query it as if it is a
4D database. Can anyone help me?




--
Sent from: http://4d.1045681.n5.nabble.com/4D-Tech-f1376241.html
**
4D Internet Users Group (4D iNUG)
FAQ:  http://lists.4d.com/faqnug.html
Archive:  http://lists.4d.com/archives.html
Options: http://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**

Connect to MS Sql database

2017-10-13 Thread STARDATA via 4D_Tech
Hi everyone,

I'm looking for a way to connect 4d to sql server and query it as if it is a
4D database. Can anyone help me?




--
Sent from: http://4d.1045681.n5.nabble.com/4D-Tech-f1376241.html
**
4D Internet Users Group (4D iNUG)
FAQ:  http://lists.4d.com/faqnug.html
Archive:  http://lists.4d.com/archives.html
Options: http://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**