NetTalk Central

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - roberti

Pages: [1]
1
Web Server - Ask For Help / Re: Center a browse on a web page
« on: September 19, 2007, 02:24:51 AM »
I found the solution:


<DIV align="center"><TABLE>

<!-- Net:Browse_Candidates -->

</DIV>
</TABLE>



this works for me. Maybe will be useful for someone. :)


Regards,
Robert Iliuta

2
Web Server - Ask For Help / Center a browse on a web page
« on: September 19, 2007, 02:16:58 AM »
Hallo,

How can I have a browse centered in a web page ?

I try:

<center><!-- Net:Browse_Candidates --></center>
or
<align="center"><!-- Net:Browse_Candidates -->

but didn't work ..... :(



Thank you,
Robert Iliuta

3
Web Server - Ask For Help / Re: Validate using Radio Controls
« on: September 16, 2007, 02:56:00 AM »
Hallo ,

>That's a little odd. I don't think the options from the dictionary are used in the netweb template at all.
In version 4.29 new future has been added:
Add: Dictionary validation (on the whole record) has been added to the ValidateRecord routine.

I have now the same problem with radio controls. In DCT I have a field STA:Status [string (10)] , Must be in list: Activ|Inactiv .
In a compiled exe works perfect. When I implement in NetTalk web, I set to radio then Text and Value to: 'Activ' & 'Activ' and 'Inactiv'  & 'Inactiv' , after I compile and I insert new record , I check Active or Inactive , I always got error message:
''Status: Must be one of | '' ...... I don't know why ??  :(  Someone has a solution ? :)

Thank you,
Robert

4
Web Server - Ask For Help / Re: how to set a image in runtime for a report ?
« on: September 13, 2007, 03:08:34 AM »
Hallo Alexis,



Try this:

Report$?mycontrol{prop:text}=Imagepath


Regards,
Robert Iliuta

5
Web Server - Ask For Help / Re: Server time on login window
« on: September 01, 2007, 10:38:47 AM »
Thank you very much,

Works great.

Robert

Pages: [1]