CONVERT PDF TO PICTURE

2017-09-16 Thread stardata.info via 4D_Tech
Hi All, Using 4D i need to convert one PDF documento to jpeg document. Someone know how i can do? Thanks Ferdinando ** 4D Internet Users Group (4D iNUG) FAQ: http://lists.4d.com/faqnug.html Archive: http://lists.4d.com/archive

Re: CONVERT PDF TO PICTURE

2017-09-16 Thread stardata.info via 4D_Tech
christian.sakow...@heubach-media.de iChat/AIM: SakowskiF Tel: +49/(0)40/52 10 59-23 Am 16.09.2017 um 12:14 schrieb stardata.info via 4D_Tech <4d_tech@lists.4d.com>: Hi All, Using 4D i need to convert one PDF documento to jpeg document. Someone know how i can do? Thanks Ferd

Re: CONVERT PDF TO PICTURE

2017-09-18 Thread stardata.info via 4D_Tech
called ‘ImageMagick’ so that I can hard code the path to the ‘convert' function above. HTH, Randy -- Randy Jaynes Senior Programmer and Customer Support http://printpoint.com • 845.687.3741 • PrintPoint, Inc • 57 Ludlow Lane • Palisades, NY 10964 On Sep 16, 2017,

4D crash

2017-09-28 Thread stardata.info via 4D_Tech
Hi All, I use 4D V13 an V15 on windows 8.1 pro with Kaspersky or Avira . More times when i go in designer mode 4D crash. I try more times and finally i go in designer mode. Sometimes i go in roaming folder and delete the preference and the application folder, but for me there are another reason

Re: 4D crash

2017-10-02 Thread stardata.info via 4D_Tech
AM stardata.info via 4D_Tech < 4d_tech@lists.4d.com> wrote: Hi All, I use 4D V13 an V15 on windows 8.1 pro with Kaspersky or Avira . More times when i go in designer mode 4D crash. I try more times and finally i go in designer mode. Sometimes i go in roaming folder and delete the preferen

Number format

2017-10-03 Thread stardata.info via 4D_Tech
Hi All, I'm using 4D v15 on windows. In one listbox, i need to display a number format so if the value is zero not display anything. I try to insert the format ###.##0,##0 but not work properly. Someone know how i can do. Thanks Ferdinando *

Re: Number format

2017-10-04 Thread stardata.info via 4D_Tech
i-colon. So this display filter will show positive and negative numbers, but display nothing for a zero value when the object doesn’t have focus: ###,##0;-###,##0; On Oct 3, 2017, at 5:59 PM, stardata.info via 4D_Tech<4d_tech@lists.4d.com> wrote: In one listbox, i need to display a n

Re: Number format

2017-10-04 Thread stardata.info via 4D_Tech
othing after the second semi-colon. So this display filter will show positive and negative numbers, but display nothing for a zero value when the object doesn’t have focus: ###,##0;-###,##0; On Oct 3, 2017, at 5:59 PM, stardata.info via 4D_Tech<4d_tech@lists.4d.com> wrote: In one

Create multi array

2017-10-06 Thread stardata.info via 4D_Tech
Hi All, I need to create 20 arrays that have a similar name. I can do this using the pointers? I try with this code, but in compiled mode not work. For ($I;1;17) $vPoint:=Get pointer("aAna_"+String($I)) ARRAY REAL("aAna_"+String($I);0) End for Have suggestions? Thanks Ferdinando

Re: Create multi array

2017-10-06 Thread stardata.info via 4D_Tech
Thank to all /Ferdinando/ Il 06/10/2017 17:48, 4d_tech-requ...@lists.4d.com ha scritto: Message: 1 Date: Fri, 06 Oct 2017 10:16:04 +0100 From: Jeremy Roussak To: 4D iNug Technical<4d_tech@lists.4d.com> Subject: Re: Create multi array Message-ID:<90d57a97-1192-4856-821f-7685fe7da...@mac.com> C

Import from RTF

2017-10-09 Thread stardata.info via 4D_Tech
;90d57a97-1192-4856-821f-7685fe7da...@mac.com> Content-Type: text/plain; charset=us-ascii EXECUTE FORMULA should do the trick. For ($i;1;17) $s:="ARRAY REAL(aANA_"+String($i)+";0)" EXECUTE FORMULA($s) End for Jeremy Jeremy Roussak j...@mac.com On

Import from RTF

2017-10-09 Thread stardata.info via 4D_Tech
Hi All, I use 4D V15 on windows and i need to import from an RTF file. Is possible to do using 4D? Thanks /Ferdinando/ ** 4D Internet Users Group (4D iNUG) FAQ: http://lists.4d.com/faqnug.html Archive: http://lists.4d.com/arc

Listbox question

2017-10-18 Thread stardata.info via 4D_Tech
Hi All, I use 4D V15.4 on windows. In one layout i use the listbox object, and in settings area i have setting the scrol bar like automatic. I have only one row in this list box, but 4D show the same the scroll bar. Someone know the reason? Thanks Ferdinando **

Re: Listbox question

2017-10-19 Thread stardata.info via 4D_Tech
Nigel, Thank for suggestions. In the same layout, i use the settings for other listobox object and work. Only for one listbox the settings not work.. Thanks /Ferdinando/ Il 19/10/2017 19:17, 4d_tech-requ...@lists.4d.com ha scritto: Message: 3 Date: Thu, 19 Oct 2017 11:14:08 +0100 From: Nigel

Double 4D istances

2017-10-21 Thread stardata.info via 4D_Tech
Hi All, I'm using two instances of 4D V15.4 on Windows 8.1. Things used to be like this because i need to work simultaneously with two clients. I used 4D copies many times but suddenly without changing anything going to DESIGN ENVIRONMENT makes 4D crash. It gives back two windows errors wich n

Re: Double 4D istances

2017-10-21 Thread stardata.info via 4D_Tech
Hi again, The issue occours when 4D go in the design environment, and there are a lot of methods opened. Sometimes i have a Stack error window, when 4D goes in design environment. If the methods are closed i don't have errors when i go in design envirnoment. Someone know a solution? Thanks

Slow characters visualization

2017-10-31 Thread stardata.info via 4D_Tech
Hi all, I use 4D V15.5 on windows. Sometimes when i write a method the editor is not fast responsive, i fact i can see the character digited only after one second. Someone know th reason, and how i can solve? Thanks Ferdinando

Slow characters visualization

2017-11-06 Thread stardata.info via 4D_Tech
Hi all, I use 4D V15.5 on windows. Sometimes when i write a method the editor is not fast responsive, in fact i can see the character digited only after one second. Someone know the reason, and how i can solve? Thanks Ferdinando ***

Re: Slow characters visualization

2017-11-06 Thread stardata.info via 4D_Tech
to fix the problem. John DeSoi, Ph.D. On Nov 6, 2017, at 3:03 PM, stardata.info via 4D_Tech <4d_tech@lists.4d.com> wrote: I use 4D V15.5 on windows. Sometimes when i write a method the editor is not fast responsive, in fact i can see the character digited only after one second. Someon

Re: Slow characters visualization

2017-11-06 Thread stardata.info via 4D_Tech
I have more than a few methods open that have a lot of code. Closing the big methods seems to fix the problem. John DeSoi, Ph.D. On Nov 6, 2017, at 3:03 PM, stardata.info <http://stardata.info> via 4D_Tech <4d_tech@lists.4d.com <mailto:4d_tech@lists.4d.com>> wrote: I use 4D

Re: Slow characters visualization

2017-11-06 Thread stardata.info via 4D_Tech
te: Is not a tables's problems in my opinion, because the same database in V13 not give this type of problems. I have 12 tables. Thanks Ferdinando Il 06/11/2017 23:10, Guy Algot ha scritto: How many tables in your database? On Nov 6, 2017, at 2:49 PM, stardata.info <http://stardata

Re: Slow characters visualization

2017-11-06 Thread stardata.info via 4D_Tech
becomes available for design mode features. UI objects (menu, window, etc) consume a significant amount of memory. 2017/11/07 6:03、stardata.info via 4D_Tech<4d_tech@lists.4d.com> のメール: Someone know the reason, and how i can solve?

Slow characters visualization

2017-11-09 Thread stardata.info via 4D_Tech
I All, I notice that the slow in characters visualization, is always, even if the method have 10 rows. When i write into one method the cpu consuming of 4D V15.5 is around 12/15%, like if 4D do a big work in interpretation of a code that i write into a method. This only on 4D V15.5 in other ver

Re: Slow characters visualization

2017-11-10 Thread stardata.info via 4D_Tech
robably doing some sort of dynamic redraw or update. On Thu, Nov 9, 2017 at 11:15 PM, stardata.info via 4D_Tech < 4d_tech@lists.4d.com> wrote: I All, I notice that the slow in characters visualization, is always, even if the method have 10 rows. When i write into one method the cpu consuming of

Re: Slow characters visualization

2017-11-20 Thread stardata.info via 4D_Tech
a long time and this specific issue may have been resolved. The thing is something is using a lot of processing power in the design process. It's probably doing some sort of dynamic redraw or update. On Thu, Nov 9, 2017 at 11:15 PM, stardata.info via 4D_Tech < 4d_tech@lists.4d.com> wrote: I

Re: Slow characters visualization

2017-11-21 Thread stardata.info via 4D_Tech
I have this issue from 4D V15.5 with 4D V15.4 no problems... I use Windows 8 and 4D V15 is certifyed for this operating system. /Ferdinando/ Il 21/11/2017 18:35, 4d_tech-requ...@lists.4d.com ha scritto: Message: 3 Date: Mon, 20 Nov 2017 20:00:36 -0600 From: John DeSoi To: 4D iNug Technical<4d_

RE: Slow characters visualization

2017-11-21 Thread stardata.info via 4D_Tech
Yes! i have this issue... Thanks /Ferdinando/ Il 21/11/2017 18:35, 4d_tech-requ...@lists.4d.com ha scritto: Message: 4 Date: Tue, 21 Nov 2017 06:49:58 + From: lists To: 4D iNug Technical<4d_tech@lists.4d.com> Subject: RE: Slow characters visualization Message-ID: Content

Re: Slow characters visualization

2017-11-22 Thread stardata.info via 4D_Tech
Someone have solved this issue? Otherwise is better to work with 4D V15.4 is really slownes to write code with this delay. Thanks Ferdinando Il 21/11/2017 18:35, 4d_tech-requ...@lists.4d.com ha scritto: Message: 3 Date: Mon, 20 Nov 2017 20:00:36 -0600 From: John DeSoi To: 4D iNug Technical<4

Re: Slow characters visualization

2017-11-26 Thread stardata.info via 4D_Tech
g a lot of processing power in the design process. It's probably doing some sort of dynamic redraw or update. On Thu, Nov 9, 2017 at 11:15 PM, stardata.info via 4D_Tech < 4d_tech@lists.4d.com> wrote: I All, I notice that the slow in characters visualization, is always, even if the m

Re: Slow characters visualization

2017-11-26 Thread stardata.info via 4D_Tech
thing is something is using a lot of processing power in the design process. It's probably doing some sort of dynamic redraw or update. On Thu, Nov 9, 2017 at 11:15 PM, stardata.info via 4D_Tech < 4d_tech@lists.4d.com> wrote: I All, I notice that the slow in characters visualization, is

Query from two 4D application

2017-12-01 Thread stardata.info via 4D_Tech
Hi All, I use 4D V15 on windows, and i need to do a query from one 4D application to another 4D application. How i can do this? Thanks /Ferdinando/ ** 4D Internet Users Group (4D iNUG) FAQ: http://lists.4d.com/faqnug.html Arc

Re: Query from two 4D application

2017-12-02 Thread stardata.info via 4D_Tech
Two applications are on the same pc, or in the same network Ferdinando Il 02/12/2017 21:00, 4d_tech-requ...@lists.4d.com ha scritto: Message: 4 Date: Fri, 1 Dec 2017 22:13:49 -1000 From: John Baughman To: 4D iNug Technical<4d_tech@lists.4d.com> Subject: Re: Query from two 4D application Message

Assign multidimensional array

2017-12-04 Thread stardata.info via 4D_Tech
Hi All, I need to copy a multidimensional array ($A) into another of the same dimension ($B). Is necessary do a cicle and assign every single position or is possible to do other? ARRAY TEXT($A;1;2) ARRAY TEXT($B;0;2) $A{1}{1}:="1" $A{1}{2}:="2" $P:=Size of array($B)+1 INSERT IN ARRAY($B;$P;1)

Re: Assign multidimensional array

2017-12-04 Thread stardata.info via 4D_Tech
Hi, I need to append one array into another array with the same coloumns. Copy not think that work. I need to use 4D V12... Thanks /Ferdinando/ Il 04/12/2017 18:13, 4d_tech-requ...@lists.4d.com ha scritto: Message: 10 Date: Mon, 4 Dec 2017 17:29:29 +0100 From: Arnaud de Montard To: 4D iNug

Re: Slow characters visualization

2018-02-15 Thread stardata.info via 4D_Tech
On Mon, Nov 20, 2017 at 1:23 PM, stardata.info via 4D_Tech < 4d_tech@lists.4d.com> wrote: Hi All, I have again the issue explained below using 4D V15.5 on windows. I notice that when i write one command or one comment in a method, 4D is very slowly to display the characters typed on the ke

Remember password

2018-02-26 Thread stardata.info via 4D_Tech
Hi All, Is there a way to disable the " Remember password " check in login form? Thanks Ferdinando ** 4D Internet Users Group (4D iNUG) FAQ: http://lists.4d.com/faqnug.html Archive: http://lists.4d.com/archives.html Options: h

Import from Excel

2018-03-07 Thread stardata.info via 4D_Tech
Hi all, I use 4D V15 or V16 someone know how i can to import from excel? Thanks Ferdinando ** 4D Internet Users Group (4D iNUG) FAQ: http://lists.4d.com/faqnug.html Archive: http://lists.4d.com/archives.html Options: https://l

Re: Import from Excel

2018-03-07 Thread stardata.info via 4D_Tech
Thanks /Ferdinando/ Il 07/03/2018 18:15, Timothy Penner ha scritto: I am not sure if it still works, but there is this tech note available: Tech Note: PHPExcel Library with 4D v12 Published On: April 15, 2011 http://kb.4d.com/assetid=76312 -Tim PENNER Timothy Penner Senior Technical Servic

Serial port issue

2018-04-25 Thread stardata.info via 4D_Tech
Hi All, I use 4D V13 on Windows. I work with serial port. Today in one installation, i see that if one dialog process use COM1 4D stop to work (not responding) If i change this port, use COM2 for example, all work wel. Reading the logs of my application, i can see that COM1 worked wel for many

Compiler_ Methods

2018-05-02 Thread stardata.info via 4D_Tech
Hi All, I convert one application to V16. I notice that there are some new methods named compiler_... I declare already all my variables, and now because 4D has created these new methods? Are for to optimize the compiled code? Thanks Ferdinando

OPEN FORM WINDOWS

2018-05-08 Thread stardata.info via 4D_Tech
Hi All, I work 4D V16 on windows. Using this code in one button of output form for doing a queries: $Win:=Open form window("form";Palette form window;Horizontally centered;Vertically centered;*) DIALOG("form") CLOSE WINDOW i notice that the selection of the records are not upgraded in the outp

Re: OPEN FORM WINDOWS

2018-05-08 Thread stardata.info via 4D_Tech
records. Regards, Kristopher Kristopher Merolla Technical Support Engineer 4D Inc 95 S. Market Street, Suite #240 CA 95113 San Jose United States Telephone : Standard : Fax : Email : kmero...@4d.com Web : -Original Message- From: 4D_Tech [mailto:4d_tech-boun...@lists.4d.com] On Behalf

Re: OPEN FORM WINDOWS

2018-05-10 Thread stardata.info via 4D_Tech
> Fax : > Email : kmero...@4d.com <mailto:kmero...@4d.com> > Web : > > -Original Message- > From: 4D_Tech [mailto:4d_tech-boun...@lists.4d.com] On Behalf Of > stardata.info via 4D_Tech > Sent: Tuesday, May 8, 2018 6:55 AM

Re: OPEN FORM WINDOWS

2018-05-10 Thread stardata.info via 4D_Tech
Inc > 95 S. Market Street, Suite #240 > CA 95113 San Jose > United States > > Telephone : > Standard : > Fax : > Email : kmero...@4d.com <mailto:kmero...@4d.com> > Web : > > -Original Message- > From: 4D_Tech [mailto:4d_tech-boun...@li

Re: OPEN FORM WINDOWS

2018-05-10 Thread stardata.info via 4D_Tech
95113 San Jose > United States > > Telephone : > Standard : > Fax : > Email : kmero...@4d.com <mailto:kmero...@4d.com> > Web : > > -Original Message- > From: 4D_Tech [mailto:4d_tech-boun...@lists.4d.com] On Behalf

Uppercase Lowercase

2018-06-20 Thread stardata.info via 4D_Tech
Hi All, I need of a function that make a confront base even on uppercase/lowercase characters. For example AAB must be different from aab. How i can do? Thanks Ferdinando ** 4D Internet Users Group (4D iNUG) FAQ: http://list

Re: Uppercase Lowercase

2018-06-20 Thread stardata.info via 4D_Tech
I need to a function for use in a IF statement. For the moment, i have done a function that make a confront char by char. Thanks Ferdinando Message: 1 Date: Wed, 20 Jun 2018 13:38:22 -0400 From: Chuck Miller To: 4DTechList Tech<4d_tech@lists.4d.com> Subject: Re: Uppercase Lowercase Message-ID:

Re: Uppercase Lowercase

2018-06-20 Thread stardata.info via 4D_Tech
Chip, The same method that i have done Many thanks Ferdinando Il 20/06/2018 21:21, Chip Scheide ha scritto: that is the only way. a method - something like (all code written in email so ...): // Method: Are_They_Equal //$1 - text - first value to compare //$2 - text - second value to com

Re: Uppercase Lowercase

2018-06-21 Thread stardata.info via 4D_Tech
Other good suggestion.. Thanks Ferdinando Message: 2 Date: Wed, 20 Jun 2018 15:19:22 -0400 From: Jeffrey Kain To: 4D iNug Technical<4d_tech@lists.4d.com> Subject: Re: Uppercase Lowercase Message-ID: Content-Type: text/plain; charset=utf-8 How about C_BOOLEAN($0) C_TEXT($1;$2) $0:=(Replac

QR REPORT DOCUMENTS folder

2018-08-20 Thread stardata.info via 4D_Tech
Hi All, I use the command: QR REPORT for print a myreport.4qr report. For a compiled application i need to know the folder to put myreport .4qr document I try to put the quick report document in : C:\Users\User\AppData\Roaming\MY4dAPP\MY4dAPP.4DC But the command not find the .4QR document. Som

Re: QR REPORT DOCUMENTS folder

2018-08-20 Thread stardata.info via 4D_Tech
Solved... In V16 must be in dtabase folder... in others 4D Versions the locations is not the same Thanks Ferdinando Il 20/08/2018 18:11, stardata.info ha scritto: Hi All, I use the command: QR REPORT for print a myreport.4qr report. For a compiled application i need to know the folder

Document in use

2018-09-25 Thread stardata.info via 4D_Tech
Hi All, I need to know if one document is in use from another application. Someone know how i can do? Pheraps use " On error call " feature before the OPEN DOCUMENT command? Thanks /Ferdinando/ ** 4D Internet Users Group (4D i

Facial recognition

2018-10-11 Thread stardata.info via 4D_Tech
Hi All, Someone have experience on facial recognition software interfaced with 4D? Thanks /Ferdinando/ Il 08/10/2018 18:28, 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

Reindex

2018-11-06 Thread stardata.info via 4D_Tech
hi all, sometimes I need to take data files from one application running on some my customer without close the application. I notice that when I restart the application on my pc, 4D reindex the data for all indexes. Is normal this? How I can do to bypass this issue? Thanks Ferdinando

Re: Reindex

2018-11-06 Thread stardata.info via 4D_Tech
Infact i take all files: Data file, Data index and structure info. Il 06/11/2018 16:17, Chip Scheide ha scritto: you probably need to grab not just the 4DD but ale the index files too On Tue, 6 Nov 2018 16:07:15 +0100, stardata.info via 4D_Tech wrote: hi all, sometimes I need to take data

Re: Reindex

2018-11-06 Thread stardata.info via 4D_Tech
1 - I select the tre files 2 - Compact this files using winzip 3 - Take the zipped files and expand the files for use on my pc Il 06/11/2018 17:12, Dennis, Neil ha scritto: sometimes I need to take data files from one application running on some my customer without close the application. It is

Re: Reindex

2018-11-06 Thread stardata.info via 4D_Tech
In this applications i use again 4D V13.3 without backup Il 06/11/2018 18:59, Dennis, Neil ha scritto: 1 - I select the tre files 2 - Compact this files using winzip 3 - Take the zipped files and expand the files for use on my pc Try this: 1 - Run a backup of the data it will save you time l

Re: Reindex

2018-11-06 Thread stardata.info via 4D_Tech
Yes, I think that to close applications is better, even if in some case I need to take datafiles without to close the application. Il 06/11/2018 19:18, Dennis, Neil ha scritto: In this applications i use again 4D V13.3 without backup Maybe turn on backup if are able, it is a good idea to back

PDF - TEXT CONVERSION

2018-11-28 Thread stardata.info via 4D_Tech
Hi all, In one 4D application, I need to convert one pdf document in a text file. Someone know a plugin that does this? Thanks Ferdinando ** 4D Internet Users Group (4D iNUG) Archive: http://lists.4d.com/archives.html Option

Re: PDF - TEXT CONVERSION

2018-11-29 Thread stardata.info via 4D_Tech
I try Thanks Ferdinando Message: 1 Date: Thu, 29 Nov 2018 03:06:50 + From: Keisuke Miyako To: 4D iNug Technical<4d_tech@lists.4d.com> Subject: Re: PDF - TEXT CONVERSION Message-ID:<331e7dbf-2c72-46b2-88e8-c5421be97...@4d.com> Content-Type: text/plain; charset="utf-8" it generally fails you

Compact data file

2018-12-01 Thread stardata.info via 4D_Tech
I all, In one application with 4D V13.4 i have deleted 6/7 millions of records, and I need to compact the data file. Using MSC I can to compact the data file, but the dimension remains over 100.000 Kb, and is not real because in the data file remain only 6.000 records. Data index is 700 Kb.

Re: Compact data file

2018-12-01 Thread stardata.info via 4D_Tech
of space needed? Steve On 01/12/2018, 08:29, "4D_Tech on behalf of stardata.info via 4D_Tech"<4d_tech-boun...@lists.4d.com on behalf of 4d_tech@lists.4d.com> wrote: I all, In one application with 4D V13.4 i have deleted 6/7 millions of records, and I need to

Re: Compact data file

2018-12-01 Thread stardata.info via 4D_Tech
Keith, I have checked but the data file are in correct folder. When i compact data file with MSC, the operation is very slow.. I strange for one data file woth only 5.000 records.. Thanks Ferdinando Il 01/12/2018 21:41, Keith Goebel ha scritto: Fernando, Check out the data file that has be

CONNECTION BROKEN

2017-02-17 Thread stardata.info via 4D_Tech
hi all, In one my 4d client server sometime i have a CONNECTION BROKEN error on a client. This can happen for the antivirus action? ( Trend micro and Mricrosoft essential are on client ) Thanks Ferdinando ** 4D Internet Users

Client on two lan card

2017-02-27 Thread stardata.info via 4D_Tech
Hi All, I have a 4D application that i use in client server mode. The server machine have two network cards with two differents ip, how i can do side client connection to set the lan to use? Now in settings of the first connection i insert the database name, ip number and port number. This se

Primary key in a existant database

2017-03-01 Thread stardata.info via 4D_Tech
Hi All, I have done a conversion from V13 to V15 but for one table the field that was indicated like a primary key contain a duplicate values, so i must create another field unique, indexed, give a different values at this field and put this field like a primary key. This for several installat

Re: Primary key in a existant database

2017-03-01 Thread stardata.info via 4D_Tech
Solved Thanks /Ferdinando/ Il 01/03/2017 10:57, stardata.info ha scritto: Hi All, I have done a conversion from V13 to V15 but for one table the field that was indicated like a primary key contain a duplicate values, so i must create another field unique, indexed, give a different values

Going in designer environment 4D crash

2017-04-11 Thread stardata.info via 4D_Tech
Hi All, I use 4D V15.4 with Windows 8.1 Pro, and sometime when i want to go in designer environment of my application, 4D crash. This is not always, i delete the settings of 4D in AppData\Roaming\4D but the issue remain. Someone have the same problem? Thanks Ferdinando **

GOTO OBJECT

2017-05-02 Thread stardata.info via 4D_Tech
Hi All, I use 4D V13 on windows. I have one layout where i manage one serial readings of bar codes. In the layout there is unic input variable, after every reading i force to remain into this field, using the command GOTO OBJECT. Work well until i must open a ALERT command for one segnalation.

GOTO OBJECT

2017-05-02 Thread stardata.info via 4D_Tech
text area on your form, make it big and red and use OBJECT SET TITLE and OBJECT SET VISIBLE in case of an alert. Best, Olivier -Ursprüngliche Nachricht- Von: 4D_Tech [mailto:4d_tech-boun...@lists.4d.com] Im Auftrag von stardata.info via 4D_Tech Gesendet: Dienstag, 2. Mai 2017 09:11 An:

Re: GOTO OBJECT

2017-05-02 Thread stardata.info via 4D_Tech
, stardata.info via 4D_Tech wrote: /Thanks for your suggestion, but i need to use alert because the form window is already great and full, and i need to display some informations. I have even need to open the window for show other informations, and when i close the windows have always the issue, lost focus

Re: GOTO OBJECT

2017-05-02 Thread stardata.info via 4D_Tech
2017 10:18:03 +0200, stardata.info via 4D_Tech wrote: /Thanks for your suggestion, but i need to use alert because the form window is already great and full, and i need to display some informations. I have even need to open the window for show other informations, and when i close the windows have

Bar code

2017-05-03 Thread stardata.info via 4D_Tech
Hi all, Someone know an affidable site for to download a free code CODE 128 or Interleaved 2 of 5 bar code for windows? Thanks /Ferdinando/ ** 4D Internet Users Group (4D iNUG) FAQ: http://lists.4d.com/faqnug.html Archive: h

RE: Bar code

2017-05-04 Thread stardata.info via 4D_Tech
Hi Tim, Thanks for your reply. I have seen these plug-in i have seen the 128 but not the interleaved 2 of 5. /Ferdinando/ Il 04/05/2017 13:45, 4d_tech-requ...@lists.4d.com ha scritto: Message: 5 Date: Wed, 3 May 2017 22:13:14 + From: Timothy Penner To: 4D iNug Technical<4d_tech@lists.4

Re: Bar code

2017-05-04 Thread stardata.info via 4D_Tech
Many thanks Tim Ferdinando Il 04/05/2017 19:22, Timothy Penner ha scritto: I have seen these plug-in i have seen the 128 but not the interleaved 2 of 5. Actually, the zbar plugin lists"I25" which I think is "Interleaved 2 of 5": https://github.com/miyako/4d-plugin-zbar Quote: "@since 0.4: IS

Re: Bar code

2017-05-07 Thread stardata.info via 4D_Tech
Hi All, I'm using ZINT plug in created from Miyaco. Work well but i need to reduce the dimension of bar code that i obtain, because i have few space in my label. Someone use this plug in, and know how i must do? Thanks /Ferdinando/ Il 04/05/2017 19:13, stardata.info ha scritto: Hi Tim, T

Re: Bar code

2017-05-08 Thread stardata.info via 4D_Tech
operators. http://doc.4d.com/4Dv16R2/4D/16-R2.1620/PICTURE-PROPERTIES.301-3111814.en.html http://doc.4d.com/4Dv16R2/4D/16-R2.1620/TRANSFORM-PICTURE.301-3111801.en.html http://doc.4d.com/4Dv16R2/4D/16-R2.1620/Picture-Operators.300-3111968.en.html 2017/05/08 2:53、stardata.info via 4D_Tech<4d_te

Re: Bar code

2017-05-08 Thread stardata.info via 4D_Tech
1:57 AM, stardata.info via 4D_Tech <4d_tech@lists.4d.com> wrote: Hello, I try to use Picture:=Picture*,09 but not work because some part of bar code are differents Thanks Ferdinando ** 4D Internet Users Group (4D iNU

Zint Bar code

2017-05-10 Thread stardata.info via 4D_Tech
Hi All, I use ZINT plug in for make a bar code in code 128. Work well, but i need to reduce the bar dimension of bar code, because the label support i very short. Someone know how i can do? Thanks Ferdinando ** 4D Internet Use

POINTER TO ARRAY

2017-05-10 Thread stardata.info via 4D_Tech
Hi All, I use 4D V13 on windows. This code in interpreted work, but in compiled application give an error: c_pointer($vPoint->) ARRAY STRING(12;$aCodMat_1;0) ARRAY STRING(12;$aCodMat_2;0) DISTINCT VALUES([TABLE]Cod;$aCodMat_1) DISTINCT VALUES([TABLE]Cod_1;$aCodMat_2) $vPoint:=Get pointer("$aC

Re: POINTER TO ARRAY

2017-05-10 Thread stardata.info via 4D_Tech
set to "1" or "2". Keith - CDI On May 10, 2017, at 4:39 PM, stardata.info via 4D_Tech<4d_tech@lists.4d.com> wrote: Hi All, I use 4D V13 on windows. This code in interpreted work, but in compiled application give an error: c_pointer($vPoint->) ARRAY STRING(1

Windows frames

2017-05-29 Thread stardata.info via 4D_Tech
Hi All, I have done a conversion for an application from V13 to V15 on windows. Using the aplication in V15, the frames of the windows in V15 are meno subtile than in V13. The command for open the windows is: $Win:=Open form window("Check_In";Palette form window;Horizontally Centered;Verticall

SQL table

2017-06-10 Thread stardata.info via 4D_Tech
Hi All, I use 4D V12 on windows, and i need to read and write some SQL server tables. How i can do it? Thanks Ferdinando ** 4D Internet Users Group (4D iNUG) FAQ: http://lists.4d.com/faqnug.html Archive: http://lists.4d.com/

Quick report strange behavior

2017-07-10 Thread stardata.info via 4D_Tech
Hi all, in one pc i use 4d v13 on windows and wheni create a report with Quick Report editor i see the print in very little characters. On others pc is ok. If i use other softwares all is ok, and even if i create a report into the 4d application all is ok. The issue in only if i use 4D Quick

Quick report strange behavior

2017-07-10 Thread stardata.info via 4D_Tech
Hi all, Quick report on 4D V13.3 on windows, work fine until windows 7. From Windows 8 quick report not work properly, like explained below. Someone have a solution? Thanks Ferdinando Il 10/07/2017 16:18, 4d_tech-requ...@lists.4d.com ha scritto: Message: 11 Date: Mon, 10 Jul 2017 14:14:15 +

Re: Quick report strange behavior

2017-07-11 Thread stardata.info via 4D_Tech
Hi all, No one use 4D V13 on windows 8? Thanks Ferdinando Il 11/07/2017 01:02, stardata.info ha scritto: Hi all, Quick report on 4D V13.3 on windows, work fine until windows 7. From Windows 8 quick report not work properly, like explained below. Someone have a solution? Thanks Ferdinand

Re: Quick report strange behavior

2017-07-11 Thread stardata.info via 4D_Tech
?, 8?, 10? Since I do not use 4D on these systems I do not pay a lot of attention. search the archives on the 4D KB, or gmane, or Nabble sorry, best I can offer Chip On Tue, 11 Jul 2017 17:50:45 +0200, stardata.info via 4D_Tech wrote: Hi all, No one use 4D V13 on windows 8? Thanks Ferdinando

Re: Quick report strange behavior

2017-07-11 Thread stardata.info via 4D_Tech
issues and windows 7?, 8?, 10? Since I do not use 4D on these systems I do not pay a lot of attention. search the archives on the 4D KB, or gmane, or Nabble sorry, best I can offer Chip On Tue, 11 Jul 2017 17:50:45 +0200, stardata.info via 4D_Tech wrote: Hi all, No one use 4D V13 on windows 8

CROP A PDF DOCUMENT

2017-07-14 Thread stardata.info via 4D_Tech
Hi all, I need to take a part of a pdf document and save this as a jpeg or png in one folder. Is possible to do this using a 4D commands on windows? Thanks /Ferdinando/ ** 4D Internet Users Group (4D iNUG) FAQ: http://lists.4

Re: CROP A PDF DOCUMENT

2017-07-14 Thread stardata.info via 4D_Tech
"utf-8" this might work https://github.com/miyako/4d-plugin-imagemagick documented here https://github.com/miyako/4d-plugin-imagemagick/blob/master/ImageMagick/06-32%20ImageMagick.pdf 2017/07/15 6:40、stardata.info<http://stardata.info> via 4D_Tech <4d_tech@lists.4d.com<mai

Re: CROP A PDF DOCUMENT

2017-07-15 Thread stardata.info via 4D_Tech
CTURE TO PASTEBOARD($pic) End if Keith - CDI On Jul 14, 2017, at 4:40 PM, stardata.info via 4D_Tech<4d_tech@lists.4d.com> wrote: Hi all, I need to take a part of a pdf document and save this as a jpeg or png in one folder. Is possible to do this using a 4D co

User activity

2017-07-26 Thread stardata.info via 4D_Tech
User activity. I have a 4D application on windows and some users that work with client using remote desktop. I need to know when the user close remote desktop. Is possible to check the list of users connected with remote desktop and actives? So i can close a 4d application for the users that a

Re: User activity

2017-07-26 Thread stardata.info via 4D_Tech
it is just what we did. Jody Bevan ARGUS Productions Inc. Developer Argus Productions Inc.<https://www.facebook.com/ArgusProductions/> On Jul 26, 2017, at 3:21 AM, stardata.info via 4D_Tech<4d_tech@lists.4d.com> wrote: User activity. I have a 4D application on windows and so

UUID vs Longint primary key

2017-08-04 Thread stardata.info via 4D_Tech
Hi All, Someone can explain when is better use UUID and when Longint field in primary key? Thanks Ferdinando ** 4D Internet Users Group (4D iNUG) FAQ: http://lists.4d.com/faqnug.html Archive: http://lists.4d.com/archives.htm

Backup failure

2017-08-14 Thread stardata.info via 4D_Tech
I all, I'm looking for a way to get a notification when a backup error is triggered. Is there a way that i can follow to make a custom code that advertise me when this event comes up? Thanks Ferdinando ** 4D Internet Users Gro

Backup failure

2017-08-20 Thread stardata.info via 4D_Tech
I all, I'm looking for a way to get a notification when a backup error is triggered. Is there a way that i can follow to make a custom code that advertise me when this event comes up? Thanks Ferdinando ** 4D Internet Users Group

Re: 4D_Tech Digest, Vol 123, Issue 35

2017-08-22 Thread stardata.info via 4D_Tech
On Aug 21, 2017, at 12:15 AM, stardata.info via 4D_Tech<4d_tech@lists.4d.com> wrote: I all, I'm looking for a way to get a notification when a backup error is triggered. Is there a way that i can follow to make a custom code that advertise me when this event

4D Backup failure alert

2017-09-02 Thread stardata.info via 4D_Tech
I all, I'm looking for a way to get a notification when a backup error is triggered. Is there a way that i can follow to make a custom code that advertise me when this event comes up? Thanks Ferdinando ** 4D Internet Users Group

Re: 4D Backup failure alert

2017-09-02 Thread stardata.info via 4D_Tech
-Backup-Shutdown-database-method.301-3434276.en.html Regards, Olivier Le 2 sept. 2017 à 15:28, stardata.info<http://stardata.info> via 4D_Tech <4d_tech@lists.4d.com<mailto:4d_tech@lists.4d.com>> a écrit : I all, I'm looking for a way to get a notification when a backup erro

read from a MS SQL server with 4D

2017-09-13 Thread stardata.info via 4D_Tech
I all, I need to read from a MS SQL server with 4D. Someone can give a link with examples. Thanks /Ferdinando/ ** 4D Internet Users Group (4D iNUG) FAQ: http://lists.4d.com/faqnug.html Archive: http://lists.4d.com/archives.htm

  1   2   3   >