Foundation & 4D v11.1 SQL

View: New views
6 Messages — Rating Filter:   Alert me  

Foundation & 4D v11.1 SQL

by John Staples :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi all

Is anybody successfully using Foundation v500b1 in complied mode with  
4D v11.1 SQL?

Any news on further development of Fnd v5.0?

Cheers

John Staples. UK.
**********************************************************************
An all-new List box. More features, more power.
Headers, footers, cell formatting and other goodies.
See it here first! http://www.4d.com/livedemos

4th Dimension Internet Users Group (4D iNUG)
FAQ:  http://www.4d.com/support/faqnug.html
Archive:  http://dir.gmane.org/gmane.comp.lang.inug-4d.tech
Unsub:  mailto:4D_Tech-Unsubscribe@...
Post: mailto:4d_tech@...
Options: https://lists.4d.com/mailman/listinfo/4d_tech
**********************************************************************

Re: Foundation & 4D v11.1 SQL

by Walt Nelson-5 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

John,

Did you ever get any replies to your question? I'm at the decision point for
using Foundation 5 b1 and 4D v11 for a standalone application. Any
successful users of Foundation 5 out there?

Walt Nelson (Seattle)


On Sun, Mar 23, 2008 at 1:38 PM, John Staples <john.staples@...>
wrote:

> Hi all
>
> Is anybody successfully using Foundation v500b1 in complied mode with 4D
> v11.1 SQL?
>
> Any news on further development of Fnd v5.0?
>
> Cheers
>
> John Staples. UK.
> **********************************************************************
> An all-new List box. More features, more power.
> Headers, footers, cell formatting and other goodies.
> See it here first! http://www.4d.com/livedemos
>
> 4th Dimension Internet Users Group (4D iNUG)
> FAQ:  http://www.4d.com/support/faqnug.html
> Archive:  http://dir.gmane.org/gmane.comp.lang.inug-4d.tech
> Unsub:  mailto:4D_Tech-Unsubscribe@...
> Post: mailto:4d_tech@...
> Options: https://lists.4d.com/mailman/listinfo/4d_tech
> **********************************************************************
>
**********************************************************************
4D Server v11 SQL has arrived!
Buy it NOW at http://store.4ddepot.com

4th Dimension Internet Users Group (4D iNUG)
FAQ:  http://www.4d.com/support/faqnug.html
Archive:  http://dir.gmane.org/gmane.comp.lang.inug-4d.tech
Unsub:  mailto:4D_Tech-Unsubscribe@...
Post: mailto:4d_tech@...
Options: https://lists.4d.com/mailman/listinfo/4d_tech
**********************************************************************

Re: Foundation & 4D v11.1 SQL

by Charles Vass :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Walt,

By and large I have had good success with what is now B2, EXCEPT for  
something that broke on the 4D side when it moved  from v11.1 to v11.2.

The issues I've had is with the Toolbar component.  Finally got it  
working (icons rendered) in 11.1 when the quickdraw routines for  
rendering the buttons was replace with SVG code.  When 11.2 came out  
the drawing of the button icons stopped and I have not been able to  
figure out why because to picture data is being transfered back to the  
host.  I filed a bug with 4D and it is still open.  I gave them an  
example that worked in 11.1 and doesn't in 11.2 early in the beta of  
11.2 but the fix did not make it into the final.

If you are not using the toolbar component, it works just fine for me  
in Unicode mode but is still uncompiled so you have to run your host  
in interpreted mode.  Can't say I've tested every nook and cranny  
though.

HTH
Charlie

On Jul 9, 2008, at 11:53 AM, Walt Nelson wrote:

> John,
>
> Did you ever get any replies to your question? I'm at the decision  
> point for
> using Foundation 5 b1 and 4D v11 for a standalone application. Any
> successful users of Foundation 5 out there?
>
> Walt Nelson (Seattle)
>
>
> On Sun, Mar 23, 2008 at 1:38 PM, John Staples <john.staples@...
> >
> wrote:
>
>> Hi all
>>
>> Is anybody successfully using Foundation v500b1 in complied mode  
>> with 4D
>> v11.1 SQL?
>>
>> Any news on further development of Fnd v5.0?
>>
>> Cheers
>>
>> John Staples. UK.
>> **********************************************************************
>> An all-new List box. More features, more power.
>> Headers, footers, cell formatting and other goodies.
>> See it here first! http://www.4d.com/livedemos
>>
>> 4th Dimension Internet Users Group (4D iNUG)
>> FAQ:  http://www.4d.com/support/faqnug.html
>> Archive:  http://dir.gmane.org/gmane.comp.lang.inug-4d.tech
>> Unsub:  mailto:4D_Tech-Unsubscribe@...
>> Post: mailto:4d_tech@...
>> Options: https://lists.4d.com/mailman/listinfo/4d_tech
>> **********************************************************************
>>
> **********************************************************************
> 4D Server v11 SQL has arrived!
> Buy it NOW at http://store.4ddepot.com
>
> 4th Dimension Internet Users Group (4D iNUG)
> FAQ:  http://www.4d.com/support/faqnug.html
> Archive:  http://dir.gmane.org/gmane.comp.lang.inug-4d.tech
> Unsub:  mailto:4D_Tech-Unsubscribe@...
> Post: mailto:4d_tech@...
> Options: https://lists.4d.com/mailman/listinfo/4d_tech
> **********************************************************************

**********************************************************************
4D Server v11 SQL has arrived!
Buy it NOW at http://store.4ddepot.com

4th Dimension Internet Users Group (4D iNUG)
FAQ:  http://www.4d.com/support/faqnug.html
Archive:  http://dir.gmane.org/gmane.comp.lang.inug-4d.tech
Unsub:  mailto:4D_Tech-Unsubscribe@...
Post: mailto:4d_tech@...
Options: https://lists.4d.com/mailman/listinfo/4d_tech
**********************************************************************

Re: Foundation & 4D v11.1 SQL

by Kenneth Spence :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Charlie,
Are you saying there is a Foundation beta 2 out?  I have not seen this  
and Foundation website shows still beta 1.

Ken
On Jul 9, 2008, at 3:32 PM, Charles Vass wrote:

> Walt,
>
> By and large I have had good success with what is now B2, EXCEPT for  
> something that broke on the 4D side when it moved  from v11.1 to  
> v11.2.
>
> The issues I've had is with the Toolbar component.  Finally got it  
> working (icons rendered) in 11.1 when the quickdraw routines for  
> rendering the buttons was replace with SVG code.  When 11.2 came out  
> the drawing of the button icons stopped and I have not been able to  
> figure out why because to picture data is being transfered back to  
> the host.  I filed a bug with 4D and it is still open.  I gave them  
> an example that worked in 11.1 and doesn't in 11.2 early in the beta  
> of 11.2 but the fix did not make it into the final.
>
> If you are not using the toolbar component, it works just fine for  
> me in Unicode mode but is still uncompiled so you have to run your  
> host in interpreted mode.  Can't say I've tested every nook and  
> cranny though.
>
> HTH
> Charlie
>
> On Jul 9, 2008, at 11:53 AM, Walt Nelson wrote:
>
>> John,
>>
>> Did you ever get any replies to your question? I'm at the decision  
>> point for
>> using Foundation 5 b1 and 4D v11 for a standalone application. Any
>> successful users of Foundation 5 out there?
>>
>> Walt Nelson (Seattle)
>>
>>
>> On Sun, Mar 23, 2008 at 1:38 PM, John Staples <john.staples@...
>> >
>> wrote:
>>
>>> Hi all
>>>
>>> Is anybody successfully using Foundation v500b1 in complied mode  
>>> with 4D
>>> v11.1 SQL?
>>>
>>> Any news on further development of Fnd v5.0?
>>>
>>> Cheers
>>>
>>> John Staples. UK.
>>> **********************************************************************
>>> An all-new List box. More features, more power.
>>> Headers, footers, cell formatting and other goodies.
>>> See it here first! http://www.4d.com/livedemos
>>>
>>> 4th Dimension Internet Users Group (4D iNUG)
>>> FAQ:  http://www.4d.com/support/faqnug.html
>>> Archive:  http://dir.gmane.org/gmane.comp.lang.inug-4d.tech
>>> Unsub:  mailto:4D_Tech-Unsubscribe@...
>>> Post: mailto:4d_tech@...
>>> Options: https://lists.4d.com/mailman/listinfo/4d_tech
>>> **********************************************************************
>>>
>> **********************************************************************
>> 4D Server v11 SQL has arrived!
>> Buy it NOW at http://store.4ddepot.com
>>
>> 4th Dimension Internet Users Group (4D iNUG)
>> FAQ:  http://www.4d.com/support/faqnug.html
>> Archive:  http://dir.gmane.org/gmane.comp.lang.inug-4d.tech
>> Unsub:  mailto:4D_Tech-Unsubscribe@...
>> Post: mailto:4d_tech@...
>> Options: https://lists.4d.com/mailman/listinfo/4d_tech
>> **********************************************************************
>
> **********************************************************************
> 4D Server v11 SQL has arrived!
> Buy it NOW at http://store.4ddepot.com
>
> 4th Dimension Internet Users Group (4D iNUG)
> FAQ:  http://www.4d.com/support/faqnug.html
> Archive:  http://dir.gmane.org/gmane.comp.lang.inug-4d.tech
> Unsub:  mailto:4D_Tech-Unsubscribe@...
> Post: mailto:4d_tech@...
> Options: https://lists.4d.com/mailman/listinfo/4d_tech
> **********************************************************************

**********************************************************************
4D Server v11 SQL has arrived!
Buy it NOW at http://store.4ddepot.com

4th Dimension Internet Users Group (4D iNUG)
FAQ:  http://www.4d.com/support/faqnug.html
Archive:  http://dir.gmane.org/gmane.comp.lang.inug-4d.tech
Unsub:  mailto:4D_Tech-Unsubscribe@...
Post: mailto:4d_tech@...
Options: https://lists.4d.com/mailman/listinfo/4d_tech
**********************************************************************

Re: Foundation & 4D v11.1 SQL

by Charles Vass :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Ken,

I gave Walt the link Dave sent me and Walt replied that the link had  
gone dead.  You'll need to contact Dave direct.

Charlie

On Jul 11, 2008, at 4:14 PM, Kenneth Spence wrote:

> Charlie,
> Are you saying there is a Foundation beta 2 out?  I have not seen  
> this and Foundation website shows still beta 1.
>
> Ken
> On Jul 9, 2008, at 3:32 PM, Charles Vass wrote:
>
>> Walt,
>>
>> By and large I have had good success with what is now B2, EXCEPT  
>> for something that broke on the 4D side when it moved  from v11.1  
>> to v11.2.
>>
>> The issues I've had is with the Toolbar component.  Finally got it  
>> working (icons rendered) in 11.1 when the quickdraw routines for  
>> rendering the buttons was replace with SVG code.  When 11.2 came  
>> out the drawing of the button icons stopped and I have not been  
>> able to figure out why because to picture data is being transfered  
>> back to the host.  I filed a bug with 4D and it is still open.  I  
>> gave them an example that worked in 11.1 and doesn't in 11.2 early  
>> in the beta of 11.2 but the fix did not make it into the final.
>>
>> If you are not using the toolbar component, it works just fine for  
>> me in Unicode mode but is still uncompiled so you have to run your  
>> host in interpreted mode.  Can't say I've tested every nook and  
>> cranny though.
>>
>> HTH
>> Charlie
>>
>> On Jul 9, 2008, at 11:53 AM, Walt Nelson wrote:
>>
>>> John,
>>>
>>> Did you ever get any replies to your question? I'm at the decision  
>>> point for
>>> using Foundation 5 b1 and 4D v11 for a standalone application. Any
>>> successful users of Foundation 5 out there?
>>>
>>> Walt Nelson (Seattle)
>>>
>>>
>>> On Sun, Mar 23, 2008 at 1:38 PM, John Staples <john.staples@...
>>> >
>>> wrote:
>>>
>>>> Hi all
>>>>
>>>> Is anybody successfully using Foundation v500b1 in complied mode  
>>>> with 4D
>>>> v11.1 SQL?
>>>>
>>>> Any news on further development of Fnd v5.0?
>>>>
>>>> Cheers
>>>>
>>>> John Staples. UK.
>>>> **********************************************************************
>>>> An all-new List box. More features, more power.
>>>> Headers, footers, cell formatting and other goodies.
>>>> See it here first! http://www.4d.com/livedemos
>>>>
>>>> 4th Dimension Internet Users Group (4D iNUG)
>>>> FAQ:  http://www.4d.com/support/faqnug.html
>>>> Archive:  http://dir.gmane.org/gmane.comp.lang.inug-4d.tech
>>>> Unsub:  mailto:4D_Tech-Unsubscribe@...
>>>> Post: mailto:4d_tech@...
>>>> Options: https://lists.4d.com/mailman/listinfo/4d_tech
>>>> **********************************************************************
>>>>
>>> **********************************************************************
>>> 4D Server v11 SQL has arrived!
>>> Buy it NOW at http://store.4ddepot.com
>>>
>>> 4th Dimension Internet Users Group (4D iNUG)
>>> FAQ:  http://www.4d.com/support/faqnug.html
>>> Archive:  http://dir.gmane.org/gmane.comp.lang.inug-4d.tech
>>> Unsub:  mailto:4D_Tech-Unsubscribe@...
>>> Post: mailto:4d_tech@...
>>> Options: https://lists.4d.com/mailman/listinfo/4d_tech
>>> **********************************************************************
>>
>> **********************************************************************
>> 4D Server v11 SQL has arrived!
>> Buy it NOW at http://store.4ddepot.com
>>
>> 4th Dimension Internet Users Group (4D iNUG)
>> FAQ:  http://www.4d.com/support/faqnug.html
>> Archive:  http://dir.gmane.org/gmane.comp.lang.inug-4d.tech
>> Unsub:  mailto:4D_Tech-Unsubscribe@...
>> Post: mailto:4d_tech@...
>> Options: https://lists.4d.com/mailman/listinfo/4d_tech
>> **********************************************************************
>
> **********************************************************************
> 4D Server v11 SQL has arrived!
> Buy it NOW at http://store.4ddepot.com
>
> 4th Dimension Internet Users Group (4D iNUG)
> FAQ:  http://www.4d.com/support/faqnug.html
> Archive:  http://dir.gmane.org/gmane.comp.lang.inug-4d.tech
> Unsub:  mailto:4D_Tech-Unsubscribe@...
> Post: mailto:4d_tech@...
> Options: https://lists.4d.com/mailman/listinfo/4d_tech
> **********************************************************************

**********************************************************************
4D Server v11 SQL has arrived!
Buy it NOW at http://store.4ddepot.com

4th Dimension Internet Users Group (4D iNUG)
FAQ:  http://www.4d.com/support/faqnug.html
Archive:  http://dir.gmane.org/gmane.comp.lang.inug-4d.tech
Unsub:  mailto:4D_Tech-Unsubscribe@...
Post: mailto:4d_tech@...
Options: https://lists.4d.com/mailman/listinfo/4d_tech
**********************************************************************

Re: Foundation & 4D v11.1 SQL

by Guy Algot :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I just upgraded a 2004 DB and went thru the Toolbar issues. Check the  
Foundation forum for notes and solutions.

I was able to compile and build an app (haven't tested it yet tho).  
I'm going thru it this weekend and will be testing to see what else I  
find.

I haven't heard anything on a Foundation update.

On Jul 9, 2008, at 3:32 PM, Charles Vass wrote:

> Walt,
>
> By and large I have had good success with what is now B2, EXCEPT  
> for something that broke on the 4D side when it moved  from v11.1  
> to v11.2.
>
> The issues I've had is with the Toolbar component.  Finally got it  
> working (icons rendered) in 11.1 when the quickdraw routines for  
> rendering the buttons was replace with SVG code.  When 11.2 came  
> out the drawing of the button icons stopped and I have not been  
> able to figure out why because to picture data is being transfered  
> back to the host.  I filed a bug with 4D and it is still open.  I  
> gave them an example that worked in 11.1 and doesn't in 11.2 early  
> in the beta of 11.2 but the fix did not make it into the final.
>
> If you are not using the toolbar component, it works just fine for  
> me in Unicode mode but is still uncompiled so you have to run your  
> host in interpreted mode.  Can't say I've tested every nook and  
> cranny though.
>
> HTH
> Charlie
>
> On Jul 9, 2008, at 11:53 AM, Walt Nelson wrote:
>
>> John,
>>
>> Did you ever get any replies to your question? I'm at the decision  
>> point for
>> using Foundation 5 b1 and 4D v11 for a standalone application. Any
>> successful users of Foundation 5 out there?
>>
>> Walt Nelson (Seattle)
>>
>>
>> On Sun, Mar 23, 2008 at 1:38 PM, John Staples  
>> <john.staples@...>
>> wrote:
>>
>>> Hi all
>>>
>>> Is anybody successfully using Foundation v500b1 in complied mode  
>>> with 4D
>>> v11.1 SQL?
>>>
>>> Any news on further development of Fnd v5.0?
>>>
>>> Cheers
>>>
>>> John Staples. UK.
>>>



Later,
Guy

--
Guy Algot, Solutions Specialist
Edmonton, Alberta
(780) 974-8538

hardware, installation, training, support, programming, internet
specializing in 4th Dimension
=-= =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
"Microsoft is a cross between the Borg and the Ferengi. Unfortunately,
they use Borg to do their marketing and Ferengi to do their  
programming."
     -- Simon Slavin


**********************************************************************
4D Server v11 SQL has arrived!
Buy it NOW at http://store.4ddepot.com

4th Dimension Internet Users Group (4D iNUG)
FAQ:  http://www.4d.com/support/faqnug.html
Archive:  http://dir.gmane.org/gmane.comp.lang.inug-4d.tech
Unsub:  mailto:4D_Tech-Unsubscribe@...
Post: mailto:4d_tech@...
Options: https://lists.4d.com/mailman/listinfo/4d_tech
**********************************************************************
LightInTheBox - Buy quality products at wholesale price