Synthax
  Home FAQ Contact Sign in
 
Advanced search
MATCHING GROUPS



more...
POPULAR GROUPS

more...

found 173 articles for 0.305 sec
ferraro.giovanni@gmail.com writes: > Hello, > > I am using Xemacs because I want to introduce in my job synthax > coloring and code completion for our inhouse scripting language. > > I could create a new mode and set synthax coloring all right but I > have a few problems: > a) I need more faces and I currently seem to be unable to define new > ones Here's what I use: (defun my-create     

Group: comp.emacs.xemacs · Group Profile · Search for Synthax in comp.emacs.xemacs
Author: Dan Espen
Date: Dec 20, 2007 07:22

Hello, I am using Xemacs because I want to introduce in my job synthax coloring and code completion for our inhouse scripting language. I could create a new mode and set synthax coloring all right but I have a few problems: a) I need more faces and I currently seem to be unable to define new ones b) I often enrich the syntax lists in init.el but then I have to close xemacs and reopen it
Show full article (1.56Kb) · Show article thread
I am using an activeX server to control word. I am trying to modify text contained in a header. I would like to locate the text with a FindText but I dont know the synthax to use this function and then i would like replace the text selected previously with the find text using Typetext but as previously i dont know the synthax for this function. Could someone help me with the synthax of those     

Group: comp.emacs.xemacs · Group Profile · Search for Synthax in comp.emacs.xemacs
Author: ferraro.giovanni
Date: Dec 20, 2007 02:14

Hi, try to stop at set frm=Forms![frm_Clients]![frm_Clients Component Info].Form and check if frm got a reference to the form object if you running from form_load - it should be ok, but you can use: set frm=Me("[frm_Clients Component Info]").Form and then make sure that frm_Clients Component Info is a name of subform control -- Best regards, ___________ Alex Dybenko (MVP) http
Show full article (1.17Kb)
Alex. I am still getting the same error. I was wondering since I am using my code in my main forms Form_Load event, could this be part of my issue. Is a subform loaded before or after the main form? if it doesn't get loaded until after then there is no way for me to access it using this event, right? What event would I use in that case? Run the code at load time only once. Thank     

Group: comp.softsys.matlab · Group Profile · Search for Synthax in comp.softsys.matlab
Author: Nicolas Petit
Date: Nov 21, 2007 06:16

Hi, try to use a variable first: dim frm as Form set frm=Forms![frm_Clients]![frm_Clients Component Info].Form call ListFrmCtls(frm) -- Best regards, ___________ Alex Dybenko (MVP) http://accessblog.net http://www.PointLtd.com "Question Boy" <QuestionBoy@discussions.microsoft.com> wrote in message news:DFCED941-D878-4863-8CAB-EC33D209046D@microsoft.com... I'm having a little
Show full article (0.40Kb)
I'm having a little difficulty passing a from varible as an input variable to a function. the function is Function ListFrmCtls(frm) As String For Each ctl In frm.Controls ..... Now when I call it for the main form ListFrmCtls(Forms![frm_Clients].Form It works fine, but I need to run it for the subform as well and can't seem to get the synthax right. Normally, I'd use     

Group: microsoft.public.access.modulesdaovba · Group Profile · Search for Synthax in microsoft.public.access.modulesdaovba
Author: Alex Dybenko
Date: Sep 17, 2008 07:41

for 1. if you look at the help you'll see that the proper synthax is like expression.SendObject(ObjectType, ObjectName, OutputFormat, To, Cc, Bcc, Subject, MessageText, EditMessage, TemplateFile) Your code is DoCmd.SendObject acSendNoObject, , , "myEmail", , , "some Subject ", "Hi" You specify acSendNoObject when in fact you just said you want to send the form so you should be using acSendForm
Show full article (2.25Kb) · Show article thread
Eberhard Funke schrieb am 20.06.2008 21:23 Uhr: > > http://www.office-loesung.de/ftopic206875_15_0_asc.php > Aber jetzt ist > mir das klar: in dem Variant stehen ja Werte und keine Ranges! Jepp, genau so ist es! > Mit Hilfe des zweiten Codeschnipsel beginne ich, die Synthax zu vertehen. IMHO ist nicht die Syntax das Problem, sondern die ungewöhnliche Implementierung des Dictionary     

Group: microsoft.public.access.modulesdaovba · Group Profile · Search for Synthax in microsoft.public.access.modulesdaovba
Author: Question Boy
Date: Sep 17, 2008 05:14

Thanks, this may be the problem. Will check. Meanwhile, I went into the source query and added ( & ", ") to the lastname field and gave it another name. Ed "Daniel Pineault" <DanielPineault@discussions.microsoft.com> wrote in message news:FEEA3DB9-AB68-44DD-8A47-DC0FC1C5CA04@microsoft.com... One more note, you have to ensure that your control is not named the same as your control
Show full article (1.60Kb) · Show article thread
    

Group: microsoft.public.access.modulesdaovba · Group Profile · Search for Synthax in microsoft.public.access.modulesdaovba
Author: Alex Dybenko
Date: Sep 17, 2008 01:18

Show full article (1.07Kb) · Show article thread
    

Group: microsoft.public.access.modulesdaovba · Group Profile · Search for Synthax in microsoft.public.access.modulesdaovba
Author: Question Boy
Date: Sep 16, 2008 15:06

Show full article (0.65Kb)
    

Group: microsoft.public.access.formscoding · Group Profile · Search for Synthax in microsoft.public.access.formscoding
Author: Daniel Pineault
Date: Jun 28, 2008 06:33

Show full article (3.66Kb) · Show article thread
    

Group: microsoft.public.de.excel · Group Profile · Search for Synthax in microsoft.public.de.excel
Author: Peter Schleif
Date: Jun 20, 2008 23:00

Show full article (0.86Kb) · Show article thread
    

Group: microsoft.public.access.modulesdaovba · Group Profile · Search for Synthax in microsoft.public.access.modulesdaovba
Author: OldManEd
Date: Jun 17, 2008 11:31

Show full article (1.98Kb) · Show article thread
1 · 2 · 3 · 4 · 5 · 6 · 7 · 8 · 9 · next