Splitting of Distributable VFP System and Classlibs

2008-11-13 Thread Joerg Arand
I have a problem with Spltting in exe and app's. I must include in the app's my classlibs even when the classlibs are includet in the exe and a Set classlib .. is in the main program. Is there a trick to avoid this? Joerg Arand MD assistant medical director Neonatology Children&

Antw: VFP-Form behaviour

2008-11-19 Thread Joerg Arand
What about Use clients in 0 alias client 1 again Select .into temp sele temp set relatio to clcode into Clients1 Joerg Arand MD assistant medical director Neonatology Children's Hospital University Tuebingen Calwer Str. 7 D-72076 Tuebingen Tel.+49-(0)7071-2982211 Tel.+

SQL-Qestion Error 1801

2011-11-14 Thread Joerg Arand
n4,NdFall1.opdgn5) any sugestions?? Joerg Arand MD assistant medical director Neonatology Children's Hospital University Tuebingen Calwer Str. 7 D-72076 Tuebingen Tel.+49-(0)7071-2982211 Tel.+49-(0)7071-2980895 (office) E-mail:Joerg.Arand(AT)med.uni-tuebingen.de --- StripMime

RE: SQL-Qestion Error 1801

2011-11-15 Thread Joerg Arand
Thank you! I had the same idea this night - and it works! Joerg Arand MD assistant medical director Neonatology Children's Hospital University Tuebingen Calwer Str. 7 D-72076 Tuebingen Tel.+49-(0)7071-2982211 Tel.+49-(0)7071-2980895 (office) E-mail:Joerg.Arand(AT)med.uni-tuebing

Re: parse xml alternative ways

2008-07-30 Thread Joerg Arand
You own parser? Find in a do while loop with ATCatc('',lcXML) all needet sections and extract them. lcXML= your_xmlString Lnstart=atc('',lcXML) lni=1 Do While Lnstart#0 .. find end of this section and extract the value lni=lni+1 Lnstart=atc('&

Antw: parse xml alternative ways

2008-07-30 Thread Joerg Arand
You own parser? Find in a do while loop with ATCatc('',lcXML) all needet sections and extract them. lcXML= your_xmlString Lnstart=atc('',lcXML) lni=1 Do While Lnstart#0 .. find end of this section and extract the value lni=lni+1 Lnstart=atc('&

Antw: Re: strange behavior of reports

2017-04-09 Thread Joerg Arand
No, the same problem. Dr. Joerg Arand Consultant Neonatologist Neonatology Children's Hospital University Tuebingen Calwer Str. 7 D-72076 Tuebingen Tel.+49-(0)7071-2982211 Tel.+49-(0)7071-2980895 (office) E-mail:Joerg.Arand(AT)med.uni-tuebingen.de >>> Laurie Alvey 09.04.20

Re: How do i determine what "set refresh" is set to?

2012-04-18 Thread Joerg Arand
Hi Michael, try SET("Refresh") Mit freundlichen Grüßen Dr. med. Jörg Arand Oberarzt Abteilung für Neonatologie Universitätsklinik für Kinderund Jugendmedizin Calwer Str. 7 D-72076 Tübingen Tel.+49-(0)7071-2982211 (Pforte) Tel.+49-(0)7071-2983800 (Zimmer) Tel.+49-(0)7071-2980895 (Sekret

Re: Exiting a grid

2009-11-19 Thread Joerg Arand
In the KeyPress event of the textbox in Column 3 LPARAMETERS nKeyCode, nShiftAltCtrl IF nKeyCode=13 thisform.pageframe1.page1.text16.SetFocus RETURN ENDIF That should work Joerg Arand MD assistant medical director Neonatology Children's Hospital University Tuebingen Calwe

Re: Exiting a grid

2009-11-19 Thread Joerg Arand
In the KeyPress event of the textbox in Column 3 LPARAMETERS nKeyCode, nShiftAltCtrl IF nKeyCode=13 thisform.pageframe1.page1.text16.SetFocus RETURN ENDIF That should work Joerg Arand MD assistant medical director Neonatology Children's Hospital University Tuebingen Calwe

Ctrl F in editboxes

2009-12-18 Thread Joerg Arand
In my editboxes Ctrl F doesn't work and it is grayed out in the Menu. Is there any posibility to activate the find function in editboxes? Regards Joerg Arand MD Neonatology Children's Hospital University Tuebingen Calwer Str. 7 D-72076 Tuebingen Tel.+49-(0)7071-2982211 Tel.+

RE: Ctrl F in editboxes

2009-12-18 Thread Joerg Arand
I think I have found the reason. Ctrl F works only in nonmodal forms (menu issue), but Ctrl C also in modal one's (strange!) so my solution will be either e nonmodal form or my own search method Thank You Joerg Arand MD assistant medical director Neonatology Children'

Grid: allowcellselection=.F. without highlightbackcolor

2015-09-01 Thread Joerg Arand
rties, a rectangular outline appears around a selected row." But neither 0 nor .NULL. (not accepted) for HighlightBackColor and HighlightForColor works??? Any adwise? Yours sincerely Dr. Joerg Arand Consultant Neonatologist   Neonatology Children's Hospital University Tuebingen Calwer

VFP 9 on 4k display

2015-12-20 Thread Joerg Arand
Hi all, has anybody experience with VFP 9 on a 4k-Display. Are there any problems? Dr. Joerg Arand Consultant Neonatologist Neonatology Children's Hospital University Tuebingen Calwer Str. 7 D-72076 Tuebingen Tel.+49-(0)7071-2982211 Tel.+49-(0)7071-2980895 (office) E-mail:Joerg.Ara

Re: Export to Excel (WAS: VFP9 - neet to work with large character fields)

2010-07-26 Thread Joerg Arand
But opening the dbf-File direcly in Excel also don't show the Memo fields. A workaround is to import the data from dbf with a query. this imports memo to. Joerg Arand MD assistant medical director Neonatology Children's Hospital University Tuebingen Calwer Str. 7 D-72076 Tuebingen

Dynamic curves with gdiplusx

2010-08-18 Thread Joerg Arand
what to put in the timer-event? Joerg Arand MD Tuebingen Germany --- StripMime Report -- processed MIME parts --- multipart/alternative text/plain (text body -- kept) text/html --- ___ Post Messages to: ProFox@leafe.com Subscription Maintenance

Re: Selectively enable/disable checkboxes in a grid

2015-03-13 Thread Joerg Arand
Hi Paul, you can use the WHEN-Event of the Checkbox or with the DynamicControl-Property and two checkboxes (one enabled/one disabeld) Dr. Joerg Arand Consultant Neonatologist Neonatology Children's Hospital University Tuebingen Calwer Str. 7 D-72076 Tuebingen Tel.+49-(0)7071-29

Gomonth() Bug?

2014-04-15 Thread Joerg Arand
Hi all, on my System (VFP 9.SP2 / Win 7) gomonth() returns for Values < 1753/01/01 an empty date? Verry strange. Dr. Joerg Arand Consultant Neonatologist Neonatology Children's Hospital University Tuebingen Calwer Str. 7 D-72076 Tuebingen Tel.+49-(0)7071-2982211 Tel.+49-(0)7071

Re: halfway down a set order

2014-04-15 Thread Joerg Arand
)/2 endif Dr. Joerg Arand Consultant Neonatologist Neonatology Children's Hospital University Tuebingen Calwer Str. 7 D-72076 Tuebingen Tel.+49-(0)7071-2982211 Tel.+49-(0)7071-2980895 (office) E-mail:Joerg.Arand(AT)med.uni-tuebingen.de >>> "Allen" 15.04.2014 1

RE: halfway down a set order

2014-04-15 Thread Joerg Arand
Hi Allen, first thank you for the explanation off the gomonth()-problem, but we are in old Europe ;-) For the median a SELECT DISTINCT don't gives the right value! The Skip is much more easy but returns only the median in uneven counts of records. Dr. Joerg Arand Consu

FoxCharts

2014-04-28 Thread Joerg Arand
Hi all, is it possible with foxcharts to generate true xy line/point charts (x-axis decimal values like 1.0, 1.02, 1.05; not categories like years in the samples). I want to generate charts for growth/length and head circumference for newborns and children with percentiles I can't find informati

FoxCharts

2014-04-29 Thread Joerg Arand
Hi all, is it possible with foxcharts to generate true xy line/point charts (x-axis decimal values like 1.0, 1.02, 1.05; not categories like years in the samples). I want to generate charts for growth/length and head circumference for newborns and children with percentiles I can't find informati

Antw: Macro Substitution using object/property in SQL

2009-04-03 Thread Joerg Arand
hi Henry, try goapp.cFilterVisibility = 'Gender = 1' lcWhere=goapp.cFilterVisibility Select ... WHERE And &lcWhere The point in goapp.cFilterVisibility finishs the macro substitition VFP trys to substitiut ohnly goapp! Joerg Arand MD assistant medical director Neonatol

Antw: Problem Opening FPW26.a

2009-06-17 Thread Joerg Arand
Hi Charles, any conflict with other software? I had the same problem when Outlook 2007 is running. Without Outlook all is OK. Also when Outlook is started after FPW 2.6. Joerg Arand MD assistant medical director Neonatology Children's Hospital University Tuebingen Calwer Str. 7 D-

Report questions

2011-02-07 Thread Joerg Arand
first line und the text is trimmed when the field is 2 lines high the text is wrapped as expected?? Any Idea. What's the functional difference between frx and lbx eccept of the possibility to define some default labels Joerg Arand MD assistant medical director Neonato

VFP8 enduser form designer

2011-03-24 Thread Joerg Arand
ately I can't find such. Can somebody give me an advice? Joerg Arand MD assistant medical director Neonatology Children's Hospital University Tuebingen Calwer Str. 7 D-72076 Tuebingen Tel.+49-(0)7071-2982211 Tel.+49-(0)7071-2980895 (office) E-mail:Joerg.Arand(AT)med.u

Re: VFP8 enduser form designer

2011-03-25 Thread Joerg Arand
Thank you. I wiil see what I can do. Joerg Arand MD assistant medical director Neonatology Children's Hospital University Tuebingen Calwer Str. 7 D-72076 Tuebingen Tel.+49-(0)7071-2982211 Tel.+49-(0)7071-2980895 (office) E-mail:Joerg.Arand(AT)med.uni-tuebingen.de >>&

Report Question (multiple Detail Band on A4 Laser Labels)

2011-05-27 Thread Joerg Arand
prescription. Any ideas? Joerg Arand MD assistant medical director Neonatology Children's Hospital University Tuebingen Calwer Str. 7 D-72076 Tuebingen Tel.+49-(0)7071-2982211 Tel.+49-(0)7071-2980895 (office) E-mail:Joerg.Arand(AT)med.uni-tuebingen.de --- StripMime Report -- proc

AW: Problem setting ActiveX control property (Folderview and Fileview controls)

2022-06-09 Thread Dr. Joerg Arand
Hallo Paul, are you shure that MyFileView.ColumnWidth("Name",0) is a property and not a method? Have You tried MyFileView.ColumnWidth("Name",240) Jörg -Ursprüngliche Nachricht- Von: ProfoxTech Im Auftrag von Paul Newton Gesendet: Donnerstag, 2. Juni 2022 19:18 An: profoxt...@leafe.c

FoxyPreViewer on high resolution screens

2022-07-27 Thread Dr. Joerg Arand
Hi all, I have a problem with foxyprewviewer and high resolution screens. IF the scaling of display fonts is set to more then 100%, the report is rendered large than expected and thus often no longer fits into the print area. I think it's a Problem of GDI+ Does anybody have an idea for a Workar

AW: FoxyPreViewer on high resolution screens

2022-07-28 Thread Dr. Joerg Arand
rofox-boun...@leafe.com>> Im Auftrag von Dr. Joerg Arand Gesendet: Mittwoch, 27. Juli 2022 12:02 An: 'ProFox@leafe.com' mailto:ProFox@leafe.com>> Betreff: FoxyPreViewer on high resolution screens Hi all, I have a problem with foxyprewviewer and high resolution scree

WG: Base64 and Excel automation

2023-11-07 Thread Dr. Joerg Arand
Hi All, I have 2 questions: 1. Base64 I want to insert base64 encrypted data (PDF/DOCX) into a HL7 message. My first idea was to use STRconvert. But during the first test I noticed the following problem. The text Polyfon zwitschernd aßen Mäxchens Vögel Rüben, Joghurt und Quark should be in B

AW: Base64 and Excel automation

2023-11-07 Thread Dr. Joerg Arand
Vögel Rüben, Joghurt und Quark" m.Target = "UG9seWZvbiB6d2l0c2NoZXJuZCBhw59lbiBNw6R4Y2hlbnMgVsO2Z2VsIFLDvGJlbiwgSm9naHVydCB1bmQgUXVhcms=" CLEAR ? STRCONV(m.Source, 13) == m.Target ? STRCONV(STRCONV(m.Source, 9), 13) == m.Target On Tue, Nov 7, 2023 at 8:10 AM Dr. Joerg Arand &l