Join Form fields positioning

2014-01-06 Thread Marek Ceizel
Hi,

I create a Join Form from two forms which contain a lot of fields. I take all 
fields from the first form and only one from the second. The result Join form 
is a mess of fields. One through other, one above the other. I would like to 
have the positioning and the whole join form view appearance as the first form 
(view) of the Join. My questions:


- When I create the Join form and choose the first Regular form there is also a 
choice of the View of the regular form but this view is totaly not taken into 
account. Why is there then this choice possibility ?
- How can I make the join so the view of the join looks exactly as the View of 
the first regular ?


I use 7.6.04 btw.



thank you all in advance for any tips.
best regards
Marek

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Where the Answers Are, and have been for 20 years


Re: Join Form fields positioning

2014-01-06 Thread Marek Ceizel
Hi,

I mean the fields positioning not fields labels.



Marek

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Where the Answers Are, and have been for 20 years


Re: Caught exception :Object doesn't support property or method 'getProxyGlobalFields -

2013-12-06 Thread Marek Ceizel
Hi,

I observed similar exception on our systems :
Caught exception :Object doesn't support property or method ''getAttribute'

I played a little bit with that and found a setting combination which worked:

1) open the page in compatibility view mode
2) press F12 (developer tools) and for the Document Mode set IE5 quirks

then it worked for me. maybe for you it will be other combination of these two 
settings.

don't ask me why :)

best regards
Marek

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Where the Answers Are, and have been for 20 years


Re: R: Re: I: Change the date format in a notify filter.

2013-12-06 Thread Marek Ceizel
Hi,


What about LPAD(DATENUM (dd, $ Reported Date $), 2, 0)
?

But I'm not sure if I didn't forget something :)


regards
Marek

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Where the Answers Are, and have been for 20 years


R: Re: I: Change the date format in a notify filter.

2013-12-06 Thread Marek Ceizel
Maybe it must be like this :

LPAD(DATENUM (dd, $ Reported Date $), 2, 00)

give it a try.


regards
Marek

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Where the Answers Are, and have been for 20 years


Logging output window refresh

2013-12-04 Thread Marek Ceizel
Hi,

 

A strange issue.
You know the log window which is opened after log on to the arsystem in case 
the user has Client Logging Enabled in AR System User Preference. Normally 
there is continuous output of logs (of course when the user is doing something).
 

What we observed now , sometimes the logging is continuous during the whole 
session but other time the logging window is refreshed when a new tab/window is 
opened by usage of the arsystem. Then we loose the logs and logging is started 
again from the point the new window/tab was opened.

The loggin is a system thing so I really don't know if this is a setting (but 
we don't change any setting) or something in mitdier or 

 

please help. this is important for us because of the analysis by development.

 

 

thanks a lot
regards
Marek

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Where the Answers Are, and have been for 20 years


Re: Adding new value in Status Reason field

2013-11-13 Thread Marek Ceizel
Hi Neha,


you can paste any form name directly at the end of the page link which you see 
in internet explorer withing the arsystem.

e.g.
http://arsystem7604:8080/arsys/forms/arsystem7604/SYS:Status Reason Menu Items

opens directly the SYS:Status Reason Menu Items form on my system.
Just login to your system and use my link (change the server name, port and the 
name after froms/ to you values).


I hope this was what you asked for :)

best regards
Marek

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Where the Answers Are, and have been for 20 years


Re: Global Variable not Stored in Commit

2013-10-31 Thread Marek Ceizel
Hi Jason,


actually I just maybe wrote it wrongly that Globa Field. It's a normal field on 
the calling form which should be filled On Close of the called form. 
The Idea of stroring the value from table to a field before is nice but at the 
end, where is the difference. On Close I mapped the value chosen from the 
table. In that way I will just map the value from a filed. I don't think there 
will be some difference.


however, problem is this is happening either in normal mode (not private) of 
the explorer. but it's sudden and I cannot replicate that so easily :(

however, thanks a lot for tip :)

Marek

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Where the Answers Are, and have been for 20 years