Import from Excel file

2024-04-22 Thread stardata.info via 4D_Tech
Hi all, I use 4D V19, i need to import data from some excell files without use a form with a 4D View Pro area. Someone know how i can do this? Thanks Ferdinando ** 4D Internet Users Group (4D iNUG) New Forum:

Re: Client communication

2024-03-04 Thread stardata.info via 4D_Tech
clients? BR. -- Ali Yakup Durşen Kutlu Bilişim Ltd -Original Message- From: 4D_Tech <4d_tech-boun...@lists.4d.com> On Behalf Of stardata.info via 4D_Tech Sent: Monday, March 4, 2024 6:02 PM To: 4d_tech@lists.4d.com; 4d_tech-requ...@lists.4d.com Cc: stardata.info Subject:

Client communication

2024-03-04 Thread stardata.info via 4D_Tech
Hi all, I use 4D V16 on window. I need to share informations from the process executed on server and the clients. The process executed on server, put the informations into some interprocess array. Someone know how i can do? Thanks Ferdinando

Re: V19 Issues

2023-10-09 Thread stardata.info via 4D_Tech
Solved. Thanks /Ferdinando/ Il 09/10/2023 21:00, 4d_tech-requ...@lists.4d.com ha scritto: Message: 2 Date: Mon, 9 Oct 2023 10:26:07 + From: Keisuke Miyako To: 4D iNug Technical<4d_tech@lists.4d.com> Subject: Re: V19 Issues Message-ID: Content-Type: text/plain; charset="us-ascii" you need

V19 Issues

2023-10-09 Thread stardata.info via 4D_Tech
Hi All, I have converted my 4D application from V16 to V19. During the compilation, I have a " syntax error " on this command: APPLY TO SELECTION([TABLE]; [TABLE]Metodo_Estraz:="") ORDER BY FORMULA([SIEROTECA]; Num([SIEROTECA]Posizione)) Someone can help? Thanks Ferdinando

4D Client - Server Quesiton

2023-10-06 Thread stardata.info via 4D_Tech
Hi All, I need to use 4D Server V16 on a virtual windows server and i have one question: 1 - Can i use 4D client in a terminal server mode, how many 4D Client i need? Thanks Ferdinando ** 4D Internet Users Group (4D

CONVERT BLOB

2023-09-15 Thread stardata.info via 4D_Tech
Hi All, I use 4D V16 on windows. Using this command:    $vText:=BLOB to text($vBlob;UTF8 text without length)    i need to receive TM char ( Trade Mark simbol ) I try to use even $vText:=CONVERT TEXT($vBlob;"latin1") but not work. Someone know a solution? I use the command:    USE

Re: ON ERR CALL

2023-08-16 Thread stardata.info via 4D_Tech
Solved sorry! Thanks Ferdinando Il 16/08/2023 18:19, stardata.info ha scritto: Sorry i pass the array in GET LAST ERROR STACK command, but i cannot receive the method name Thanks Ferdinando Il 16/08/2023 17:58, lists ha scritto: Look at the GET LAST ERROR STACK command. Also

Re: ON ERR CALL

2023-08-16 Thread stardata.info via 4D_Tech
Cheers, -Original Message- From: 4D_Tech <4d_tech-boun...@lists.4d.com> On Behalf Of stardata.info via 4D_Tech Sent: Wednesday, August 16, 2023 10:07 AM To: 4D iNug Technical <4d_tech@lists.4d.com> Cc: stardata.info Subject: ON ERR CALL Hi All, I use 4DV16 on windows. I

Re: ON ERR CALL

2023-08-16 Thread stardata.info via 4D_Tech
Behalf Of stardata.info via 4D_Tech Sent: Wednesday, August 16, 2023 10:07 AM To: 4D iNug Technical<4d_tech@lists.4d.com> Cc: stardata.info Subject: ON ERR CALL Hi All, I use 4DV16 on windows. I need to know the name of the method that call ON ERR CALL ("ERRORMETHOD") command, into t

ON ERR CALL

2023-08-16 Thread stardata.info via 4D_Tech
Hi All, I use 4DV16 on windows. I need to know the name of the method that call ON ERR CALL ("ERRORMETHOD") command, into the method "ERRORMETHOD". Is possible? Thanks /Ferdinando/ ** 4D Internet Users Group (4D iNUG) New

LAUNCH EXTERNAL PROCESS

2023-07-20 Thread stardata.info via 4D_Tech
I all, I use 4D V16 on windows and i need to use this dos command, but the code below not work, have suggestions? $vPathPart:="C:\\UNO\\" $vPathArri:="C:\\DUE\\" $vEstFile:="TXT"    $vCommand:="move "+$vPathPart+"*."+$vEstFile+" "+$vPathArri    LAUNCH EXTERNAL

Reading files from a complex path

2023-07-12 Thread stardata.info via 4D_Tech
Hi All, I need to take some files using paths of this type: \\ipnumber\folder1\folder2\ is necessary even the authentication with username and password. Is possible to do using 4D on Windows? Thanks Ferdinando ** 4D

FOLDER DATA CREATION

2023-05-25 Thread stardata.info via 4D_Tech
igest..." Today's Topics: 1. FOLDER DATA CREATION (stardata.info) 2. AW: FOLDER DATA CREATION (o...@vtxnet.ch) -- Message: 1 Date: Thu, 25 May 2023 16:37:44 +0200 From: "stardata.info" To:4d_tech@lists

FOLDER DATA CREATION

2023-05-25 Thread stardata.info via 4D_Tech
Hi All, I need to know the creation date and time of a foder in a 4D application. How i can do? Thanks Ferdinando ** 4D Internet Users Group (4D iNUG) New Forum: https://discuss.4D.com Archive:

Slow speed on 4D Client

2023-01-27 Thread stardata.info via 4D_Tech
Hi All, I have a question: I use 4D V16 Client server on windows. I notice that on two of my four 4D Clients, after some work on the network ( i think on routers and firewall) , the query are very very slow, seems that the client is freeze. The other two client work normally. All the pc are in

Re: Double patient cards

2022-10-22 Thread stardata.info via 4D_Tech
ays (ID, name, surname, date of birth, sex) for($i;size of array;1;-1) if (values $i # values $i-1) remove from arrays end if end for query with array (arrayIDs) and you have the duplicates -- Arnaud Le 22 oct. 2022 à 12:04, stardata.info via 4D_Tech<4d_tech@lists.4d.com> a écrit :

Double patient cards

2022-10-22 Thread stardata.info via 4D_Tech
Hi All, I use 4D V16, and in one application i need to find all patient that have the same name, surname, date of birth, sex. Someone have already do this feature? Thanks Ferdinando ** 4D Internet Users Group (4D iNUG) New

Re: EXCEL CSV conversion

2022-08-26 Thread stardata.info via 4D_Tech
Hi Gerald, I need to import information from excel files, but I need to do this directly from my 4D application. So, I need to do these steps: 1 - Convert xls files in csv files 2 - Import from CSV files Step 1 must be done from my 4D application not in the manual from the user. Thanks

EXCEL CSV conversion

2022-08-26 Thread stardata.info via 4D_Tech
Hi All, I need to convert some excell files in csv format, because i need to import informations in 4D application. Someone know how i can do this using 4D or other methods? Thanks Ferdinando ** 4D Internet Users Group (4D

Re: Choice list in a list box

2022-07-15 Thread stardata.info via 4D_Tech
Thanks Il 15/07/2022 21:00, 4d_tech-requ...@lists.4d.com ha scritto: Message: 1 Date: Fri, 15 Jul 2022 04:25:47 + From: Keisuke Miyako To: 4D iNug Technical<4d_tech@lists.4d.com> Subject: Re: Choice list in a list box Message-ID: Content-Type: text/plain; charset="us-ascii" if you want to

Re: Choice list in a list box

2022-07-15 Thread stardata.info via 4D_Tech
Hi Davide, I use 4D V16 on windows. I have a list in Toolbox-> Lists, and i populate the list with ARRAY TO LIST command in ON LOAD form event. This is not sufficient, because when i use the choice list in the row of list box, i have the precedent values. At this moment is use ARRAY TO

Choice list in a list box

2022-07-14 Thread stardata.info via 4D_Tech
Hi All, I use a list box in one 4d form. In one row of a listbox, i have an association with one choice list, to manage the values that can insert. Where i must populate the choice list? Thanks /Ferdinando/ ** 4D Internet

Re: logarithm

2022-06-29 Thread stardata.info via 4D_Tech
want log base 10 do the following: $x:=100 $log:=Log($x)/Log(10) ALERT(String($log)) $log will be 2 as expected If you wanted base 3 log $x:=81 $log:=Log($x)/Log(3) ALERT(String($log)) $log will be 4 as expected Neil On Jun 29, 2022, at 3:09 PM, stardata.info via 4D_Tech <4d_tech@li

logarithm

2022-06-29 Thread stardata.info via 4D_Tech
Hi All, I need to calculate a logarithm on base 10 of one number. Someone know tha 4D Command that i can use? Thanks Ferdinando ** 4D Internet Users Group (4D iNUG) New Forum: https://discuss.4D.com Archive:

TIMESTAMP

2022-05-02 Thread stardata.info via 4D_Tech
Hi All, I use 4D V16 on windows. The command TIMESTAMP gives me the time that is back of two hours with respect to the time of my pc. Does someone have a solution? Thanks Ferdinando ** 4D Internet Users Group (4D iNUG)

Re: Milliseconds into the log

2022-03-31 Thread stardata.info via 4D_Tech
Sorry, i can use TIMESTAMP command Thanks Ferdinando Il 31/03/2022 15:27, stardata.info ha scritto: Hi All, I use 4D V16 on windows. I have a method that write the logs. Actually i write only date and time, an i need to add even the milliseconds. Someone have a suggetions? Thanks

Milliseconds into the log

2022-03-31 Thread stardata.info via 4D_Tech
Hi All, I use 4D V16 on windows. I have a method that write the logs. Actually i write only date and time, an i need to add even the milliseconds. Someone have a suggetions? Thanks Ferdinando ** 4D Internet Users Group

maximun number of clients reached

2022-03-22 Thread stardata.info via 4D_Tech
If i close 4D Server the connection are again 4. Thanks /Ferdinando/ Il 22/03/2022 20:00, 4d_tech-requ...@lists.4d.com ha scritto: Message: 2 Date: Tue, 22 Mar 2022 10:09:23 + From: David Samson To:4d_tech@lists.4d.com Subject: Re: maximun number of clients reached Message-ID:

Re: maximun number of clients reached

2022-03-21 Thread stardata.info via 4D_Tech
Only one 4D Server on the server machine Thanks /Ferdinando/ Il 21/03/2022 21:53, Peter Bozek ha scritto: On Mon, Mar 21, 2022 at 7:44 PM stardata.info <http://stardata.info> via 4D_Tech <4d_tech@lists.4d.com> wrote: Hi All, I use 4D V16 on windows. In t

maximun number of clients reached

2022-03-21 Thread stardata.info via 4D_Tech
Hi All, I use 4D V16 on windows. In the 4D server application, i have 4 simultaneous clients but someone even if have only three connected users, when i try to open the fourth user 4D server give to me a message: " maximun number of clients reached ". How i can solve this? Thanks

Image from print form

2022-03-19 Thread stardata.info via 4D_Tech
What i can use to convert a PDF file to an image? Thanks Ferdinando Il 19/03/2022 20:00, 4d_tech-requ...@lists.4d.com ha scritto: Message: 3 Date: Sat, 19 Mar 2022 07:56:01 + From: Keisuke Miyako To: 4D iNug Technical<4d_tech@lists.4d.com> Subject: Re: [SPAM] Image from print form

Image from print form

2022-03-19 Thread stardata.info via 4D_Tech
, there are command line tools for that. you can LAUNCH EXTERNAL PROCESS to invoke the external program.l 2022/03/19 4:26、stardata.info<http://stardata.info> via 4D_Tech <4d_tech@lists.4d.com<mailto:4d_tech@lists.4d.com>>のメール: I need that when I print one document, the content of the docum

Image from print form

2022-03-18 Thread stardata.info via 4D_Tech
I need that when I print one document, the content of the document goes into one image with one name. One possible solution is that I create a pdf file and after convert the pdf file into one image. Thanks Ferdinando Message: 2 Date: Thu, 17 Mar 2022 23:06:53 + From: Keisuke Miyako To: 4D

Image from print form

2022-03-17 Thread stardata.info via 4D_Tech
I need to do the same of a print to pdf, but I need to obtain an image. All without user intervention. Thanks Ferdinando Il 17/03/2022 20:00, 4d_tech-requ...@lists.4d.com ha scritto: Message: 1 Date: Thu, 17 Mar 2022 01:52:51 + From: Keisuke Miyako To: 4D iNug

Image from print form

2022-03-16 Thread stardata.info via 4D_Tech
Hi All, I use 4D V16 on windows. I need to create an image from a 4d form that contains titles and more than one list box. Instead, of creating a pdf document, I need to create an image. Thanks Ferdinando ** 4D Internet

DISPLAY NOTIFICATION

2022-01-17 Thread stardata.info via 4D_Tech
Hi All, I use DISPLAY NOTIFICATION command with 4D V16 on windows, and after some month that its work fine, some days he does not work, and in windows, i do not have any notification after the command run. So I think to use a new 4D process to open a window with segnalations. Someone has

4D SERVER NETWORK ACTIVITY

2021-12-17 Thread stardata.info via 4D_Tech
Hi All, In one 4D V16 client-server application on windows server, i notice that some times the network monitor in 4D Server the network activity is full i have 252 KB/s in network activity monitor. Cpu activity is aound 8%. Someone know how i can improve this situation? Thanks Ferdinando

Re: Server Characteristics

2021-12-08 Thread stardata.info via 4D_Tech
ouglas von Roeder 949-910-4084 On Sat, Dec 4, 2021 at 8:10 AM stardata.info <http://stardata.info> via 4D_Tech <4d_tech@lists.4d.com> wrote: Hi All, I have a question: One my customer use a 4D V16 Client-Server application on Windows. The server characteristics of a Vi

Server Characteristics

2021-12-04 Thread stardata.info via 4D_Tech
Hi All, I have a question: One my customer use a 4D V16 Client-Server application on Windows. The server characteristics of a Virtual Server are: Windows Server 2016 Intel Xeon(R) Silver 4108 CPU 1.80 GHz 16 GM RAM 4D Database size are: Data file 2.458.000 Kb Data Index 220.000 Kb There

TEST PATH FROM 4D

2021-10-21 Thread stardata.info via 4D_Tech
Hi all, I use 4D V16 on windows. My application must import data from files. These files are contained in local folders or in the network folders. Can happen that one network folder s not available, so in my process make one ping to the network address related to the network folder, if the

Re: STRANGE LIST BOX MESSAGES 4d WIEV PRO LICENCE REQUIRED

2021-10-19 Thread stardata.info via 4D_Tech
ontent-Type: text/plain; charset=utf-8 Le 18 oct. 2021 à 18:18, stardata.info via 4D_Tech<4d_tech@lists.4d.com> a écrit : Hi All, I use 4D V16 on window. In one layout, i use two list box one based on records selection and anoter based on arrays In 4D Server if in the listbox ba

Re: STRANGE LIST BOX MESSAGES 4d WIEV PRO LICENCE REQUIRED

2021-10-19 Thread stardata.info via 4D_Tech
- Google does its thing] It was in a blog posting - https://blog.4d.com/pro-list-box-features-are-now-free/ <https://blog.4d.com/pro-list-box-features-are-now-free/> -- Douglas von Roeder 949-910-4084 On Tue, Oct 19, 2021 at 1:14 AM stardata.info <http://stardata.info> via 4D_T

STRANGE LIST BOX MESSAGES 4d WIEV PRO LICENCE REQUIRED

2021-10-19 Thread stardata.info via 4D_Tech
Solved. The issue appares when un listbox settings the option " Automatic Row Height " is active. Thanks Ferdinando Il 18/10/2021 21:00, 4d_tech-requ...@lists.4d.com ha scritto: Hi All, I use 4D V16 on window. In one layout, i use two list box one based on records selection and anoter

STRANGE LIST BOX MESSAGES 4d WIEV PRO LICENCE REQUIRED

2021-10-18 Thread stardata.info via 4D_Tech
edit your Subject line so it is more specific than "Re: Contents of 4D_Tech digest..." Today's Topics: 1. File Excel created from 4D (stardata.info) 2. Re: File Excel created from 4D (Herr Alexander Heintz) 3. Re: File Excel created from 4D (Koen Van Hooreweghe) 4. Re: File E

share one usb storage

2021-09-27 Thread stardata.info via 4D_Tech
Hi All, I need to receive a CSV file from one dispositive that save this file in one USB port. Is possible to share one usb storage from two dispositives? Thanks /Ferdinando/ ** 4D Internet Users Group (4D iNUG) New Forum:

Re: Import from an Excell files

2021-09-27 Thread stardata.info via 4D_Tech
Thanks, I try /Ferdinando/ Il 27/09/2021 00:59, Randy Kaempen ha scritto: Fernandino, On Sep 26, 2021, at 4:36 PM, stardata.info <http://stardata.info> via 4D_Tech <4d_tech@lists.4d.com <mailto:4d_tech@lists.4d.com>> wrote: I know this, but i need to create an automate

Re: Import from an Excell files

2021-09-26 Thread stardata.info via 4D_Tech
D can then directly import the data in that file! Regards, Ken On Sep 26, 2021, at 1:49 PM, stardata.info <http://stardata.info> mailto:stard...@stardata.info>> wrote: Hi Ken, I need to importo from a .xls file Thanks Ferdinando Il 26/09/2021 21:48, Kenneth Geiger ha scri

Re: Import from an Excell files

2021-09-26 Thread stardata.info via 4D_Tech
, and map each column in the text file to which table and field the data needs to go. Simple. Regards, Ken On Sep 26, 2021, at 1:43 PM, stardata.info via 4D_Tech <4d_tech@lists.4d.com> wrote: Hi All, I need to import data from an excel file using 4D. Someone know how i can do? Thanks /Ferd

Import from an Excell files

2021-09-26 Thread stardata.info via 4D_Tech
Hi All, I need to import data from an excel file using 4D. Someone know how i can do? Thanks /Ferdinando/ ** 4D Internet Users Group (4D iNUG) New Forum: https://discuss.4D.com Archive: http://lists.4d.com/archives.html

Re: File Excel created from 4D

2021-09-14 Thread stardata.info via 4D_Tech
-pre-post-scripts-through-quick-report/ Thanks Justin -Original Message- From: 4D_Tech <4d_tech-boun...@lists.4d.com> On Behalf Of stardata.info via 4D_Tech Sent: Tuesday, September 14, 2021 9:20 AM To: 4d_tech@lists.4d.com; 4d_tech-requ...@lists.4d.com Cc: stardata.info Subject

File Excel created from 4D

2021-09-14 Thread stardata.info via 4D_Tech
Hi All, I need to create an excel file from 4D application. Someone know how i can do? Thanks /Ferdinando/ ** 4D Internet Users Group (4D iNUG) New Forum: https://discuss.4D.com Archive: http://lists.4d.com/archives.html

Re: Collection

2021-07-19 Thread stardata.info via 4D_Tech
(“propertyNumber1”:number1,”propertyDate1”:date1, etc…) End for I hope that helps! David Ringsmuth *From: *stardata.info <mailto:stard...@stardata.info> *Sent: *Monday, July 19, 2021 9:23 AM *To: *David Ringsmuth <mailto:davidi...@gmail.com>; 4D iNug Technical <mailto:4d_tech@lists.4d.com&

Re: Collection

2021-07-19 Thread stardata.info via 4D_Tech
]Data_ob.survey.formSubmit[SurveyName:”Class”,Id:285,Row:1,Value:3,Statement:”The Class met on time.”] [Table]Data_ob.survey.formSubmit[SurveyName:”Class”,Id:285,Row:1,Value:5,Statement:”The Class room was comfortable.”] David Ringsmuth *From: *stardata.info via 4D_Tech <mailto:4d_tech@li

Re: Collection

2021-07-18 Thread stardata.info via 4D_Tech
Hi All, What is field type is better to use for save the collection variables type? Thanks Ferdinando Il 13/07/2021 15:31, Randy Kaempen ha scritto: Ferdinando, On Jul 13, 2021, at 5:04 AM, stardata.info <http://stardata.info> via 4D_Tech <4d_tech@lists.4d.com <mailto:4d_tech@

Collection

2021-07-13 Thread stardata.info via 4D_Tech
I All, I need to save some information of several type in one record. For example for one test i need to save more than one result. These results are variables, 20/30/40 results for every test. So for one test, I need to save a variable number of rows. For every row, I have more than one

Re: Base64 Image

2021-06-04 Thread stardata.info via 4D_Tech
Many thanks Ferdinando Il 04/06/2021 14:29, Neil Dennis ha scritto: Look at the command BASE64 DECODE https://doc.4d.com/4Dv18/4D/18.4/BASE64-DECODE.301-5233044.en.html <https://doc.4d.com/4Dv18/4D/18.4/BASE64-DECODE.301-5233044.en.html> On Jun 4, 2021, at 5:40 AM, stardata.info

Base64 Image

2021-06-04 Thread stardata.info via 4D_Tech
Hi All, I need to obtain an image from a base 64 string. How i can do using 4D Commands? Thanks /Ferdinando/ ** 4D Internet Users Group (4D iNUG) New Forum: https://discuss.4D.com Archive: http://lists.4d.com/archives.html

Re: Array combination

2021-05-27 Thread stardata.info via 4D_Tech
um 10:52 schrieb stardata.info via 4D_Tech <4d_tech@lists.4d.com>: Hi All, In one 4D application i need to combine two array. For example i have an array with sone analytes, and another array with the available results. I need to obtain one new array that contain all the possibile combin

Array combination

2021-05-27 Thread stardata.info via 4D_Tech
Hi All, In one 4D application i need to combine two array. For example i have an array with sone analytes, and another array with the available results. I need to obtain one new array that contain all the possibile combinations without repetitions. Someone know how can i do it? Thanks

Re: Copy and Paste

2021-03-23 Thread stardata.info via 4D_Tech
I Neil, Thanks for your suggestions. Below my answers. Ferdinando Il 23/03/2021 20:48, Neil Dennis ha scritto: On Mar 23, 2021, at 1:42 PM, stardata.info via 4D_Tech <4d_tech@lists.4d.com> wrote: The problem is Copy and Past functions that after sometimes stop to work in method

Copy and Paste

2021-03-23 Thread stardata.info via 4D_Tech
) SET WINDOW RECT($vL_WinLeftSide; $vL_WinTopSide; $vL_WinRightSide; $vL_WinBottomSide; $vL_WindowRef) Hope this helps you out. Jody Bevan On Mar 23, 2021, at 10:56 AM, stardata.info via 4D_Tech<4d_tech@lists.4d.com> wrote: Hi All, Form some days in my method editor of 4D V16 on W

Copy and Paste

2021-03-23 Thread stardata.info via 4D_Tech
Hi All, Form some days in my method editor of 4D V16 on Windows, sometimes the commands Copy and Paste not work. For solve i need to restart windows Someone know the solution? Thanks /Ferdinando/ ** 4D Internet Users

Re: Network Unit

2021-03-22 Thread stardata.info via 4D_Tech
t;+String($count)+" -w "+String($wait)+" "+$serverIP SET ENVIRONMENT VARIABLE("_4D_OPTION_HIDE_CONSOLE";"true") End if $l_Conta:=0 Repeat LAUNCH EXTERNAL PROCESS($file;$input;$output;$error) $l_Conta:=1+$l_Conta Until ((Position("TTL=";$output)>0

Network Unit

2021-03-22 Thread stardata.info via 4D_Tech
Hi All, In one of my applications in 4D V16 on windows, I need to use network unity. Can happen that one of the network unity is unavailable, so when I call TEST PATHNAME command, the 4d application remains sometimes in a " not responding " state. I try to use Net_Ping command to check if the ip

Re: POSITION COMMAND

2021-02-20 Thread stardata.info via 4D_Tech
I remember that in another case ( a network folder as Z:\\ ) this solution have not worked... Thanks Ferdinando Il 20/02/2021 18:47, Randy Kaempen ha scritto: Ferdinando, On Feb 20, 2021, at 11:18 AM, STARDATA via 4D_Tech <4d_tech@lists.4d.com > wrote: I need

Re: HELP ON FOOTER FORMULA

2021-02-08 Thread stardata.info via 4D_Tech
Hi Andrea, Work fine. Thanks Ferdinando Il 08/02/2021 19:32, Andrea ha scritto: Hi Ferdinando, One Way is to write, on variable name, in the footer cell a variable name where you set your costume value. Andrea Il giorno 08 feb 2021, alle ore 16:43, stardata.info via 4D_Tech

HELP ON FOOTER FORMULA

2021-02-08 Thread stardata.info via 4D_Tech
Hi All, I use 4D V16 on windows. In one listbox i need to put in one footer cell a value or a formula that is a CUSTOM FORMULA or CUSTOM VALUE. Someone know how i can do? Thanks Ferdinando ** 4D Internet Users Group (4D

SET FOOTER FORMULA

2021-02-08 Thread stardata.info via 4D_Tech
Hi All, I use 4D V16 on windows. In one listbox i need to put in one footer cell a value or a formula that is a CUSTOM FORMULA or CUSTOM VALUE. Someone know how i can do? Thanks Ferdinando ** 4D Internet Users Group (4D

POSITION COMMAND

2021-01-20 Thread stardata.info via 4D_Tech
Hi All, Using 4D V16 on Windows i need to use the commend POSITION for search character \ into one path. Sometimes this command: Position("\\";vPath;Position) not work. The solution is this: Position("\\";vPath;Position;*) or this: Position(char(92);vPath;Position) Thanks Ferdinando

Re: programmatically title in a quick report

2021-01-16 Thread stardata.info via 4D_Tech
Thanks Ferdinando Il 16/01/2021 20:22, Justin Will ha scritto: You can use this before using QR Run. https://doc.4d.com/4Dv16/4D/16.6/QR-SET-TEXT-PROPERTY.301-4445430.en.html Thanks Justin ** 4D Internet Users Group (4D

programmatically title in a quick report

2021-01-16 Thread stardata.info via 4D_Tech
Hi All, I use 4D V16 on windows. Someone know how to insert one programmatically title in a quick report? Thanks Ferdinando ** 4D Internet Users Group (4D iNUG) New Forum: https://discuss.4D.com Archive:

Levy Jennings graph

2021-01-14 Thread stardata.info via 4D_Tech
Hi guys i have a big problem reproducing a Levy Jennings graph in 4D. I know someone in the past used the Google Graph API to reproduce this kind of graph but i don't know how to do it. Can you please help me? Best Regards, Ferdinando Il 14/01/2021 00:24, 4d_tech-requ...@lists.4d.com ha

Re: DISPLAY NOTIFICATION

2020-12-15 Thread stardata.info via 4D_Tech
otification-and-action-settings-in-windows-10-8942c744-6198-fe56-4639-34320cf9444e 2020/12/14 2:14、stardata.info<http://stardata.info> via 4D_Tech <4d_tech@lists.4d.com<mailto:4d_tech@lists.4d.com>>のメール: From some days, in one pc with windows 10 no display windows apparess after DI

DISPLAY NOTIFICATION

2020-12-13 Thread stardata.info via 4D_Tech
hI all, I use DISPLAY NOTIFICATION command on windows 10  from several mohts. From some days, in one pc with windows 10 no display windows apparess after DISPLAY NOTIFICATION command. Someone know the settings to check? Thanks Ferdinando Il 11/12/2020 21:00, 4d_tech-requ...@lists.4d.com

Slow to enter in 4d server

2020-11-24 Thread stardata.info via 4D_Tech
Hi ALL, I use 4d V13 client/server on Windows. One my customer in one client/server application that use from several month takes a long time to connect from the client. The server is used only for  one 4D server application, and is not busy, but the connection opened from 4d client si very

Re: MILLISECONDS

2020-11-08 Thread stardata.info via 4D_Tech
Hi Randy, Yes i've need of millesconds these logs is for check the instruments communication. Thanks Ferdinando Il 08/11/20 14:57, Randy Kaempen ha scritto: Fernando, On Nov 7, 2020, at 11:44 AM, stardata.info <http://stardata.info> via 4D_Tech <4d_tech@lists.4d.com <ma

MILLISECONDS

2020-11-07 Thread stardata.info via 4D_Tech
Hi All, I work with 4D V16 and V18 on windows. I've need to insert milliseconds into my log messages. I thik to use the command MILLISECONDS but the number is very great. Someone know a better mode? Thanks Ferdinando ** 4D

TCP/IP and Two ports

2020-10-13 Thread stardata.info via 4D_Tech
Hi All, Using 4D i need to manage one instrument on Tcp/Ip and two ports. In one port the instrument dialog as a Server and in the second port the instrument dialog as a Client. Is possibile manage this dialog using the same 4D process and the same cicle? Thanks /Ferdinando/

Re: PDF Creation

2020-10-08 Thread stardata.info via 4D_Tech
No, i need to save in PDF format one report from 4D. Thanks Ferdinando Il 08/10/20 17:37, Justin Will ha scritto: Do you just want to print an existing report to a pdf? Thanks Justin Will ** 4D Internet Users Group (4D

PDF Creation

2020-10-08 Thread stardata.info via 4D_Tech
Hi All, I need to generate a PDF document from 4D application. Someone know how i can do? Thanks Ferdinando ** 4D Internet Users Group (4D iNUG) New Forum: https://discuss.4D.com Archive: http://lists.4d.com/archives.html

Re: CHANGE LIST VALUES FOR EVERY LISTBOX ROW

2020-08-17 Thread stardata.info via 4D_Tech
OBJECT SET LIST BY REFERENCE or OBJECT SET LIST BY NAME if this is an entity selection or collection list box, you may also need to touch the data source i.e. form.whatever:=form.whatever P.S. you should really consider migrating to discuss.4D.com<http://discuss.4D.com>. this list is almost

CHANGE LIST VALUES FOR EVERY LISTBOX ROW

2020-08-16 Thread stardata.info via 4D_Tech
Hi all, In one list box column, I have to need to insert one value from a list box values. The values can be different for every row of listbox. So for a the same column i can have some values for the first row, other values for the second row. I try to do using " on mouse move " event, but

Re: ON MOUSE ENTER

2020-08-13 Thread stardata.info via 4D_Tech
The goal is to know the row number when the mouse arrow is on one row of list box. Thanks Ferdinando Il 12/08/20 17:32, stardata.info ha scritto: Hi All, I need to know the arrow number of a list box, when the event " On Mouse Enter " enter in one row. Now i use the command

ON MOUSE ENTER

2020-08-12 Thread stardata.info via 4D_Tech
Hi All, I need to know the arrow number of a list box, when the event " On Mouse Enter " enter in one row. Now i use the command OBJECT Get pointer but he not work. Someone know how i can do? Thanks /Ferdinando/ ** 4D

Change list values in a listbow coloumn

2020-07-31 Thread stardata.info via 4D_Tech
Hi All, In one column of Listbox, I need to give a list of values to enter value of the column. The values contained in a list can be different for every row. How can I prepare a list when the mouse enters in every row? Thanks Ferdinando

correctly dimensioned 4D layout

2020-07-31 Thread stardata.info via 4D_Tech
Hi All, I use 4D V16 on windows. In some 4D application when the application is not in the current display ( first plane ) or windows resume from energy saving, the current layout is not correctly dimensioned. Is necessary to close the layout and reopen. Does someone know the solution?

CURSOR POSITION

2020-07-18 Thread stardata.info via 4D_Tech
Hi All, I need to compose a textual description using programmatically insertions. The user can put the cursor in one position and must to insert some words from one click in one row of an array. So i need to know the cursor position for insert after this position. Someone knows what is the

execute method

2020-07-16 Thread stardata.info via 4D_Tech
Hi all, Some one have experience with execute method command? I've need to insert some rows of 4D commands in one text field of a table, and after to execture this rows of code as a method. Can i create programmatically method and after execute

More values into one field

2020-07-11 Thread stardata.info via 4D_Tech
Hi All, I use 4D v16. I've needed to save more values of the same type (more results for one test) The number of values to save, must be variables based on test type, and all values must be saved into the same record. Until now I use one text field and separated from one character so:

Re: FTP_DELETE

2020-05-26 Thread stardata.info via 4D_Tech
Hi Randy, I try to verify but, i close the connection after the FTP_DELETE command, and in the second cicle i use the same commands and FTP_DELETE work. Thanks /Ferdinando/ Il 26/05/20 15:08, Randy Kaempen ha scritto: Ferdinando, On May 26, 2020, at 8:02 AM, stardata.info via 4D_Tech

FTP_DELETE

2020-05-26 Thread stardata.info via 4D_Tech
Hi All, I use PFT commands for manage files on ftp area. I use these commands into the cicle REPEAT FTP_Login FTP_GetDirList FTP_GetFileInfo FTP_Receive FTP_DELETE UNTIL The first time that i try to delete the file using FTP_DELETE i have error 10004 at the second cicle the commend have

Re: CHANGE LIST ON A FLY

2020-05-18 Thread stardata.info via 4D_Tech
being faster when working with more than a few thousand rows, there’s a lot less code when using fields. I’d assume that it’s the same with list boxes. -- Douglas von Roeder 949-910-4084 On Mon, May 18, 2020 at 10:45 AM stardata.info <http://stardata.info> via 4D_Tech <4d_tech@lis

CHANGE LIST ON A FLY

2020-05-18 Thread stardata.info via 4D_Tech
Hi All, I use a Listbox with arrays, and I need to insert a value in a row. I need to change the contents of the list associated to the row that i've need to change. Someone know how i can do? Thanks Ferdinando ** 4D

Re: Barcode

2020-03-21 Thread stardata.info via 4D_Tech
Some free font bar code, accept only numeric characters. Ferdinando Il 21/03/20 20:00, 4d_tech-requ...@lists.4d.com ha scritto: Message: 6 Date: Fri, 20 Mar 2020 23:41:00 + From: Keisuke Miyako To: 4D iNug Technical<4d_tech@lists.4d.com> Subject: Re: Barcode

Barcode

2020-03-20 Thread stardata.info via 4D_Tech
Hi All, Someone knows some links of free font barcode? Thanks /Ferdinando/ Il 20/03/20 12:23, 4d_tech-requ...@lists.4d.com ha scritto: Send 4D_Tech mailing list submissions to 4d_tech@lists.4d.com To subscribe or unsubscribe via the World Wide Web, visit

barcode

2020-03-18 Thread stardata.info via 4D_Tech
Hi All, Someone know how print bar codes in 4D? Now i use a font. Thanks /Ferdinando/ ** 4D Internet Users Group (4D iNUG) Archive: http://lists.4d.com/archives.html Options: https://lists.4d.com/mailman/options/4d_tech

Re: 4D over different platforms

2020-02-25 Thread stardata.info via 4D_Tech
I've seen a File Maker application that can be used in iOs and Windows and in all devices... /Ferdinando/ Il 25/02/20 21:23, Dennis, Neil ha scritto: These application must run on client server mode in Windows and iOS. This can be done with virtually any version of 4D. that must be useed

4D over different platforms

2020-02-25 Thread stardata.info via 4D_Tech
Hi All, I need to develope one 4D application that must be useed on several devices: Tablet, Phones and pc. These application must run on client server mode in Windows and iOS. Can i use 4D v18 at this goal, but without use 4D as web server? Thanks /Ferdinando/

Re: Change menu title

2020-01-20 Thread stardata.info via 4D_Tech
Hi Jody, Actually I use the command: SET MENU ITEM to change the text in the item menu, exists one command to change the text in menu name? In manual creation, I can change it, but if I need to change it using one command how I can this? Thanks Ferdinando Message: 5 Date: Mon, 20 Jan 2020

  1   2   3   >