Re: Data mining from Oracle Application using 4D

2017-06-01 Thread info--- via 4D_Tech
how abouts


Grüße/regards
Ortwin Zillgen
**
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: OB Get on Time Field

2017-05-26 Thread info--- via 4D_Tech
> I suppose I'm missing something obvious...
>
> Within an object "created":"2014-02-01T09:28:56"
>
> OB Get is returning the correct date with:
>
> OB Get($OBGenInfo;"created";Is date) with
>
> But, time always returns ?00:00:02? using:
>
> OB Get($OBGenInfo;"created";Is time)
>
> Or is the time a count down 'till an IPA or maybe steamer lager?

I was wondering about that unexpected behaviour when parsing a JSON-feed


Suppose the library 4D uses to parse JSON is less flexible, than the formatting 
of date/time as JSON-object is. Helped myself and cut the time out of the 
received text-representation.


Grüße/regards
Ortwin Zillgen
**
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: oObject and dynamic form variable

2017-05-21 Thread info--- via 4D_Tech
> Does anybody now if it is possible to put an oObject in a dynamic form
> variable?
>
> I want to reuse the contents of a local oObject outside of the scope of the
> method that created it.

yes, works just fine
- name the object whatever you want
- type as object in properties and your are done
very helpful, doing house keeping for subform-widgets: setting and getting



Grüße/regards
Ortwin Zillgen
**
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: Clean Slate - Modern User Experience

2017-04-17 Thread info--- via 4D_Tech
mixing all current 4D technologies



O r t w i n Z i l l g e n
-
Mitglied des Entwicklernetzwerkes www.die4dwerkstatt.de

**
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: HTML Editor in 4D

2017-03-28 Thread info--- via 4D_Tech
> I have a requirement to provide HTML data for web site product descriptions, 
> authored within a 4D database.

how about this



O r t w i n Z i l l g e n
-
Mitglied des Entwicklernetzwerkes www.die4dwerkstatt.de


**
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: Copy or Drag from a listbox?

2017-03-07 Thread info--- via 4D_Tech
when using selection listbox don't forget QuickReport for exporting.
- create a qr
- copy listbox-columns into qr-columns
- use selection
- set qr destination
- qr run
done


Regards
O r t w i n Z i l l g e n
-
Mitglied des Entwicklernetzwerkes www.die4dwerkstatt.de
**
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
**