|
Re: Virtual Corona Virus Brown Bag Meeting - Take Two - Friday at 11:00am New York time - 16:00 UTC
Thanks JK. Glad you found it useful.
Todd
On 4/18/2020 7:49 AM, JK Heydt wrote:
Thanks JK. Glad you found it useful.
Todd
On 4/18/2020 7:49 AM, JK Heydt wrote:
|
By
Todd Baremore
·
#192448
·
|
|
Re: Virtual Corona Virus Brown Bag Meeting - Take Two - Friday at 11:00am New York time - 16:00 UTC
Thank you Todd and Marc. This was EXTREMELY helpful.
Thank you Todd and Marc. This was EXTREMELY helpful.
|
By
JK Heydt
·
#192447
·
|
|
An unusual problem with RIA
#ria
#xpa
Hello group, I have an unusual problem, when I run an application either in the studio or by clickonce the program does not open and I do not receive any error messages, nothing appears in the log
Hello group, I have an unusual problem, when I run an application either in the studio or by clickonce the program does not open and I do not receive any error messages, nothing appears in the log
|
By
Ryan Guedes <ryanguedes2010@...>
·
#192446
·
|
|
Re: OLE Object location
Hi Steve,
I went strong arm on it and just copied excel into the path Magic was expecting and now I get options and can modify code. It works in runtime on other people’s PC so all’s well.
Hi Steve,
I went strong arm on it and just copied excel into the path Magic was expecting and now I get options and can modify code. It works in runtime on other people’s PC so all’s well.
|
By
Jackson, Adam
·
#192445
·
|
|
Re: KBPut Question XPA 3.3e
Thanks Steve,
yep I tried 3 separate KbPuts but still same problem. I can't raise events because the actual keystrokes are coming from our Phone Dialling System. I am trying to simulate it in the
Thanks Steve,
yep I tried 3 separate KbPuts but still same problem. I can't raise events because the actual keystrokes are coming from our Phone Dialling System. I am trying to simulate it in the
|
By
Graham White
·
#192444
·
|
|
Re: KBPut Question XPA 3.3e
Graham,
I'd first be inclined to see if I might replace the KbPuts with Raise Events... but have you tried using three separate KbPut() functions?
KbPut ('F9'KBD) AND
Graham,
I'd first be inclined to see if I might replace the KbPuts with Raise Events... but have you tried using three separate KbPut() functions?
KbPut ('F9'KBD) AND
|
By
Steven Blank
·
#192443
·
|
|
KBPut Question XPA 3.3e
Hi,
I have a program that has 2 Edit fields on. I have created events based on F8, F9 that when trigged have a CtrlGoto to take it to the appropriate field for data to be entered. All good. I
Hi,
I have a program that has 2 Edit fields on. I have created events based on F8, F9 that when trigged have a CtrlGoto to take it to the appropriate field for data to be entered. All good. I
|
By
Graham White
·
#192442
·
|
|
Re: cache strategy - When are data updated by other users displayed?
Ryan,
I'm assuming that your back-end is a SQL database, and not ISAM.
That said, what you describe is more likely the result of your DBMS' Isolation Level setting rather than Cache
Ryan,
I'm assuming that your back-end is a SQL database, and not ISAM.
That said, what you describe is more likely the result of your DBMS' Isolation Level setting rather than Cache
|
By
Steven Blank
·
#192441
·
|
|
cache strategy - When are data updated by other users displayed?
Hello group, I have some doubts about the "cache strategy" in RIA, When I use the "position" option, if I navigate to a record that was updated by another user / task, should the record show the
Hello group, I have some doubts about the "cache strategy" in RIA, When I use the "position" option, if I navigate to a record that was updated by another user / task, should the record show the
|
By
Ryan Guedes <ryanguedes2010@...>
·
#192440
·
|
|
Re: OLE Object location
Adam,
The location of an OLE object's type library is part of its CLSID in the registry – there's no messing with that stuff directly.
I'll guess that sometime back, as versions
Adam,
The location of an OLE object's type library is part of its CLSID in the registry – there's no messing with that stuff directly.
I'll guess that sometime back, as versions
|
By
Steven Blank
·
#192439
·
|
|
Re: reminder program / "tickler" file
What about a 'Timer' event in the Main program? it can do a CallProg to some place where you can check if there are any 'reminders to fire'...
What about a 'Timer' event in the Main program? it can do a CallProg to some place where you can check if there are any 'reminders to fire'...
|
By
Luuk
·
#192438
·
|
|
OLE Object location
Hi,
Xpa 2.5
I am trying to update my Excel OLE objects and create some new ones. I am getting error type library cannot be found when I try to add a sub-object, method, set or get. The path
Hi,
Xpa 2.5
I am trying to update my Excel OLE objects and create some new ones. I am getting error type library cannot be found when I try to add a sub-object, method, set or get. The path
|
By
Jackson, Adam
·
#192437
·
|
|
Re: Virtual Corona Virus Brown Bag Meeting - Take Two - Friday at 11:00am New York time - 16:00 UTC
Friday April 17th at 11:00am New York time, 16:00 UTC.
Here is the new link for Friday's Brown Bag session on how to install/configure TSPlus. If you would like
Friday April 17th at 11:00am New York time, 16:00 UTC.
Here is the new link for Friday's Brown Bag session on how to install/configure TSPlus. If you would like
|
By
Todd Baremore
·
#192436
·
|
|
reminder program / "tickler" file
Using UniPaas 1.9. Does anyone use a program, Magic or third-party, that allows users to create reminders that fire on a given date and time. I don't mind third party programs, but I haven't found
Using UniPaas 1.9. Does anyone use a program, Magic or third-party, that allows users to create reminders that fire on a given date and time. I don't mind third party programs, but I haven't found
|
By
shannon or howard miller
·
#192435
·
|
|
Re: UniPaaS 1.9 Windows 10
Shawn,
Sorry go caught up in XPA… my bad
Probably needs .Net Framework 3.5 turned on (checked in Windows Features)
Keith
Shawn,
Sorry go caught up in XPA… my bad
Probably needs .Net Framework 3.5 turned on (checked in Windows Features)
Keith
|
By
Keith Canniff
·
#192434
·
|
|
Re: UniPaaS 1.9 Windows 10
Even though the client server portion of uniPaaS is win32, the RIA part is .net
Wes
Even though the client server portion of uniPaaS is win32, the RIA part is .net
Wes
|
By
Wes Hein
·
#192433
·
|
|
Re: Event User ID's from application
On Fri, Apr 10, 2020 at 03:19 PM, <przemm@...> wrote:
Hi Przemek,
Thank you.
These two Events are working well. After this the user has to re-open the application. This needs some description.
On Fri, Apr 10, 2020 at 03:19 PM, <przemm@...> wrote:
Hi Przemek,
Thank you.
These two Events are working well. After this the user has to re-open the application. This needs some description.
|
By
De Netwerkadviseur BV
·
#192432
·
|
|
Re: UniPaaS 1.9 Windows 10
Pavel,
That worked !! Thank you very much.
I searched this group for UniPaaS Windows 10, couldn't find anything.
I am sure it had been covered in the past.
Thanks again
Pavel,
That worked !! Thank you very much.
I searched this group for UniPaaS Windows 10, couldn't find anything.
I am sure it had been covered in the past.
Thanks again
|
By
Shawn Stone
·
#192431
·
|
|
Re: Event User ID's from application
Hi Andre,
What you are looking for is not possible easily and MSE would advise you to roll your own entire user & rights system , possibly in some DB.
Back in the day I used what you also discovered ,
Hi Andre,
What you are looking for is not possible easily and MSE would advise you to roll your own entire user & rights system , possibly in some DB.
Back in the day I used what you also discovered ,
|
By
przemm@...
·
#192430
·
|
|
Re: UniPaaS 1.9 Windows 10
Turn on .NET Framework 3.5
Turn on .NET Framework 3.5
|
By
pavel.gazda@...
·
#192429
·
|