Hello all!
How can I insert a picture that will be on the same position (for example at the top-left corner) of the screen independently of vertical scrolling?
i.e. I have a small picture at top left corner of the page. When I scroll page down picture should also move down to be visible on top...
Hello AMakovoz!
Try to use the ASC() function to retrieve the ANSI value of char. Then you can use BITxxx functions with this value.
Marat
tolgambaev@hotmail.com
Hello Wendz!
I think you can try the EJECT PAGE command. Create function as:
function MyEject
EJECT PAGE
return '' &&return empty string to prevent printing result
endfunc
Place fields with calling of this function into report where you want report to be splitted.
Marat
tolgambaev@hotmail.com
Hello Wendz!
I think the problem is you issue the read events command in your programm. This command stops executing of programm code and starts event processing until you issue clear events.
Execute ON SHUTDOWN CLEAR EVENTS before "read events". In this case when you try to quit...
Hello all!
I'm new in Web design and I have 2 questions:
1. How can I put banners with reference to my site into other pages?
2. How can I put banners to my page?
Thanks in advance
Marat
tolgambaev@hotmail.com
Hello Hershey!
Check if you run your app from the same directory then your project is. If not, then probably app can't find sot.
Marat
tolgambaev@hotmail.com
Thanks to all, friends!
I have no problems with SQL path-through but I have a problem with parametrized remote view. Generally it uses a string parameter in uniqueid format ('xxx-xxx ...'), but when it is empty string (or string composed of spaces) SQL Server returns error. I tried...
Hello!
I need to get a result set from the table on SQL Server 7.0 by passing
parameter that refers to table's foreign key. Type of foreign key is
uniqueidentifier, type of parameter is string. But when parameter is
empty string ('') I recive an error 'can't convert string
to uniqueidentifier'...
Hello!
I need to get a result set from the table on SQL Server 7.0 by passing parameter that refers to table's foreign key. Type of foreign key is uniqueidentifier, type of parameter is string. But when parameter is empty string ('') I recive an error 'can't convert string to uniqueidentifier'...
Hi Creeder!
I think it is good idea to use the ISNULL() function.
ISNULL(NODE.PARENT) returns .T. if U have selected a parent node, because top level of nodes have not parents so property "parent" references to .NULL.
ISNULL(NODE.PARENT) returns .F. if U have selected a child
node...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.